java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.flightcontroller.DJIIMUCalibrationOrientation |
The different orientations the aircraft needs for a multi-orientation IMU calibration.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIIMUCalibrationOrientation | BottomDown | The bottom or underbelly of the aircraft should be pointed down. | |||||||||
DJIIMUCalibrationOrientation | LeftDown | The left or port side of the aircraft should be pointed down. | |||||||||
DJIIMUCalibrationOrientation | NoseDown | The front or nose of the aircraft should be pointed down. | |||||||||
DJIIMUCalibrationOrientation | RightDown | The right or starboard side of the aircraft should be pointed down. | |||||||||
DJIIMUCalibrationOrientation | TailDown | The back or tail of the aircraft should be pointed down. | |||||||||
DJIIMUCalibrationOrientation | TopDown | The top of the aircraft should be pointed down. |
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 DJIIMUCalibrationOrientation |
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 DJIIMUCalibrationOrientation | valueOf(String name) | ||||||||||
final static DJIIMUCalibrationOrientation[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The bottom or underbelly of the aircraft should be pointed down.
The left or port side of the aircraft should be pointed down.
The front or nose of the aircraft should be pointed down.
The right or starboard side of the aircraft should be pointed down.
The back or tail of the aircraft should be pointed down.
The top of the aircraft should be pointed down.
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.