|
| enum | MsgType { CONNECT,
NETMSG,
CONNECT,
NETMSG
} |
| |
| enum | MsgType { CONNECT,
NETMSG,
CONNECT,
NETMSG
} |
| |
| enum | GenericMsgType {
HEARTBEAT,
STOP,
RESTART,
TASK_SPECIFIC,
LAST
} |
| |
Enumerate supported message types.
Enumerate supported message types.
Method to get a pointer to the NetMsg
Method to get a pointer to the NetMsg
| void gcp::grabber::ControlMsg::packConnectMsg |
( |
| ) |
|
|
inline |
Method to pack a message to send a data frame.
| void gcp::grabber::ControlMsg::packConnectMsg |
( |
| ) |
|
|
inline |
Method to pack a message to send a data frame.
| union { ... } gcp::grabber::ControlMsg::body |
The contents of the message.
| union { ... } gcp::grabber::ControlMsg::body |
The contents of the message.
| MsgType gcp::grabber::ControlMsg::type |
The documentation for this class was generated from the following file: