mavlink v0.7.0 APM.Message.NamedValueInt View Source

Link to this section 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.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.NamedValueInt{
  name: [char()],
  time_boot_ms: MAVLink.Types.uint32_t(),
  value: MAVLink.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.