|
My Project
|
Public Types | |
| enum | MsgType { ENABLE, CYCLE, STATUS } |
Public Types inherited from gcp::util::GenericTaskMsg | |
| enum | GenericMsgType { HEARTBEAT, STOP, RESTART, TASK_SPECIFIC, LAST } |
Public Attributes | |
| union { | |
| struct { | |
| bool enable_ | |
| DliPowerStrip::Outlet mask_ | |
| } enable | |
| struct { | |
| DliPowerStrip::Outlet mask_ | |
| } cycle | |
| } | body |
| MsgType | type_ |
Public Attributes inherited from gcp::util::GenericTaskMsg | |
| GenericMsgType | genericMsgType_ |