FlightInfo
public struct FlightInfo : Equatable
System flight information.
-
Undocumented
Declaration
Swift
public let timeBootMs: UInt32 -
Undocumented
Declaration
Swift
public let flightUid: UInt64 -
Initializes a new
FlightInfo.Declaration
Swift
public init(timeBootMs: UInt32, flightUid: UInt64)Parameters
timeBootMsTime since system boot
flightUidFlight counter. Starts from zero, is incremented at every disarm and is never reset (even after reboot)
-
Declaration
Swift
public static func == (lhs: FlightInfo, rhs: FlightInfo) -> Bool
View on GitHub
Install in Dash
FlightInfo Structure Reference