SerialUdbExtraF6 class
Backwards compatible version of SERIAL_UDB_EXTRA F6: format
SERIAL_UDB_EXTRA_F6
- Implemented types
Constructors
- SerialUdbExtraF6({required float suePitchgain, required float suePitchkd, required float sueRudderElevMix, required float sueRollElevMix, required float sueElevatorBoost})
- SerialUdbExtraF6.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
- sueElevatorBoost → float
-
Gain For Boosting Manual Elevator control When Plane Stabilized
final
- suePitchgain → float
-
Serial UDB Extra PITCHGAIN Proportional Control
final
- suePitchkd → float
-
Serial UDB Extra Pitch Rate Control
final
- sueRollElevMix → float
-
Serial UDB Extra Roll to Elevator Mix
final
- sueRudderElevMix → float
-
Serial UDB Extra Rudder to Elevator Mix
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