3 #define MAVLINK_MSG_ID_FLEXIFUNCTION_COMMAND_ACK 158
11 #define MAVLINK_MSG_ID_FLEXIFUNCTION_COMMAND_ACK_LEN 4
12 #define MAVLINK_MSG_ID_158_LEN 4
14 #define MAVLINK_MSG_ID_FLEXIFUNCTION_COMMAND_ACK_CRC 208
15 #define MAVLINK_MSG_ID_158_CRC 208
19 #define MAVLINK_MESSAGE_INFO_FLEXIFUNCTION_COMMAND_ACK { \
20 "FLEXIFUNCTION_COMMAND_ACK", \
22 { { "command_type", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_flexifunction_command_ack_t, command_type) }, \
23 { "result", NULL, MAVLINK_TYPE_UINT16_T, 0, 2, offsetof(mavlink_flexifunction_command_ack_t, result) }, \
38 static inline uint16_t mavlink_msg_flexifunction_command_ack_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
39 uint16_t command_type, uint16_t result)
41 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
73 static inline uint16_t mavlink_msg_flexifunction_command_ack_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
74 mavlink_message_t* msg,
75 uint16_t command_type,uint16_t result)
77 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
107 static inline uint16_t mavlink_msg_flexifunction_command_ack_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
const mavlink_flexifunction_command_ack_t* flexifunction_command_ack)
109 return mavlink_msg_flexifunction_command_ack_pack(system_id, component_id, msg, flexifunction_command_ack->
command_type, flexifunction_command_ack->
result);
121 static inline uint16_t mavlink_msg_flexifunction_command_ack_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t* msg,
const mavlink_flexifunction_command_ack_t* flexifunction_command_ack)
123 return mavlink_msg_flexifunction_command_ack_pack_chan(system_id, component_id, chan, msg, flexifunction_command_ack->
command_type, flexifunction_command_ack->
result);
133 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
135 static inline void mavlink_msg_flexifunction_command_ack_send(
mavlink_channel_t chan, uint16_t command_type, uint16_t result)
137 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
142 #if MAVLINK_CRC_EXTRA
152 #if MAVLINK_CRC_EXTRA
160 #if MAVLINK_MSG_ID_FLEXIFUNCTION_COMMAND_ACK_LEN <= MAVLINK_MAX_PAYLOAD_LEN
168 static inline void mavlink_msg_flexifunction_command_ack_send_buf(mavlink_message_t *msgbuf,
mavlink_channel_t chan, uint16_t command_type, uint16_t result)
170 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
171 char *buf = (
char *)msgbuf;
175 #if MAVLINK_CRC_EXTRA
185 #if MAVLINK_CRC_EXTRA
204 static inline uint16_t mavlink_msg_flexifunction_command_ack_get_command_type(
const mavlink_message_t* msg)
206 return _MAV_RETURN_uint16_t(msg, 0);
214 static inline uint16_t mavlink_msg_flexifunction_command_ack_get_result(
const mavlink_message_t* msg)
216 return _MAV_RETURN_uint16_t(msg, 2);
227 #if MAVLINK_NEED_BYTE_SWAP
228 flexifunction_command_ack->
command_type = mavlink_msg_flexifunction_command_ack_get_command_type(msg);
229 flexifunction_command_ack->
result = mavlink_msg_flexifunction_command_ack_get_result(msg);
uint16_t result
result of acknowledge
Definition: mavlink_msg_flexifunction_command_ack.h:8
struct __mavlink_flexifunction_command_ack_t mavlink_flexifunction_command_ack_t
#define MAVLINK_MSG_ID_FLEXIFUNCTION_COMMAND_ACK_CRC
Definition: mavlink_msg_flexifunction_command_ack.h:14
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.
Definition: mavlink_helpers.h:105
#define _MAV_PAYLOAD_NON_CONST(msg)
Definition: mavlink_types.h:172
mavlink_channel_t
Definition: mavlink_types.h:178
#define _MAV_PAYLOAD(msg)
Definition: mavlink_types.h:171
Definition: mavlink_msg_flexifunction_command_ack.h:5
uint16_t command_type
Command acknowledged.
Definition: mavlink_msg_flexifunction_command_ack.h:7
#define MAVLINK_MSG_ID_FLEXIFUNCTION_COMMAND_ACK_LEN
Definition: mavlink_msg_flexifunction_command_ack.h:11
#define MAVLINK_MSG_ID_FLEXIFUNCTION_COMMAND_ACK
Definition: mavlink_msg_flexifunction_command_ack.h:3
#define _mav_put_uint16_t(buf, wire_offset, b)
Definition: protocol.h:139
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.
Definition: mavlink_helpers.h:71