| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.flightcontroller.DJIFlightControllerFlightMode | |
Flight controller flight modes.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIFlightControllerFlightMode | AssistedTakeOff | Assisted takeoff mode. | |||||||||
| DJIFlightControllerFlightMode | Atti | Attitude mode. | |||||||||
| DJIFlightControllerFlightMode | AttiCourseLock | Attitude course lock mode. | |||||||||
| DJIFlightControllerFlightMode | AttiHover | Attitude hover mode. | |||||||||
| DJIFlightControllerFlightMode | AttiLanding | Attitude landing mode. | |||||||||
| DJIFlightControllerFlightMode | AttiLimited | Attitude limited mode. | |||||||||
| DJIFlightControllerFlightMode | AutoLanding | Auto landing mode. | |||||||||
| DJIFlightControllerFlightMode | AutoTakeOff | Auto takeoff mode. | |||||||||
| DJIFlightControllerFlightMode | ClickGo | Click go mode. | |||||||||
| DJIFlightControllerFlightMode | ConfirmLanding | ConfirmLanding. | |||||||||
| DJIFlightControllerFlightMode | FPV | FPV mode. | |||||||||
| DJIFlightControllerFlightMode | Farming | Farming mode. | |||||||||
| DJIFlightControllerFlightMode | GPSAtti | GPS Attitude mode. | |||||||||
| DJIFlightControllerFlightMode | GPSAttiLimited | GPS attitude limited mode. | |||||||||
| DJIFlightControllerFlightMode | GPSBlake | GPS blake mode. | |||||||||
| DJIFlightControllerFlightMode | GPSCourseLock | GPS course lock mode. | |||||||||
| DJIFlightControllerFlightMode | GPSFollowMe | GPS follow me mode. | |||||||||
| DJIFlightControllerFlightMode | GPSGentle | ||||||||||
| DJIFlightControllerFlightMode | GPSHomeLock | GPS Home mode. | |||||||||
| DJIFlightControllerFlightMode | GPSHotPoint | GPS hot point mode. | |||||||||
| DJIFlightControllerFlightMode | GPSNovice | Novice mode with GPS. | |||||||||
| DJIFlightControllerFlightMode | GPSSport | Sport mode with GPS. | |||||||||
| DJIFlightControllerFlightMode | GPSWaypoint | GPS waypoint mode. | |||||||||
| DJIFlightControllerFlightMode | GoHome | Go home mode. | |||||||||
| DJIFlightControllerFlightMode | Hover | Hover mode. | |||||||||
| DJIFlightControllerFlightMode | Joystick | Joystick mode. | |||||||||
| DJIFlightControllerFlightMode | Manual | Manual mode. | |||||||||
| DJIFlightControllerFlightMode | MotorsJustStarted | The motors are just started. | |||||||||
| DJIFlightControllerFlightMode | NaviAdvGoHome | advance go home | |||||||||
| DJIFlightControllerFlightMode | NaviAdvLanding | advance landing | |||||||||
| DJIFlightControllerFlightMode | PANO | Pano mode. | |||||||||
| DJIFlightControllerFlightMode | Pointing | Pointing mission. | |||||||||
| DJIFlightControllerFlightMode | TerrainTracking | Terrain Tracking | |||||||||
| DJIFlightControllerFlightMode | TrackHeadLock | Vision Head Lock | |||||||||
| DJIFlightControllerFlightMode | Tracking | Tracking mission. | |||||||||
| DJIFlightControllerFlightMode | TripodGPS | ||||||||||
| DJIFlightControllerFlightMode | Unknown | The main controller flight mode is unknown. | |||||||||
| 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 DJIFlightControllerFlightMode |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
| int |
value()
Returns the real value of a enum constant.
| ||||||||||
| static DJIFlightControllerFlightMode | valueOf(String name) | ||||||||||
| final static DJIFlightControllerFlightMode[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The main controller flight mode is unknown.
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.
| value | The input integer value. |
|---|
Returns the real value of a enum constant.