Structure for task suspend management. More...
#include <PeriodicTask.h>
Public Member Functions | |
suspend_t (bool sus) | |
Public Attributes | |
coil::Condition< coil::Mutex > | cond |
coil::Mutex | mutex |
bool | suspend |
Structure for task suspend management.
Definition at line 414 of file PeriodicTask.h.
coil::PeriodicTask::suspend_t::suspend_t | ( | bool | sus | ) | [inline] |
Definition at line 416 of file PeriodicTask.h.
Definition at line 419 of file PeriodicTask.h.
Definition at line 418 of file PeriodicTask.h.
Definition at line 417 of file PeriodicTask.h.