java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.flightcontroller.DJIGoHomeStatus |
A class used to identify the different stage of go home process.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIGoHomeStatus | AutoFlyToHomePoint | Stage of auto fly horizontally to home point. | |||||||||
DJIGoHomeStatus | Braking | The aircraft is braking to avoid collision. | |||||||||
DJIGoHomeStatus | Bypassing | The aircraft is bypassing over the obstacle. | |||||||||
DJIGoHomeStatus | Completion | Stage the completion | |||||||||
DJIGoHomeStatus | Failed | Unexpected status | |||||||||
DJIGoHomeStatus | GoDownToGround | Stage of going down after arriving at the home pint. | |||||||||
DJIGoHomeStatus | GoUpToHeight | Stage of going up to the height of going home. | |||||||||
DJIGoHomeStatus | None | Aircraft is not going home. | |||||||||
DJIGoHomeStatus | TurnDirectionToHomePoint | Stage of turning the aircraft direction to home point. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Returns the boolean result which compare the input integer value
with the real value of an enum constant.
| ||||||||||
static DJIGoHomeStatus |
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 DJIGoHomeStatus | valueOf(String name) | ||||||||||
final static DJIGoHomeStatus[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Stage of auto fly horizontally to home point.
Stage of going down after arriving at the home pint.
Stage of turning the aircraft direction to home point.
Returns the boolean result which compare the input integer value with the real value of an 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.