#include <UTTimer.h>
Public Member Functions | |
| TimerManager_t () | |
| ~TimerManager_t () | |
Timer manager class which manages multiple one-shot timers with the same underlying system timer and protects all timers (one-shot or periodic) against race conditions involving the timer having expired, but been canceled before the expiration message was received. The timer manager must be installed into a message loop in which it will run and dispatch messages.
Definition at line 131 of file UTTimer.h.
| TimerManager_t::TimerManager_t | ( | ) |
Constructor.
| TimerManager_t::~TimerManager_t | ( | ) |
Destructor.
1.6.1