# `Common.Message.DebugFloatArray`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L11029)

# `t`

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
