_enabled | rxtimer::RxTimer | [protected] |
_id | rxtimer::RxTimer | [protected] |
_interval | rxtimer::RxTimer | [protected] |
_on_time_function | rxtimer::RxAutoTimer | [protected] |
cleanup_timer() | rxtimer::RxTimer | [protected] |
get_enabled() | rxtimer::RxTimer | |
get_interval() | rxtimer::RxTimer | |
on_time() | rxtimer::RxAutoTimer | [protected, virtual] |
OnTimeFunction typedef | rxtimer::RxAutoTimer | |
RxAutoTimer(OnTimeFunction on_time_function, int interval=1000, bool enabled=false) | rxtimer::RxAutoTimer | |
RxTimer(int interval=1000, bool enabled=false) | rxtimer::RxTimer | |
set_enabled(bool enabled) | rxtimer::RxTimer | |
set_interval(int milliseconds) | rxtimer::RxTimer | |
setup_timer() | rxtimer::RxTimer | [protected] |
time() | rxtimer::RxTimer | |
~RxTimer() | rxtimer::RxTimer |