mavlink v0.7.0 APM.Message.DebugFloatArray View Source

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

Link to this type

t() View Source
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.