ScaledPressure3 class

Barometer readings for 3rd barometer

SCALED_PRESSURE3

Implemented types

Constructors

ScaledPressure3({required uint32_t timeBootMs, required float pressAbs, required float pressDiff, required int16_t temperature, required int16_t temperaturePressDiff})
ScaledPressure3.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
pressAbs float
Absolute pressure
final
pressDiff float
Differential pressure
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperature int16_t
Absolute pressure temperature
final
temperaturePressDiff int16_t
Differential pressure temperature (0, if not available). Report values of 0 (or 1) as 1 cdegC.
final
timeBootMs uint32_t
Timestamp (time 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