|  | OpenZWave Library 1.6.0
    | 
The TimerThread class makes it possible to schedule events to happen at a certain time in the future. More...
#include <TimerThread.h>
| Classes | |
| struct | TimerEventEntry | 
| Public Types | |
| typedef function< void(uint32)> | TimerCallback | 
| Public Member Functions | |
| TimerThread (Driver *_driver) | |
| ~TimerThread () | |
| Static Public Member Functions | |
| static void | TimerThreadEntryPoint (Event *_exitEvent, void *_context) | 
| Friends | |
| class | Timer | 
The TimerThread class makes it possible to schedule events to happen at a certain time in the future.
| typedef function<void(uint32)> OpenZWave::TimerThread::TimerCallback | 
A timer callback function.
| TimerThread::TimerThread | ( | Driver * | _driver | ) | 
Constructor.
| TimerThread::~TimerThread | ( | ) | 
Destructor.
| 
 | static | 
Main entry point for the timer thread. Wrapper around TimerThreadProc.
| _exitEvent | Exit event indicating the thread should exit | 
| _context | A TimerThread object | 
| 
 | friend |