|
libRBR
v1.2.3
RBR instrument communication API
|
#include <RBRInstrumentConfiguration.h>
Data Fields | |
| RBRInstrumentChannelRangingMode | rangingMode |
| The gain selection mode employed by the sensor. | |
| float | currentGain |
| The gain value in use by the sensor. More... | |
| float | availableGains [RBRINSTRUMENT_CHANNEL_GAINS_MAX] |
| The gain settings supported by the sensor. More... | |
Gain parameters for a channel.
| float RBRInstrumentChannelGain::availableGains[RBRINSTRUMENT_CHANNEL_GAINS_MAX] |
The gain settings supported by the sensor.
Only applies where RBRInstrumentChannelGain.rangingMode is RBRINSTRUMENT_RANGING_MANUAL or RBRINSTRUMENT_RANGING_AUTO. Otherwise all values are set to NaN.
Unused entries are set to NaN.
| float RBRInstrumentChannelGain::currentGain |
The gain value in use by the sensor.
Only applies when RBRInstrumentChannelGain.rangingMode is RBRINSTRUMENT_RANGING_MANUAL. Otherwise set to NaN.
1.8.17