![]() |
OpenZWave Library
1.6.1910
|
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 (Internal::Platform::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::Internal::TimerThread::TimerCallback |
A timer callback function.
OpenZWave::Internal::TimerThread::TimerThread | ( | Driver * | _driver | ) |
Constructor.
OpenZWave::Internal::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 |