#include <eval.h>
Data Fields | |
TimeWatcher | tw |
int | timer_id |
int | repeat_count |
int | refcount |
int | emsg_count |
Errors in a repeating timer. More... | |
long | timeout |
bool | stopped |
bool | paused |
Callback | callback |
Callback timer_T::callback |
int timer_T::emsg_count |
Errors in a repeating timer.
bool timer_T::paused |
int timer_T::refcount |
int timer_T::repeat_count |
bool timer_T::stopped |
long timer_T::timeout |
int timer_T::timer_id |
TimeWatcher timer_T::tw |