Vmeta_FlyingState

public enum Vmeta_FlyingState : SwiftProtobuf.Enum
extension Vmeta_FlyingState: CaseIterable
extension Vmeta_FlyingState: @unchecked Sendable
extension Vmeta_FlyingState: SwiftProtobuf._ProtoNameProviding

Undocumented

  • Declaration

    Swift

    public typealias RawValue = Int
  • Landed state

    Declaration

    Swift

    case fsLanded
  • Taking off state

    Declaration

    Swift

    case fsTakingoff
  • Hovering state

    Declaration

    Swift

    case fsHovering
  • Flying state

    Declaration

    Swift

    case fsFlying
  • Landing state

    Declaration

    Swift

    case fsLanding
  • Emergency state

    Declaration

    Swift

    case fsEmergency
  • User-takeoff state

    Declaration

    Swift

    case fsUserTakeoff
  • Motor-ramping state

    Declaration

    Swift

    case fsMotorRamping
  • Emergency-landing state

    Declaration

    Swift

    case fsEmergencyLanding
  • Undocumented

    Declaration

    Swift

    case UNRECOGNIZED(Int)
  • Declaration

    Swift

    public init()
  • Declaration

    Swift

    public init?(rawValue: Int)
  • Declaration

    Swift

    public var rawValue: Int { get }
  • Declaration

    Swift

    public static var allCases: [Vmeta_FlyingState]

Code below here is support for the SwiftProtobuf runtime.

  • Declaration

    Swift

    public static let _protobuf_nameMap: SwiftProtobuf._NameMap