HerelinkTelem class

Herelink Telemetry

HERELINK_TELEM

Implemented types

Constructors

HerelinkTelem({required uint32_t rfFreq, required uint32_t linkBw, required uint32_t linkRate, required int16_t snr, required int16_t cpuTemp, required int16_t boardTemp, required uint8_t rssi})
HerelinkTelem.parse(ByteData data_)
factory

Properties

boardTemp int16_t
MAVLink type: int16_t
final
cpuTemp int16_t
MAVLink type: int16_t
final
hashCode int
The hash code for this object.
no setterinherited
linkBw uint32_t
MAVLink type: uint32_t
final
linkRate uint32_t
MAVLink type: uint32_t
final
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
rfFreq uint32_t
MAVLink type: uint32_t
final
rssi uint8_t
MAVLink type: uint8_t
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snr int16_t
MAVLink type: int16_t
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