libRBR
v1.2.3
RBR instrument communication API
|
Instrument id
command parameters.
More...
#include <RBRInstrument.h>
Data Fields | |
char | model [RBRINSTRUMENT_ID_MODEL_MAX+1] |
char | version [RBRINSTRUMENT_ID_VERSION_MAX+1] |
uint32_t | serial |
uint16_t | fwtype |
char | mode [RBRINSTRUMENT_ID_MODE_MAX+1] |
Instrument id
command parameters.
Externalized from RBRInstrumentOther.h to facilitate inclusion by RBRInstrument.
uint16_t RBRInstrumentId::fwtype |
The firmware type of the instrument.
char RBRInstrumentId::mode[RBRINSTRUMENT_ID_MODE_MAX+1] |
The instrument mode.
char RBRInstrumentId::model[RBRINSTRUMENT_ID_MODEL_MAX+1] |
The instrument model.
uint32_t RBRInstrumentId::serial |
The serial number of the instrument.
char RBRInstrumentId::version[RBRINSTRUMENT_ID_VERSION_MAX+1] |
The instrument firmware version.