Go to the documentation of this file.
20 #ifndef COIL_PERIODICTASKBASE_H
21 #define COIL_PERIODICTASKBASE_H
93 template <
typename T,
typename F =
int (*)()>
280 virtual int resume(
void) = 0;
297 virtual void signal() = 0;
347 template <
class O,
class F>
372 virtual void setPeriod(
double period) = 0;
516 #endif // COIL_PERIODICTASKBASE_H