|
enum | MsgType { COMMAND,
DIRECTORY
} |
|
enum | GenericMsgType {
HEARTBEAT,
STOP,
RESTART,
TASK_SPECIFIC,
LAST
} |
|
Enumerate supported message types.
void gcp::mediator::ReceiverControlMsg::packCommandMsg |
( |
char * |
script, |
|
|
unsigned |
seq |
|
) |
| |
|
inline |
A method for packing a net command.
void gcp::mediator::ReceiverControlMsg::packDirectoryMsg |
( |
char * |
dir | ) |
|
|
inline |
A method for packing a directory command.
union { ... } gcp::mediator::ReceiverControlMsg::body |
The contents of the message.
MsgType gcp::mediator::ReceiverControlMsg::type |
The documentation for this class was generated from the following file: