FlightPlanInterpreter

@objc(GSFlightPlanInterpreter)
public enum FlightPlanInterpreter : Int, CustomStringConvertible

Defines how a mavlink flight plan file is interpreted by the drone.

  • Interpret file according to Parrot legacy non-standard rules.

    Declaration

    Swift

    case legacy
  • Interpret file according to Mavlink standard.

    Declaration

    Swift

    case standard
  • Debug description.

    Declaration

    Swift

    public var description: String { get }