Cheetah Software
1.0
|
Public Member Functions | |
void | run () override |
void | init () override |
void | cleanup () override |
Public Member Functions inherited from PeriodicTask | |
PeriodicTask (PeriodicTaskManager *taskManager, float period, std::string name) | |
void | start () |
void | stop () |
void | printStatus () |
void | clearMax () |
bool | isSlow () |
virtual | ~PeriodicTask () |
float | getPeriod () |
float | getRuntime () |
float | getMaxPeriod () |
float | getMaxRuntime () |
Public Attributes | |
int | _counter = 0 |
bool | _cleanedUp = false |
bool | _init = false |
bool | _slow = false |
Definition at line 6 of file test_periodic_tasks.cpp.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
bool TestPeriodicTask::_cleanedUp = false |
Definition at line 10 of file test_periodic_tasks.cpp.
int TestPeriodicTask::_counter = 0 |
Definition at line 9 of file test_periodic_tasks.cpp.
bool TestPeriodicTask::_init = false |
Definition at line 11 of file test_periodic_tasks.cpp.
bool TestPeriodicTask::_slow = false |
Definition at line 12 of file test_periodic_tasks.cpp.