EscTelemetry5To8 class

ESC Telemetry Data for ESCs 5 to 8, matching data sent by BLHeli ESCs.

ESC_TELEMETRY_5_TO_8

Implemented types

Constructors

EscTelemetry5To8({required List<int16_t> voltage, required List<int16_t> current, required List<int16_t> totalcurrent, required List<int16_t> rpm, required List<int16_t> count, required List<int8_t> temperature})
EscTelemetry5To8.parse(ByteData data_)
factory

Properties

count List<int16_t>
count of telemetry packets received (wraps at 65535).
final
current List<int16_t>
Current.
final
hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
rpm List<int16_t>
RPM (eRPM).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperature List<int8_t>
Temperature.
final
totalcurrent List<int16_t>
Total current.
final
voltage List<int16_t>
Voltage.
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