java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.flightcontroller.DJIVisionSensorPosition |
Position of the sensor on the aircraft
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIVisionSensorPosition | Left | The sensor is on the left or port side of the aircraft. | |||||||||
DJIVisionSensorPosition | Nose | The sensor is on the front or nose of the aircraft. | |||||||||
DJIVisionSensorPosition | Right | The sensor is on the right or starboard side of the aircraft. | |||||||||
DJIVisionSensorPosition | Tail | The sensor is on the back or tail of the aircraft. | |||||||||
DJIVisionSensorPosition | Unknown | Unknown |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | _equals(int b) | ||||||||||
static DJIVisionSensorPosition | find(int value) | ||||||||||
int | value() | ||||||||||
static DJIVisionSensorPosition | valueOf(String name) | ||||||||||
final static DJIVisionSensorPosition[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The sensor is on the left or port side of the aircraft.
The sensor is on the front or nose of the aircraft.
The sensor is on the right or starboard side of the aircraft.