Structure for task execution time measurement management. More...
#include <PeriodicTask.h>
Public Attributes | |
coil::Mutex | mutex |
coil::TimeMeasure::Statistics | stat |
Structure for task execution time measurement management.
Definition at line 438 of file PeriodicTask.h.
coil::Mutex coil::PeriodicTask::statistics_t::mutex |
Definition at line 441 of file PeriodicTask.h.
coil::TimeMeasure::Statistics coil::PeriodicTask::statistics_t::stat |
Definition at line 440 of file PeriodicTask.h.