public static final class SensorFusionBosch.CalibrationData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
accelerometer
Current calibration accuracy values for the accelerometer, gyroscope, and magnetometer respectively
|
byte[] |
gyroscope
Current calibration accuracy values for the accelerometer, gyroscope, and magnetometer respectively
|
byte[] |
magnetometer
Current calibration accuracy values for the accelerometer, gyroscope, and magnetometer respectively
|
| Constructor and Description |
|---|
CalibrationData(byte[] accelerometer,
byte[] gyroscope,
byte[] magnetometer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final byte[] accelerometer
public final byte[] gyroscope
public final byte[] magnetometer