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) }, \ 47 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 84 mavlink_message_t* msg,
87 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 104 #if MAVLINK_CRC_EXTRA 147 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS 151 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 157 #if MAVLINK_CRC_EXTRA 168 #if MAVLINK_CRC_EXTRA 176 #if MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_LEN <= MAVLINK_MAX_PAYLOAD_LEN 186 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS 187 char *buf = (
char *)msgbuf;
192 #if MAVLINK_CRC_EXTRA 203 #if MAVLINK_CRC_EXTRA 265 #if MAVLINK_NEED_BYTE_SWAP #define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_CRC
#define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL
static void mavlink_msg_file_transfer_protocol_decode(const mavlink_message_t *msg, mavlink_file_transfer_protocol_t *file_transfer_protocol)
Decode a file_transfer_protocol message into a struct.
static 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)
Encode a file_transfer_protocol struct.
#define _MAV_RETURN_uint8_t(msg, wire_offset)
static uint8_t mavlink_msg_file_transfer_protocol_get_target_system(const mavlink_message_t *msg)
Get field target_system from file_transfer_protocol message.
static uint16_t mavlink_msg_file_transfer_protocol_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t *msg, uint8_t target_network, uint8_t target_system, uint8_t target_component, const uint8_t *payload)
Pack a file_transfer_protocol message on a channel.
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)
static void _mav_put_uint8_t_array(char *buf, uint8_t wire_offset, const uint8_t *b, uint8_t array_length)
#define _MAV_PAYLOAD_NON_CONST(msg)
static uint8_t mavlink_msg_file_transfer_protocol_get_target_network(const mavlink_message_t *msg)
Send a file_transfer_protocol message.
static uint16_t mavlink_msg_file_transfer_protocol_get_payload(const mavlink_message_t *msg, uint8_t *payload)
Get field payload from file_transfer_protocol message.
#define _MAV_PAYLOAD(msg)
struct __mavlink_file_transfer_protocol_t mavlink_file_transfer_protocol_t
static uint16_t mavlink_msg_file_transfer_protocol_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t *msg, uint8_t target_network, uint8_t target_system, uint8_t target_component, const uint8_t *payload)
Pack a file_transfer_protocol message.
static uint8_t mavlink_msg_file_transfer_protocol_get_target_component(const mavlink_message_t *msg)
Get field target_component from file_transfer_protocol message.
static void mav_array_memcpy(void *dest, const void *src, size_t n)
static uint16_t _MAV_RETURN_uint8_t_array(const mavlink_message_t *msg, uint8_t *value, uint8_t array_length, uint8_t wire_offset)
static 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)
Encode a file_transfer_protocol struct on a channel.
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.
#define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_LEN