Cheetah Software  1.0
PeriodicTask.h File Reference

Implementation of a periodic function running in a separate thread. Periodic tasks have a task manager, which measure how long they take to run. More...

#include <string>
#include <thread>
#include <vector>
+ Include dependency graph for PeriodicTask.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PeriodicTask
 
class  PeriodicTaskManager
 
class  PeriodicFunction
 
class  PrintTaskStatus
 
class  PeriodicMemberFunction< T >
 

Detailed Description

Implementation of a periodic function running in a separate thread. Periodic tasks have a task manager, which measure how long they take to run.

Definition in file PeriodicTask.h.