Common.Message.NamedValueFloat (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Send a key-value pair as float. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.

Types

t()

@type t() :: %Common.Message.NamedValueFloat{
  name: [char()],
  time_boot_ms: XMAVLink.Types.uint32_t(),
  value: Float32
}

Send a key-value pair as float. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.