AvssDroneOperationMode class
Drone operation mode.
AVSS_DRONE_OPERATION_MODE
- Implemented types
Constructors
- AvssDroneOperationMode({required uint32_t timeBootMs, required uint8_t m300OperationMode, required uint8_t horseflyOperationMode})
- AvssDroneOperationMode.parse(ByteData data_)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- horseflyOperationMode → uint8_t
-
horsefly operation mode
final
- m300OperationMode → uint8_t
-
DJI M300 operation mode
final
- mavlinkCrcExtra → int
-
no setteroverride
- mavlinkMessageId → int
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeBootMs → uint32_t
-
Timestamp (time since FC boot).
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