mavlink v0.7.0 APM.Message.NamedValueFloat View Source

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

Link to this section Types

Link to this type

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