View Source Common.Message.CommandAck (xmavlink_util v0.3.0)

Link to this section Summary

Types

t()

Report status of a command. Includes feedback whether the command was executed. The command microservice is documented at https://mavlink.io/en/services/command.html

Link to this section Types

@type t() :: %Common.Message.CommandAck{
  command: Common.Types.mav_cmd(),
  progress: XMAVLink.Types.uint8_t(),
  result: Common.Types.mav_result(),
  result_param2: XMAVLink.Types.int32_t(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}

Report status of a command. Includes feedback whether the command was executed. The command microservice is documented at https://mavlink.io/en/services/command.html