Allows the creation of a watchdog timer that invokes the given function every interval
milliseconds.
More...
|
template<typename Function , typename Interval > |
| watchdog_timer (Function &&f, Interval &&interval) |
|
template<typename Function , typename Interval > |
void | start (Function &&f, Interval &&interval) |
|
void | stop (void) |
|
Allows the creation of a watchdog timer that invokes the given function every interval
milliseconds.
The documentation for this class was generated from the following file: