AslctrlDebug class

ASL-fixed-wing controller debug data

ASLCTRL_DEBUG

Implemented types

Constructors

AslctrlDebug({required uint32_t i321, required float f1, required float f2, required float f3, required float f4, required float f5, required float f6, required float f7, required float f8, required uint8_t i81, required uint8_t i82})
AslctrlDebug.parse(ByteData data_)
factory

Properties

f1 float
Debug data
final
f2 float
Debug data
final
f3 float
Debug data
final
f4 float
Debug data
final
f5 float
Debug data
final
f6 float
Debug data
final
f7 float
Debug data
final
f8 float
Debug data
final
hashCode int
The hash code for this object.
no setterinherited
i321 uint32_t
Debug data
final
i81 uint8_t
Debug data
final
i82 uint8_t
Debug data
final
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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