Altitudes class

The altitude measured by sensors and IMU

ALTITUDES

Implemented types

Constructors

Altitudes({required uint32_t timeBootMs, required int32_t altGps, required int32_t altImu, required int32_t altBarometric, required int32_t altOpticalFlow, required int32_t altRangeFinder, required int32_t altExtra})
Altitudes.parse(ByteData data_)
factory

Properties

altBarometric int32_t
barometeric altitude above ground in meters, expressed as * 1000 (millimeters)
final
altExtra int32_t
Extra altitude above ground in meters, expressed as * 1000 (millimeters)
final
altGps int32_t
GPS altitude (MSL) in meters, expressed as * 1000 (millimeters)
final
altImu int32_t
IMU altitude above ground in meters, expressed as * 1000 (millimeters)
final
altOpticalFlow int32_t
Optical flow altitude above ground in meters, expressed as * 1000 (millimeters)
final
altRangeFinder int32_t
Rangefinder Altitude above ground in meters, expressed as * 1000 (millimeters)
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