AoaSsa class

Angle of Attack and Side Slip Angle.

AOA_SSA

Implemented types

Constructors

AoaSsa({required uint64_t timeUsec, required float aoa, required float ssa})
AoaSsa.parse(ByteData data_)
factory

Properties

aoa float
Angle of Attack.
final
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
ssa float
Side Slip Angle.
final
timeUsec uint64_t
Timestamp (since boot or Unix epoch).
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