ThingWorx C SDK
Public Attributes | List of all members
twTask Struct Reference

Task structure definition. More...

#include <twTasker.h>

Public Attributes

uint32_t runTimeIntervalMsec
 
uint64_t nextRunTick
 
twTaskFunction func
 

Detailed Description

Task structure definition.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: