Motorcortex Core
version: 2.7.6
|
Public Member Functions | |
_Event0 (Signature event_func) | |
EventStatus | dispatchEvent (STATE *state) |
bool | compare (const Event< STATE > *cmp) |
![]() | |
void | setTerminateFunc (Signature term_func) |
const Signature & | getTerminateFunc () |
void | setExecutedOnceFlag (bool once_executed_flag) |
bool | getExecutedOnceFlag () |
void | setTimeoutSec (double timeout_sec) |
double | getTimeoutSec () |
Protected Attributes | |
Signature | eventFunc_ |
![]() | |
bool | onceExecutedFlag_ |
double | timeoutSec_ |
Signature | termFunc_ |