TimerManager_t Class Reference

#include <UTTimer.h>

Inheritance diagram for TimerManager_t:
Task_t BTreeNode_t< Task_t, Task_t * >

List of all members.

Public Member Functions

 TimerManager_t ()
 ~TimerManager_t ()

Detailed Description

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.


Constructor & Destructor Documentation

TimerManager_t::TimerManager_t (  ) 

Constructor.

TimerManager_t::~TimerManager_t (  ) 

Destructor.


The documentation for this class was generated from the following file:

Generated on Tue Dec 14 22:35:07 2010 for UT library by  doxygen 1.6.1