SensorDataAccuracy Enumeration |
Sensor data accuracy value.
Namespace:
MoverioBasicFunctionUnityPlugin.Type
Assembly:
MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public enum SensorDataAccuracy
Members
| Member name | Value | Description |
---|
| SENSOR_DATA_UNRELIABLE | 0 |
This value is unreliable because this sensor requires calibration or it may not be possible to read in the value due to the surroundings.
|
| SENSOR_DATA_ACCURACY_LOW | 1 |
This is a low-accuracy value and requires calibration with the surroundings.
|
| SENSOR_DATA_ACCURACY_MEDIUM | 2 |
This is a medium-accuracy value and is possible to improve it by calibrating with the surroundings.
|
| SENSOR_DATA_ACCURACY_HIGH | 3 |
This is a high-accuracy value.
|
See Also