#include <Periodic.hpp>
| Periodic::Periodic |
( |
const char * |
name, |
|
|
double |
period, |
|
|
Runnable & |
task, |
|
|
bool |
realtime = true, |
|
|
int |
nice = -1 |
|
) |
| |
| Periodic::Periodic |
( |
const char * |
name, |
|
|
double |
period, |
|
|
Runnable * |
task, |
|
|
bool |
realtime = true, |
|
|
int |
nice = -1 |
|
) |
| |
| void Periodic::addDefaultMonitor |
( |
double |
tolerance = 0.05 | ) |
|
| std::string Periodic::getName |
( |
| ) |
|
| int Periodic::getNice |
( |
| ) |
|
| double Periodic::getPeriod |
( |
| ) |
|
| bool Periodic::getRealtime |
( |
| ) |
|
| void Periodic::setNice |
( |
int |
value | ) |
|
| std::vector<Periodic> eeros::task::Periodic::after |
| std::vector<Periodic> eeros::task::Periodic::before |
The documentation for this class was generated from the following files:
- /home/markus/github/eeros-project/eeros-framework/includes/eeros/task/Periodic.hpp
- /home/markus/github/eeros-project/eeros-framework/src/task/Periodic.cpp