Common.Message.DebugVect (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

To debug something using a named 3D vector.

Types

t()

@type t() :: %Common.Message.DebugVect{
  name: [char()],
  time_usec: XMAVLink.Types.uint64_t(),
  x: Float32,
  y: Float32,
  z: Float32
}

To debug something using a named 3D vector.