libRBR
v1.2.3
RBR instrument communication API
|
An instrument event. More...
#include <RBRParser.h>
Data Fields | |
RBRInstrumentEventType | type |
The type of the event. | |
RBRInstrumentDateTime | timestamp |
The timestamp of the event. | |
int32_t | auxiliaryDataLength |
The number of populated entries in RBRInstrumentEvent.auxiliaryData. More... | |
uint32_t | auxiliaryData [RBRINSTRUMENT_EVENT_AUXILIARY_DATA_MAX] |
Auxiliary data for the event. | |
An instrument event.
int32_t RBRInstrumentEvent::auxiliaryDataLength |
The number of populated entries in RBRInstrumentEvent.auxiliaryData.
For EasyParse events, this will be either 0 or 1. For standard events, this may be up to RBRINSTRUMENT_EVENT_AUXILIARY_DATA_MAX depending on the event type.