Public Member Functions | |
void | callback (const TimerEvent &e) |
TimerHelper (Duration period, bool oneshot=false) | |
Public Attributes | |
Duration | expected_period_ |
bool | failed_ |
Timer | timer_ |
int32_t | total_calls_ |
Definition at line 222 of file timer_callbacks.cpp.
TimerHelper::TimerHelper | ( | Duration | period, | |
bool | oneshot = false | |||
) | [inline] |
Definition at line 225 of file timer_callbacks.cpp.
void TimerHelper::callback | ( | const TimerEvent & | e | ) | [inline] |
Definition at line 234 of file timer_callbacks.cpp.
Duration TimerHelper::expected_period_ |
Definition at line 241 of file timer_callbacks.cpp.
bool TimerHelper::failed_ |
Definition at line 239 of file timer_callbacks.cpp.
Timer TimerHelper::timer_ |
Definition at line 243 of file timer_callbacks.cpp.
int32_t TimerHelper::total_calls_ |
Definition at line 244 of file timer_callbacks.cpp.