SensorAirflowAngles class

Calibrated airflow angle measurements

SENSOR_AIRFLOW_ANGLES

Implemented types

Constructors

SensorAirflowAngles({required uint64_t timestamp, required float angleofattack, required float sideslip, required uint8_t angleofattackValid, required uint8_t sideslipValid})
SensorAirflowAngles.parse(ByteData data_)
factory

Properties

angleofattack float
Angle of attack
final
angleofattackValid uint8_t
Angle of attack measurement valid
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
sideslip float
Sideslip angle
final
sideslipValid uint8_t
Sideslip angle measurement valid
final
timestamp uint64_t
Timestamp
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