ExtendedSysState class
Provides state for additional features
EXTENDED_SYS_STATE
- Implemented types
Constructors
- ExtendedSysState({required MavVtolState vtolState, required MavLandedState landedState})
- ExtendedSysState.parse(ByteData data_)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- landedState → MavLandedState
-
The landed state. Is set to MAV_LANDED_STATE_UNDEFINED if landed state is unknown.
final
- mavlinkCrcExtra → int
-
no setteroverride
- mavlinkMessageId → int
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vtolState → MavVtolState
-
The VTOL state if applicable. Is set to MAV_VTOL_STATE_UNDEFINED if UAV is not in VTOL configuration.
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