| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.flightcontroller.DJIIMUMultiOrientationCalibrationStatus | |
IMU calibration status for the current aircraft orientation.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIIMUMultiOrientationCalibrationStatus | Calibrating | Calibration of current aircraft orientation is in progress. | |||||||||
| DJIIMUMultiOrientationCalibrationStatus | Done | Calibration of current aircraft orientation is done. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
_equals(int b)
Returns the boolean result which compare the input integer value with the real value of a enum constant.
| ||||||||||
| static DJIIMUMultiOrientationCalibrationStatus |
find(int b)
Returns the enum constant of this type with the input integer value.
| ||||||||||
| int |
value()
Returns the real value of a enum constant.
| ||||||||||
| static DJIIMUMultiOrientationCalibrationStatus | valueOf(String name) | ||||||||||
| final static DJIIMUMultiOrientationCalibrationStatus[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Calibration of current aircraft orientation is in progress.
Calibration of current aircraft orientation is done. The orientation will be added to `orientationsCalibrated` of `DJIIMUMultiOrientationCalibrationHint`. The aircraft should be rotated to a remaining orientation in `orientationsToCalibrate`.
Returns the boolean result which compare the input integer value with the real value of a enum constant.
| b | The input integer value. |
|---|
Returns the enum constant of this type with the input integer value.
| b | The input integer value. |
|---|
Returns the real value of a enum constant.