|
My Project
|
Public Types | |
| enum | MsgType { TIMER, ADD_HANDLER, REM_HANDLER } |
Public Types inherited from gcp::util::GenericTaskMsg | |
| enum | GenericMsgType { HEARTBEAT, STOP, RESTART, TASK_SPECIFIC, LAST } |
Public Attributes | |
| union { | |
| struct { | |
| bool enable | |
| unsigned intervalInSeconds | |
| } timer | |
| struct { | |
| PERIODIC_TIMER_HANDLER * fn | |
| void * args | |
| } addHandler | |
| struct { | |
| PERIODIC_TIMER_HANDLER * fn | |
| } remHandler | |
| } | body |
| MsgType | type |
Public Attributes inherited from gcp::util::GenericTaskMsg | |
| GenericMsgType | genericMsgType_ |