Public Member Functions | |
void | callback (const TimerEvent &) |
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 369 of file timer_callbacks.cpp.
TimerHelper::TimerHelper | ( | Duration | period, |
bool | oneshot = false |
||
) | [inline] |
Definition at line 372 of file timer_callbacks.cpp.
TimerHelper::TimerHelper | ( | Rate | r, |
bool | oneshot = false |
||
) | [inline] |
Definition at line 381 of file timer_callbacks.cpp.
void TimerHelper::callback | ( | const TimerEvent & | ) | [inline] |
Definition at line 390 of file timer_callbacks.cpp.
Definition at line 397 of file timer_callbacks.cpp.
bool TimerHelper::failed_ |
Definition at line 395 of file timer_callbacks.cpp.
Definition at line 399 of file timer_callbacks.cpp.
int32_t TimerHelper::total_calls_ |
Definition at line 400 of file timer_callbacks.cpp.