Common.Message.NamedValueInt (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Send a key-value pair as integer. 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.NamedValueInt{
  name: [char()],
  time_boot_ms: XMAVLink.Types.uint32_t(),
  value: XMAVLink.Types.int32_t()
}

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