FixedwingMetrics
public struct FixedwingMetrics : Equatable
FixedwingMetrics message type.
-
Undocumented
Declaration
Swift
public let airspeedMS: Float -
Undocumented
Declaration
Swift
public let throttlePercentage: Float -
Undocumented
Declaration
Swift
public let climbRateMS: Float -
Initializes a new
FixedwingMetrics.Declaration
Swift
public init(airspeedMS: Float, throttlePercentage: Float, climbRateMS: Float)Parameters
airspeedMSCurrent indicated airspeed (IAS) in metres per second
throttlePercentageCurrent throttle setting (0 to 100)
climbRateMSCurrent climb rate in metres per second
-
Declaration
Swift
public static func == (lhs: FixedwingMetrics, rhs: FixedwingMetrics) -> Bool
View on GitHub
Install in Dash
FixedwingMetrics Structure Reference