Public Types | |
| enum | { MESSAGE, BUNDLE } |
Public Attributes | |
| OSCTimeTag | timetag |
| OSCPacketBuffer | myPacket |
| enum queuedDataStruct:: { ... } | type |
| union { | |
| struct { | |
| char * bytes | |
| int length | |
| } bundle | |
| struct { | |
| char * messageName | |
| int length | |
| void * args | |
| int argLength | |
| callbackList callbacks | |
| } message | |
| } | data |
| struct queuedDataStruct * | nextFree |
Referenced by InsertBundleOrMessage(), OSCInvokeMessagesThatAreReady(), OSCScheduleInternalMessages(), and ParseBundle().
| enum { ... } queuedDataStruct::type |
| char* queuedDataStruct::bytes |
| struct { ... } queuedDataStruct::bundle |
Referenced by InsertBundleOrMessage(), OSCInvokeMessagesThatAreReady(), OSCScheduleInternalMessages(), and ParseBundle().
| void* queuedDataStruct::args |
| struct { ... } queuedDataStruct::message |
Referenced by InsertBundleOrMessage(), OSCBeProductiveWhileWaiting(), OSCInvokeMessagesThatAreReady(), and ParseMessage().
| union { ... } queuedDataStruct::data |
struct queuedDataStruct* queuedDataStruct::nextFree [read] |
Referenced by AllocQD(), FreeQD(), and InitQueuedData().
1.5.8