3 #define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL 110
13 #define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_LEN 254
14 #define MAVLINK_MSG_ID_110_LEN 254
16 #define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_CRC 84
17 #define MAVLINK_MSG_ID_110_CRC 84
19 #define MAVLINK_MSG_FILE_TRANSFER_PROTOCOL_FIELD_PAYLOAD_LEN 251
21 #define MAVLINK_MESSAGE_INFO_FILE_TRANSFER_PROTOCOL { \
22 "FILE_TRANSFER_PROTOCOL", \
24 { { "target_network", NULL, MAVLINK_TYPE_UINT8_T, 0, 0, offsetof(mavlink_file_transfer_protocol_t, target_network) }, \
25 { "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 1, offsetof(mavlink_file_transfer_protocol_t, target_system) }, \
26 { "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_file_transfer_protocol_t, target_component) }, \
27 { "payload", NULL, MAVLINK_TYPE_UINT8_T, 251, 3, offsetof(mavlink_file_transfer_protocol_t, payload) }, \
44 static inline uint16_t mavlink_msg_file_transfer_protocol_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
45 uint8_t target_network, uint8_t target_system, uint8_t target_component,
const uint8_t *payload)
47 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
52 _mav_put_uint8_t_array(buf, 3, payload, 251);
59 mav_array_memcpy(packet.
payload, payload,
sizeof(uint8_t)*251);
83 static inline uint16_t mavlink_msg_file_transfer_protocol_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
84 mavlink_message_t* msg,
85 uint8_t target_network,uint8_t target_system,uint8_t target_component,
const uint8_t *payload)
87 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
92 _mav_put_uint8_t_array(buf, 3, payload, 251);
99 mav_array_memcpy(packet.
payload, payload,
sizeof(uint8_t)*251);
104 #if MAVLINK_CRC_EXTRA
119 static inline uint16_t mavlink_msg_file_transfer_protocol_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
const mavlink_file_transfer_protocol_t* file_transfer_protocol)
133 static inline uint16_t mavlink_msg_file_transfer_protocol_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t* msg,
const mavlink_file_transfer_protocol_t* file_transfer_protocol)
147 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
149 static inline void mavlink_msg_file_transfer_protocol_send(
mavlink_channel_t chan, uint8_t target_network, uint8_t target_system, uint8_t target_component,
const uint8_t *payload)
151 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
156 _mav_put_uint8_t_array(buf, 3, payload, 251);
157 #if MAVLINK_CRC_EXTRA
167 mav_array_memcpy(packet.
payload, payload,
sizeof(uint8_t)*251);
168 #if MAVLINK_CRC_EXTRA
176 #if MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_LEN <= MAVLINK_MAX_PAYLOAD_LEN
184 static inline void mavlink_msg_file_transfer_protocol_send_buf(mavlink_message_t *msgbuf,
mavlink_channel_t chan, uint8_t target_network, uint8_t target_system, uint8_t target_component,
const uint8_t *payload)
186 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
187 char *buf = (
char *)msgbuf;
191 _mav_put_uint8_t_array(buf, 3, payload, 251);
192 #if MAVLINK_CRC_EXTRA
202 mav_array_memcpy(packet->
payload, payload,
sizeof(uint8_t)*251);
203 #if MAVLINK_CRC_EXTRA
222 static inline uint8_t mavlink_msg_file_transfer_protocol_get_target_network(
const mavlink_message_t* msg)
232 static inline uint8_t mavlink_msg_file_transfer_protocol_get_target_system(
const mavlink_message_t* msg)
242 static inline uint8_t mavlink_msg_file_transfer_protocol_get_target_component(
const mavlink_message_t* msg)
252 static inline uint16_t mavlink_msg_file_transfer_protocol_get_payload(
const mavlink_message_t* msg, uint8_t *payload)
254 return _MAV_RETURN_uint8_t_array(msg, payload, 251, 3);
265 #if MAVLINK_NEED_BYTE_SWAP
266 file_transfer_protocol->
target_network = mavlink_msg_file_transfer_protocol_get_target_network(msg);
267 file_transfer_protocol->
target_system = mavlink_msg_file_transfer_protocol_get_target_system(msg);
268 file_transfer_protocol->
target_component = mavlink_msg_file_transfer_protocol_get_target_component(msg);
269 mavlink_msg_file_transfer_protocol_get_payload(msg, file_transfer_protocol->
payload);
#define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_CRC
Definition: mavlink_msg_file_transfer_protocol.h:16
#define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL
Definition: mavlink_msg_file_transfer_protocol.h:3
#define _MAV_RETURN_uint8_t(msg, wire_offset)
Definition: protocol.h:238
uint8_t payload[251]
Variable length payload. The length is defined by the remaining message length when subtracting the h...
Definition: mavlink_msg_file_transfer_protocol.h:10
Definition: mavlink_msg_file_transfer_protocol.h:5
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
#define _MAV_PAYLOAD(msg)
Definition: mavlink_types.h:171
struct __mavlink_file_transfer_protocol_t mavlink_file_transfer_protocol_t
uint8_t target_system
System ID (0 for broadcast)
Definition: mavlink_msg_file_transfer_protocol.h:8
uint8_t target_component
Component ID (0 for broadcast)
Definition: mavlink_msg_file_transfer_protocol.h:9
uint8_t target_network
Network ID (0 for broadcast)
Definition: mavlink_msg_file_transfer_protocol.h:7
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_FILE_TRANSFER_PROTOCOL_LEN
Definition: mavlink_msg_file_transfer_protocol.h:13