SerialUdbExtraF14 class

Backwards compatible version of SERIAL_UDB_EXTRA F14: format

SERIAL_UDB_EXTRA_F14

Implemented types

Constructors

SerialUdbExtraF14({required uint32_t sueTrapSource, required int16_t sueRcon, required int16_t sueTrapFlags, required int16_t sueOscFailCount, required uint8_t sueWindEstimation, required uint8_t sueGpsType, required uint8_t sueDr, required uint8_t sueBoardType, required uint8_t sueAirframe, required uint8_t sueClockConfig, required uint8_t sueFlightPlanType})
SerialUdbExtraF14.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sueAirframe uint8_t
Serial UDB Extra Type of Airframe
final
sueBoardType uint8_t
Serial UDB Extra Type of UDB Hardware
final
sueClockConfig uint8_t
Serial UDB Extra UDB Internal Clock Configuration
final
sueDr uint8_t
Serial UDB Extra Dead Reckoning Enabled
final
sueFlightPlanType uint8_t
Serial UDB Extra Type of Flight Plan
final
sueGpsType uint8_t
Serial UDB Extra Type of GPS Unit
final
sueOscFailCount int16_t
Serial UDB Extra Number of Ocillator Failures
final
sueRcon int16_t
Serial UDB Extra Reboot Register of DSPIC
final
sueTrapFlags int16_t
Serial UDB Extra Last dspic Trap Flags
final
sueTrapSource uint32_t
Serial UDB Extra Type Program Address of Last Trap
final
sueWindEstimation uint8_t
Serial UDB Extra Wind Estimation Enabled
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() ByteData
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

mavlinkEncodedLength → const int