#include <PollCmd.H>
Inheritance diagram for PollCmd:
Public Member Functions | |
PollCmd (bool reset=true) | |
Default constructor. | |
void | set_op (const string &op) |
Sets the operation of the poll command ("req" or "ack"). | |
void | set_msgID (const string &msgID) |
Sets the msgID of the message being acknowledged. | |
string | get_op () |
Returns the operation of the poll command. | |
string | get_msgID () |
Returns the msgID of the message. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _op |
Operation. | |
string | _msgID |
Message id. |
|
Returns the msgID of the message.
|
|
Returns the operation of the poll command.
|
|
Sets the msgID of the message being acknowledged.
|
|
Sets the operation of the poll command ("req" or "ack").
|