STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions

Allows the creation of a watchdog timer that invokes the given function every interval milliseconds. More...

Public Member Functions

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)
 

Detailed Description

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: