Common.Message.CommandAck (xmavlink_util v0.4.3)

View Source

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

Types

t()

@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