View Source APM.Message.NamedValueInt (xmavlink_util v0.1.0)
Link to this section Summary
Link to this section Types
@type 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.