Airspeeds class
The airspeed measured by sensors and IMU
AIRSPEEDS
- Implemented types
Constructors
Properties
- airspeedHotWire → int16_t
-
Hot wire anenometer measured airspeed, cm/s
final
- airspeedImu → int16_t
-
Airspeed estimate from IMU, cm/s
final
- airspeedPitot → int16_t
-
Pitot measured forward airpseed, cm/s
final
- airspeedUltrasonic → int16_t
-
Ultrasonic measured airspeed, cm/s
final
- aoa → int16_t
-
Angle of attack sensor, degrees * 10
final
- aoy → int16_t
-
Yaw angle sensor, degrees * 10
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
- timeBootMs → uint32_t
-
Timestamp (milliseconds since system 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