dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
PeriodicObjectListStruct Struct Reference

Data Fields

EventCallbackInfo evInfo
 
uint16_t updatePeriodMs
 
int32_t timeToNextUpdateMs
 
struct PeriodicObjectListStructnext
 

Detailed Description

List of object properties that are needed for the periodic updates.

Definition at line 119 of file systemmod.c.

Field Documentation

EventCallbackInfo PeriodicObjectListStruct::evInfo

Definition at line 120 of file systemmod.c.

struct PeriodicObjectListStruct* PeriodicObjectListStruct::next

Time delay to the next update

Definition at line 123 of file systemmod.c.

int32_t PeriodicObjectListStruct::timeToNextUpdateMs

Update period in ms or 0 if no periodic updates are needed

Definition at line 122 of file systemmod.c.

uint16_t PeriodicObjectListStruct::updatePeriodMs

Event callback information

Definition at line 121 of file systemmod.c.


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