Common.Message.Debug (xmavlink_util v0.4.3)

View Source

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.

Types

t()

@type t() :: %Common.Message.Debug{
  ind: XMAVLink.Types.uint8_t(),
  time_boot_ms: XMAVLink.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.