SerialUdbExtraF17 class

Backwards compatible version of SERIAL_UDB_EXTRA F17 format

SERIAL_UDB_EXTRA_F17

Implemented types

Constructors

SerialUdbExtraF17({required float sueFeedForward, required float sueTurnRateNav, required float sueTurnRateFbw})
SerialUdbExtraF17.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
sueFeedForward float
SUE Feed Forward Gain
final
sueTurnRateFbw float
SUE Max Turn Rate in Fly By Wire Mode
final
sueTurnRateNav float
SUE Max Turn Rate when Navigating
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