libRBR  v1.2.3
RBR instrument communication API
Data Fields
RBRInstrumentEvent Struct Reference

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.
 

Detailed Description

An instrument event.

See also
https://docs.rbr-global.com/L3commandreference/format-of-stored-data/standard-rawbin00-format/standard-format-events-markers
https://docs.rbr-global.com/L3commandreference/format-of-stored-data/easyparse-calbin00-format/easyparse-format-events-markers

Field Documentation

◆ auxiliaryDataLength

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.


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