ThingWorx C SDK
|
Task structure definition. More...
#include <twTasker.h>
Public Attributes | |
uint32_t | runTimeIntervalMsec |
uint64_t | nextRunTick |
twTaskFunction | func |
Task structure definition.
twTaskFunction twTask::func |
< A pointer to the function to call when executing the task.
uint64_t twTask::nextRunTick |
The next run tick for this task.
uint32_t twTask::runTimeIntervalMsec |
The period (in msec) at which to call this task.