McuStatus class

The MCU status, giving MCU temperature and voltage. The min and max voltages are to allow for detecting power supply instability.

MCU_STATUS

Implemented types

Constructors

McuStatus({required int16_t mcuTemperature, required uint16_t mcuVoltage, required uint16_t mcuVoltageMin, required uint16_t mcuVoltageMax, required uint8_t id})
McuStatus.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id uint8_t
MCU instance
final
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
mcuTemperature int16_t
MCU Internal temperature
final
mcuVoltage uint16_t
MCU voltage
final
mcuVoltageMax uint16_t
MCU voltage maximum
final
mcuVoltageMin uint16_t
MCU voltage minimum
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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