enum classafParrotSdk2::DroneState
sys::Obj sys::Enum afParrotSdk2::DroneState
@
Serializable { simple=true }
Drone state as returned by NavData
.
- altOutZone
const static DroneState altOutZone := ...
- brake
const static DroneState brake := ...
- combinedYaw
const static DroneState combinedYaw := ...
- fromStr
static new fromStr(Str name, Bool checked := true)
Return the DroneState instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- lostAlt
const static DroneState lostAlt := ...
- lostAltGoDown
const static DroneState lostAltGoDown := ...
- noVision
const static DroneState noVision := ...
- ok
const static DroneState ok := ...
- unknown
const static DroneState unknown := ...
- vals
const static DroneState[] vals := ...
List of DroneState values indexed by ordinal