SerialUdbExtraF8 class
Backwards compatible version of SERIAL_UDB_EXTRA F8: format
SERIAL_UDB_EXTRA_F8
- Implemented types
Constructors
- SerialUdbExtraF8({required float sueHeightTargetMax, required float sueHeightTargetMin, required float sueAltHoldThrottleMin, required float sueAltHoldThrottleMax, required float sueAltHoldPitchMin, required float sueAltHoldPitchMax, required float sueAltHoldPitchHigh})
- SerialUdbExtraF8.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
- sueAltHoldPitchHigh → float
-
Serial UDB Extra ALT_HOLD_PITCH_HIGH
final
- sueAltHoldPitchMax → float
-
Serial UDB Extra ALT_HOLD_PITCH_MAX
final
- sueAltHoldPitchMin → float
-
Serial UDB Extra ALT_HOLD_PITCH_MIN
final
- sueAltHoldThrottleMax → float
-
Serial UDB Extra ALT_HOLD_THROTTLE_MAX
final
- sueAltHoldThrottleMin → float
-
Serial UDB Extra ALT_HOLD_THROTTLE_MIN
final
- sueHeightTargetMax → float
-
Serial UDB Extra HEIGHT_TARGET_MAX
final
- sueHeightTargetMin → float
-
Serial UDB Extra HEIGHT_TARGET_MIN
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