Common.Message.DebugFloatArray (xmavlink_util v0.4.3)
View SourceSummary
Types
@type t() :: %Common.Message.DebugFloatArray{ array_id: XMAVLink.Types.uint16_t(), data: [Float32], name: [char()], time_usec: XMAVLink.Types.uint64_t() }
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.