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