DebugFloatArray class

Large debug/prototyping array. The message uses the maximum available payload for data. The array_id and name fields are used to discriminate between messages in code and in user interfaces (respectively). Do not use in production code.

DEBUG_FLOAT_ARRAY

Implemented types

Constructors

DebugFloatArray({required uint64_t timeUsec, required uint16_t arrayId, required List<char> name, required List<float> data})
DebugFloatArray.parse(ByteData data_)
factory

Properties

arrayId uint16_t
Unique ID used to discriminate between arrays
final
data List<float>
data
final
hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
name List<char>
Name, for human-friendly display in a Ground Control Station
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeUsec uint64_t
Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
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