enum classafParrotSdk2::DroneState

sys::Obj
  sys::Enum
    afParrotSdk2::DroneState

@Serializable { simple=true }

Drone state as returned by NavData.

altOutZone

Source

const static DroneState altOutZone := ...

brake

Source

const static DroneState brake := ...

combinedYaw

Source

const static DroneState combinedYaw := ...

fromStr

Source

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

Source

const static DroneState lostAlt := ...

lostAltGoDown

Source

const static DroneState lostAltGoDown := ...

noVision

Source

const static DroneState noVision := ...

ok

Source

const static DroneState ok := ...

unknown

Source

const static DroneState unknown := ...

vals

Source

const static DroneState[] vals := ...

List of DroneState values indexed by ordinal