Cheetah Software
1.0
|
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"
Go to the source code of this file.
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.