dRonin
adbada4
dRonin firmware
|
Data Fields | |
EventCallbackInfo | evInfo |
uint16_t | updatePeriodMs |
int32_t | timeToNextUpdateMs |
struct PeriodicObjectListStruct * | next |
List of object properties that are needed for the periodic updates.
Definition at line 119 of file systemmod.c.
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.