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