Common.Message.ParamExtValue (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Emit the value of a parameter. The inclusion of param_count and param_index in the message allows the recipient to keep track of received parameters and allows them to re-request missing parameters after a loss or timeout.

Types

t()

@type t() :: %Common.Message.ParamExtValue{
  param_count: XMAVLink.Types.uint16_t(),
  param_id: [char()],
  param_index: XMAVLink.Types.uint16_t(),
  param_type: Common.Types.mav_param_ext_type(),
  param_value: [char()]
}

Emit the value of a parameter. The inclusion of param_count and param_index in the message allows the recipient to keep track of received parameters and allows them to re-request missing parameters after a loss or timeout.