Public Member Functions | |
void | callback (const WallTimerEvent &e) |
WallTimerHelper (float period, bool oneshot=false) | |
Public Attributes | |
WallTime | expected_next_call_ |
WallDuration | expected_period_ |
bool | failed_ |
WallTime | last_call_ |
WallDuration | last_duration_ |
WallTimer | timer_ |
int32_t | total_calls_ |
Definition at line 57 of file timer_callbacks.cpp.
WallTimerHelper::WallTimerHelper | ( | float | period, |
bool | oneshot = false |
||
) | [inline] |
Definition at line 60 of file timer_callbacks.cpp.
void WallTimerHelper::callback | ( | const WallTimerEvent & | e | ) | [inline] |
Definition at line 69 of file timer_callbacks.cpp.
Definition at line 94 of file timer_callbacks.cpp.
Definition at line 95 of file timer_callbacks.cpp.
Definition at line 98 of file timer_callbacks.cpp.
Definition at line 93 of file timer_callbacks.cpp.
Definition at line 96 of file timer_callbacks.cpp.
Definition at line 100 of file timer_callbacks.cpp.
int32_t WallTimerHelper::total_calls_ |
Definition at line 101 of file timer_callbacks.cpp.