Cheetah Software  1.0
PeriodicTask.cpp 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 "include/Utilities/PeriodicTask.h"
#include <include/Utilities/Timer.h>
#include <sys/timerfd.h>
#include <unistd.h>
#include <cmath>
#include "Utilities/Utilities_print.h"
+ Include dependency graph for PeriodicTask.cpp:

Go to the source code of this file.

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.cpp.