java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.flightcontroller.DJIVisionSystemWarning |
The warning level of the vision system.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIVisionSystemWarning | Dangerous | The distance between the obstacle and the aircraft is less then 2 meters. | |||||||||
DJIVisionSystemWarning | Invalid | The warning level is invalid. | |||||||||
DJIVisionSystemWarning | Safe | The distance between the obstacle and the aircraft is over 2 meters. | |||||||||
DJIVisionSystemWarning | Unknown | The warning level is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | _equals(int b) | ||||||||||
static DJIVisionSystemWarning | find(int value) | ||||||||||
int | value() | ||||||||||
static DJIVisionSystemWarning | valueOf(String name) | ||||||||||
final static DJIVisionSystemWarning[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The distance between the obstacle and the aircraft is less then 2 meters.
The distance between the obstacle and the aircraft is over 2 meters.