enum classafParrotSdk2::FlightState
sys::Obj sys::Enum afParrotSdk2::FlightState
@
Serializable { simple=true }
Flight state as returned by NavData
.
const static FlightState def := ...
const static FlightState flying := ...
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.
const static FlightState hovering := ...
const static FlightState init := ...
const static FlightState landed := ...
const static FlightState test := ...
const static FlightState transFlipping := ...
const static FlightState transGotoFix := ...
const static FlightState transHovering := ...
const static FlightState transLanding := ...
const static FlightState transTakeOff := ...
const static FlightState[] vals := ...
List of FlightState values indexed by ordinal