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

Data Fields

union {
   struct pios_queue *   queue
 
   void *   cbCtx
 
cbInfo
 
UAVObjEventCallback cb
 
uint8_t hasThrottle: 1
 
uint8_t eventMask: 7
 
struct ObjectEventEntrynext
 

Detailed Description

Definition at line 62 of file uavobjectmanager.c.

Field Documentation

UAVObjEventCallback ObjectEventEntry::cb

Definition at line 68 of file uavobjectmanager.c.

void* ObjectEventEntry::cbCtx

Definition at line 65 of file uavobjectmanager.c.

union { ... } ObjectEventEntry::cbInfo
uint8_t ObjectEventEntry::eventMask

Definition at line 70 of file uavobjectmanager.c.

uint8_t ObjectEventEntry::hasThrottle

Definition at line 69 of file uavobjectmanager.c.

struct ObjectEventEntry* ObjectEventEntry::next

Definition at line 71 of file uavobjectmanager.c.

struct pios_queue* ObjectEventEntry::queue

Definition at line 64 of file uavobjectmanager.c.


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