3 #define MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST 183
11 #define MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST_LEN 2
12 #define MAVLINK_MSG_ID_183_LEN 2
14 #define MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST_CRC 85
15 #define MAVLINK_MSG_ID_183_CRC 85
19 #define MAVLINK_MESSAGE_INFO_AUTOPILOT_VERSION_REQUEST { \
20 "AUTOPILOT_VERSION_REQUEST", \
22 { { "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 0, offsetof(mavlink_autopilot_version_request_t, target_system) }, \
23 { "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 1, offsetof(mavlink_autopilot_version_request_t, target_component) }, \
38 static inline uint16_t mavlink_msg_autopilot_version_request_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
39 uint8_t target_system, uint8_t target_component)
41 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
73 static inline uint16_t mavlink_msg_autopilot_version_request_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
74 mavlink_message_t* msg,
75 uint8_t target_system,uint8_t target_component)
77 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
107 static inline uint16_t mavlink_msg_autopilot_version_request_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
const mavlink_autopilot_version_request_t* autopilot_version_request)
109 return mavlink_msg_autopilot_version_request_pack(system_id, component_id, msg, autopilot_version_request->
target_system, autopilot_version_request->
target_component);
121 static inline uint16_t mavlink_msg_autopilot_version_request_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t* msg,
const mavlink_autopilot_version_request_t* autopilot_version_request)
123 return mavlink_msg_autopilot_version_request_pack_chan(system_id, component_id, chan, msg, autopilot_version_request->
target_system, autopilot_version_request->
target_component);
133 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
135 static inline void mavlink_msg_autopilot_version_request_send(
mavlink_channel_t chan, uint8_t target_system, uint8_t target_component)
137 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
142 #if MAVLINK_CRC_EXTRA
152 #if MAVLINK_CRC_EXTRA
160 #if MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST_LEN <= MAVLINK_MAX_PAYLOAD_LEN
168 static inline void mavlink_msg_autopilot_version_request_send_buf(mavlink_message_t *msgbuf,
mavlink_channel_t chan, uint8_t target_system, uint8_t target_component)
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 uint8_t mavlink_msg_autopilot_version_request_get_target_system(
const mavlink_message_t* msg)
214 static inline uint8_t mavlink_msg_autopilot_version_request_get_target_component(
const mavlink_message_t* msg)
227 #if MAVLINK_NEED_BYTE_SWAP
228 autopilot_version_request->
target_system = mavlink_msg_autopilot_version_request_get_target_system(msg);
229 autopilot_version_request->
target_component = mavlink_msg_autopilot_version_request_get_target_component(msg);
#define MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST_LEN
Definition: mavlink_msg_autopilot_version_request.h:11
#define _MAV_RETURN_uint8_t(msg, wire_offset)
Definition: protocol.h:238
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_put_uint8_t(buf, wire_offset, b)
Definition: protocol.h:134
#define _MAV_PAYLOAD_NON_CONST(msg)
Definition: mavlink_types.h:172
mavlink_channel_t
Definition: mavlink_types.h:178
Definition: mavlink_msg_autopilot_version_request.h:5
struct __mavlink_autopilot_version_request_t mavlink_autopilot_version_request_t
#define _MAV_PAYLOAD(msg)
Definition: mavlink_types.h:171
uint8_t target_component
Component ID.
Definition: mavlink_msg_autopilot_version_request.h:8
uint8_t target_system
System ID.
Definition: mavlink_msg_autopilot_version_request.h:7
#define MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST
Definition: mavlink_msg_autopilot_version_request.h:3
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
#define MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST_CRC
Definition: mavlink_msg_autopilot_version_request.h:14