PPL
1.2
|
A watchdog timer. More...
#include <Watchdog_defs.hh>
Public Member Functions | |
template<typename Flag_Base , typename Flag > | |
Watchdog (long csecs, const Flag_Base *volatile &holder, Flag &flag) | |
Watchdog (long csecs, void(*const function)()) | |
Constructor: if not reset, the watchdog will trigger after csecs centiseconds, invoking handler function . More... | |
~Watchdog () | |
Destructor. More... | |
A watchdog timer.
Definition at line 51 of file Watchdog_defs.hh.
Parma_Polyhedra_Library::Watchdog::Watchdog | ( | long | csecs, |
const Flag_Base *volatile & | holder, | ||
Flag & | flag | ||
) |
Definition at line 82 of file Watchdog_inlines.hh.
|
inline |
Constructor: if not reset, the watchdog will trigger after csecs
centiseconds, invoking handler function
.
Definition at line 90 of file Watchdog_inlines.hh.
|
inline |