ScaledPressure class

The pressure readings for the typical setup of one absolute and differential pressure sensor. The units are as specified in each field.

SCALED_PRESSURE

Implemented types

Constructors

ScaledPressure({required uint32_t timeBootMs, required float pressAbs, required float pressDiff, required int16_t temperature, required int16_t temperaturePressDiff})
ScaledPressure.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 1
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