View Source APM.Message.DebugFloatArray (xmavlink_util v0.1.0)

Link to this section Summary

Types

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.

Link to this section Types

@type t() :: %APM.Message.DebugFloatArray{
  array_id: MAVLink.Types.uint16_t(),
  data: [Float32],
  name: [char()],
  time_usec: MAVLink.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.