View Source APM.Message.CommandAck (xmavlink_util v0.1.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() :: %APM.Message.CommandAck{
  command: APM.Types.mav_cmd(),
  result: APM.Types.mav_result()
}

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