SerialUdbExtraF18 class

Backwards compatible version of SERIAL_UDB_EXTRA F18 format

SERIAL_UDB_EXTRA_F18

Implemented types

Constructors

SerialUdbExtraF18({required float angleOfAttackNormal, required float angleOfAttackInverted, required float elevatorTrimNormal, required float elevatorTrimInverted, required float referenceSpeed})
SerialUdbExtraF18.parse(ByteData data_)
factory

Properties

angleOfAttackInverted float
SUE Angle of Attack Inverted
final
angleOfAttackNormal float
SUE Angle of Attack Normal
final
elevatorTrimInverted float
SUE Elevator Trim Inverted
final
elevatorTrimNormal float
SUE Elevator Trim Normal
final
hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
referenceSpeed float
SUE reference_speed
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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