libRBR
v1.2.3
RBR instrument communication API
|
Details reported by a combination of the instrument channels
, channel
, and calibration
commands.
More...
#include <RBRInstrumentConfiguration.h>
Data Fields | |
int32_t | count |
The number of installed and configured instrument channels. | |
int32_t | on |
The number of active channels, which excludes any turned off by the user. More... | |
RBRInstrumentPeriod | settlingTime |
The maximum power-on settling settling time across all enabled channels. More... | |
RBRInstrumentPeriod | readTime |
The maximum overall reading time across all enabled channels. More... | |
RBRInstrumentPeriod | minimumPeriod |
The minimum sampling period with the currently-active channels. More... | |
RBRInstrumentChannel | channels [RBRINSTRUMENT_CHANNEL_MAX] |
Specific channel details. More... | |
Details reported by a combination of the instrument channels
, channel
, and calibration
commands.
RBRInstrumentChannel RBRInstrumentChannels::channels[RBRINSTRUMENT_CHANNEL_MAX] |
Specific channel details.
The first RBRInstrumentChannel.count entries will be populated.
RBRInstrumentPeriod RBRInstrumentChannels::minimumPeriod |
The minimum sampling period with the currently-active channels.
Specified in milliseconds.
int32_t RBRInstrumentChannels::on |
The number of active channels, which excludes any turned off by the user.
RBRInstrumentPeriod RBRInstrumentChannels::readTime |
The maximum overall reading time across all enabled channels.
Specified in milliseconds.
RBRInstrumentPeriod RBRInstrumentChannels::settlingTime |
The maximum power-on settling settling time across all enabled channels.
Specified in milliseconds.