|
My Project
|
Public Types | |
| enum | MsgType { NETCMD } |
Public Types inherited from gcp::util::GenericTaskMsg | |
| enum | GenericMsgType { HEARTBEAT, STOP, RESTART, TASK_SPECIFIC, LAST } |
Public Member Functions | |
| void | packRtcNetCmdMsg (gcp::control::RtcNetCmd *cmd, gcp::control::NetCmdId opcode) |
Public Attributes | |
| MsgType | type |
| union { | |
| struct { | |
| gcp::control::NetCmdId opcode | |
| gcp::control::RtcNetCmd cmd | |
| } netCmd | |
| } | body |
Public Attributes inherited from gcp::util::GenericTaskMsg | |
| GenericMsgType | genericMsgType_ |
Enumerate supported message types.
|
inline |
A method for packing a net command.
| union { ... } gcp::mediator::GrabberControlMsg::body |
The contents of the message.
| struct { ... } gcp::mediator::GrabberControlMsg::netCmd |
A network command forwarded unmodified from the ACC
| MsgType gcp::mediator::GrabberControlMsg::type |
A type for this message