|
Unify Framework Lib 1.7.0
|
Representation of a real-time task. More...
#include <rtimer.h>
Public Attributes | |
| rtimer_clock_t | time |
| rtimer_callback_t | func |
| void * | ptr |
Representation of a real-time task.
This structure represents a real-time task and is used
by the real-time module and the architecture specific
support module for the real-time module.
| rtimer_callback_t rtimer::func |
| void* rtimer::ptr |
| rtimer_clock_t rtimer::time |