Constants | ||
---|---|---|
int | SENSOR_STATUS_UNRELIABLE | The values returned by this sensor cannot be trusted, calibration is needed or the environment will not allow readings |
int | SENSOR_STATUS_ACCURACY_LOW | This sensor is reporting data with low accuracy, calibration with the environment is needed |
int | SENSOR_STATUS_ACCURACY_MEDIUM | This sensor is reporting data with an average level of accuracy, calibration with the environment may improve the readings |
int | SENSOR_STATUS_ACCURACY_HIGH | This sensor is reporting data with maximum accuracy |
The values returned by this sensor cannot be trusted, calibration is needed or the environment will not allow readings
Constant Value: 0 (0x00000000)
This sensor is reporting data with low accuracy, calibration with the environment is needed
Constant Value: 1 (0x00000001)
This sensor is reporting data with an average level of accuracy, calibration with the environment may improve the readings
Constant Value: 2 (0x00000002)
This sensor is reporting data with maximum accuracy
Constant Value: 3 (0x00000003)
Interface used to define constants for sensor accuracy. The accuracy is sent together with the sensor data over the local socket connection.