Public Member Functions | |
void | callback (const TimerEvent &e) |
TimerHelper (Duration period, bool oneshot=false) | |
TimerHelper (Rate r, 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.
TimerHelper::TimerHelper | ( | Rate | r, |
bool | oneshot = false |
||
) | [inline] |
Definition at line 234 of file timer_callbacks.cpp.
void TimerHelper::callback | ( | const TimerEvent & | e | ) | [inline] |
Definition at line 243 of file timer_callbacks.cpp.
Definition at line 250 of file timer_callbacks.cpp.
bool TimerHelper::failed_ |
Definition at line 248 of file timer_callbacks.cpp.
Definition at line 252 of file timer_callbacks.cpp.
int32_t TimerHelper::total_calls_ |
Definition at line 253 of file timer_callbacks.cpp.