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
timeBootMs
Time since system boot
flightUid
Flight 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