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

Link to this section Summary

Types

t()

Send a debug value. The index is used to discriminate between values. These values show up in the plot of QGroundControl as DEBUG N.

Link to this section Types

@type t() :: %APM.Message.Debug{
  ind: MAVLink.Types.uint8_t(),
  time_boot_ms: MAVLink.Types.uint32_t(),
  value: Float32
}

Send a debug value. The index is used to discriminate between values. These values show up in the plot of QGroundControl as DEBUG N.