3 #define MAVLINK_MSG_ID_COMMAND_ACK 77 11 #define MAVLINK_MSG_ID_COMMAND_ACK_LEN 3 12 #define MAVLINK_MSG_ID_77_LEN 3 14 #define MAVLINK_MSG_ID_COMMAND_ACK_CRC 143 15 #define MAVLINK_MSG_ID_77_CRC 143 19 #define MAVLINK_MESSAGE_INFO_COMMAND_ACK { \ 22 { { "command", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_command_ack_t, command) }, \ 23 { "result", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_command_ack_t, result) }, \ 41 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 74 mavlink_message_t* msg,
77 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 133 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS 137 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 142 #if MAVLINK_CRC_EXTRA 152 #if MAVLINK_CRC_EXTRA 160 #if MAVLINK_MSG_ID_COMMAND_ACK_LEN <= MAVLINK_MAX_PAYLOAD_LEN 170 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 171 char *buf = (
char *)msgbuf;
175 #if MAVLINK_CRC_EXTRA 185 #if MAVLINK_CRC_EXTRA 206 return _MAV_RETURN_uint16_t(msg, 0);
227 #if MAVLINK_NEED_BYTE_SWAP static uint8_t mavlink_msg_command_ack_get_result(const mavlink_message_t *msg)
Get field result from command_ack message.
#define MAVLINK_MSG_ID_COMMAND_ACK_LEN
static uint16_t mavlink_msg_command_ack_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint16_t command, uint8_t result)
Pack a command_ack message on a channel.
#define MAVLINK_MSG_ID_COMMAND_ACK_CRC
static uint16_t mavlink_msg_command_ack_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint16_t command, uint8_t result)
Pack a command_ack message.
static uint16_t mavlink_msg_command_ack_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, const mavlink_command_ack_t *command_ack)
Encode a command_ack struct.
#define _MAV_RETURN_uint8_t(msg, wire_offset)
static uint16_t mavlink_msg_command_ack_get_command(const mavlink_message_t *msg)
Send a command_ack message.
MAVLINK_HELPER uint16_t mavlink_finalize_message(mavlink_message_t *msg, uint8_t system_id, uint8_t component_id, uint8_t length)
Finalize a MAVLink message with MAVLINK_COMM_0 as default channel.
#define _mav_put_uint8_t(buf, wire_offset, b)
#define _MAV_PAYLOAD_NON_CONST(msg)
struct __mavlink_command_ack_t mavlink_command_ack_t
#define _MAV_PAYLOAD(msg)
#define MAVLINK_MSG_ID_COMMAND_ACK
#define _mav_put_uint16_t(buf, wire_offset, b)
MAVLINK_HELPER uint16_t mavlink_finalize_message_chan(mavlink_message_t *msg, uint8_t system_id, uint8_t component_id, uint8_t chan, uint8_t length)
Finalize a MAVLink message with channel assignment.
static uint16_t mavlink_msg_command_ack_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, const mavlink_command_ack_t *command_ack)
Encode a command_ack struct on a channel.
static void mavlink_msg_command_ack_decode(const mavlink_message_t *msg, mavlink_command_ack_t *command_ack)
Decode a command_ack message into a struct.