Debug class

Send a debug value. The index is used to discriminate between values. These values show up in the plot of QGroundControl as DEBUG N.

DEBUG

Implemented types

Constructors

Debug({required uint32_t timeBootMs, required float value, required uint8_t ind})
Debug.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ind uint8_t
index of debug variable
final
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 system boot).
final
value float
DEBUG value
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