enum classafParrotSdk2::FlightState

sys::Obj
  sys::Enum
    afParrotSdk2::FlightState

@Serializable { simple=true }

Flight state as returned by NavData.

def

Source

const static FlightState def := ...

flying

Source

const static FlightState flying := ...

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the FlightState instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

hovering

Source

const static FlightState hovering := ...

init

Source

const static FlightState init := ...

landed

Source

const static FlightState landed := ...

test

Source

const static FlightState test := ...

transFlipping

Source

const static FlightState transFlipping := ...

transGotoFix

Source

const static FlightState transGotoFix := ...

transHovering

Source

const static FlightState transHovering := ...

transLanding

Source

const static FlightState transLanding := ...

transTakeOff

Source

const static FlightState transTakeOff := ...

vals

Source

const static FlightState[] vals := ...

List of FlightState values indexed by ordinal