|
libRBR
v1.2.3
RBR instrument communication API
|
A channel calibration. More...
#include <RBRInstrumentConfiguration.h>
Data Fields | |
| RBRInstrumentDateTime | dateTime |
| The date/time of the calibration. More... | |
| float | c [RBRINSTRUMENT_CALIBRATION_C_COEFFICIENT_MAX] |
| Calibration C coefficients. More... | |
| float | x [RBRINSTRUMENT_CALIBRATION_X_COEFFICIENT_MAX] |
| Calibration X coefficients. More... | |
| RBRInstrumentChannelIndex | n [RBRINSTRUMENT_CALIBRATION_N_COEFFICIENT_MAX] |
| Input channel indices. More... | |
A channel calibration.
| float RBRInstrumentCalibration::c[RBRINSTRUMENT_CALIBRATION_C_COEFFICIENT_MAX] |
Calibration C coefficients.
Unused entries should be set to NaN.
| RBRInstrumentDateTime RBRInstrumentCalibration::dateTime |
The date/time of the calibration.
Unused entries should be set to 0.
| RBRInstrumentChannelIndex RBRInstrumentCalibration::n[RBRINSTRUMENT_CALIBRATION_N_COEFFICIENT_MAX] |
Input channel indices.
Unused entries should be set to 0. Entries corresponding to the special “value” value are set to RBRINSTRUMENT_VALUE_COEFFICIENT.
| float RBRInstrumentCalibration::x[RBRINSTRUMENT_CALIBRATION_X_COEFFICIENT_MAX] |
Calibration X coefficients.
Unused entries should be set to NaN.
1.8.17