SerialUdbExtraF7 class
Backwards compatible version of SERIAL_UDB_EXTRA F7: format
SERIAL_UDB_EXTRA_F7
- Implemented types
Constructors
- SerialUdbExtraF7({required float sueYawkpRudder, required float sueYawkdRudder, required float sueRollkpRudder, required float sueRollkdRudder, required float sueRudderBoost, required float sueRtlPitchDown})
- SerialUdbExtraF7.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
- sueRollkdRudder → float
-
Serial UDB Extra ROLLKD_RUDDER Gain for Rate control of roll stabilization
final
- sueRollkpRudder → float
-
Serial UDB Extra ROLLKP_RUDDER Gain for Proportional control of roll stabilization
final
- sueRtlPitchDown → float
-
Serial UDB Extra Return To Landing - Angle to Pitch Plane Down
final
- sueRudderBoost → float
-
SERIAL UDB EXTRA Rudder Boost Gain to Manual Control when stabilized
final
- sueYawkdRudder → float
-
Serial UDB YAWKD_RUDDER Gain for Rate control of navigation
final
- sueYawkpRudder → float
-
Serial UDB YAWKP_RUDDER Gain for Proporional control of navigation
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