Meminfo class

State of autopilot RAM.

MEMINFO

Implemented types

Constructors

Meminfo({required uint16_t brkval, required uint16_t freemem, required uint32_t freemem32})
Meminfo.parse(ByteData data_)
factory

Properties

brkval uint16_t
Heap top.
final
freemem uint16_t
Free memory.
final
freemem32 uint32_t
Free memory (32 bit).
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

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