MIP_SDK
v3.0.0-736-g212583cf
MicroStrain Communications Library for embedded systems
|
Returns the supported sensor ranges which may be used with the 3DM Sensor Range (0x0C,0x52) command. More...
Classes | |
struct | mip::commands_3dm::CalibratedSensorRanges |
Functions | |
TypedResult< CalibratedSensorRanges > | mip::commands_3dm::calibratedSensorRanges (C::mip_interface &device, SensorRangeType sensor, uint8_t *numRangesOut, uint8_t numRangesOutMax, CalibratedSensorRanges::Entry *rangesOut) |
The response includes an array of (u8, float) pairs which map each allowed setting to the corresponding maximum range in physical units. See SensorRangeType for units.
TypedResult< CalibratedSensorRanges > mip::commands_3dm::calibratedSensorRanges | ( | C::mip_interface & | device, |
SensorRangeType | sensor, | ||
uint8_t * | numRangesOut, | ||
uint8_t | numRangesOutMax, | ||
CalibratedSensorRanges::Entry * | rangesOut | ||
) |