SensAtmos class

Atmospheric sensors (temperature, humidity, ...)

SENS_ATMOS

Implemented types

Constructors

SensAtmos({required uint64_t timestamp, required float tempambient, required float humidity})
SensAtmos.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
humidity float
Relative humidity
final
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tempambient float
Ambient temperature
final
timestamp uint64_t
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