AvssPrsSysStatus class

AVSS PRS system status.

AVSS_PRS_SYS_STATUS

Implemented types

Constructors

AvssPrsSysStatus({required uint32_t timeBootMs, required uint32_t errorStatus, required uint32_t batteryStatus, required uint8_t armStatus, required uint8_t chargeStatus})
AvssPrsSysStatus.parse(ByteData data_)
factory

Properties

armStatus uint8_t
PRS arm statuses
final
batteryStatus uint32_t
Estimated battery run-time without a remote connection and PRS battery voltage
final
chargeStatus uint8_t
PRS battery charge statuses
final
errorStatus uint32_t
PRS error statuses
final
hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeBootMs uint32_t
Timestamp (time since PRS 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