PPL
1.0
|
A watchdog timer. More...
#include <ppl.hh>
Public Member Functions | |
Watchdog (long csecs, void(*function)()) | |
Constructor: if not reset, the watchdog will trigger after csecs centiseconds, invoking handler function . | |
~Watchdog () | |
Destructor. |
Static Public Member Functions | |
static void | initialize () |
Static class initialization. | |
static void | finalize () |
Static class finalization. |
A watchdog timer.