|
Monado OpenXR Runtime
|
Represents the calibration of a single flex sensor. More...
#include <contactglove/contactglove_calibration.h>

Data Fields | |
| uint16_t | min |
| The minimum value, 0.0. | |
| uint16_t | max |
| The max value recorded, 1.0. | |
Represents the calibration of a single flex sensor.
| uint16_t contactglove_sensor_calibration::max |
The max value recorded, 1.0.
Referenced by contactglove_apply_sensor_calibration().
| uint16_t contactglove_sensor_calibration::min |
The minimum value, 0.0.
Referenced by contactglove_apply_sensor_calibration().