NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_file_transfer_protocol.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  __mavlink_file_transfer_protocol_t
 

Macros

#define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL   110
 
#define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_LEN   254
 
#define MAVLINK_MSG_ID_110_LEN   254
 
#define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_CRC   84
 
#define MAVLINK_MSG_ID_110_CRC   84
 
#define MAVLINK_MSG_FILE_TRANSFER_PROTOCOL_FIELD_PAYLOAD_LEN   251
 
#define MAVLINK_MESSAGE_INFO_FILE_TRANSFER_PROTOCOL
 

Typedefs

typedef struct
__mavlink_file_transfer_protocol_t 
mavlink_file_transfer_protocol_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_FILE_TRANSFER_PROTOCOL
Value:
{ \
"FILE_TRANSFER_PROTOCOL", \
4, \
{ { "target_network", NULL, MAVLINK_TYPE_UINT8_T, 0, 0, offsetof(mavlink_file_transfer_protocol_t, target_network) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 1, offsetof(mavlink_file_transfer_protocol_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_file_transfer_protocol_t, target_component) }, \
{ "payload", NULL, MAVLINK_TYPE_UINT8_T, 251, 3, offsetof(mavlink_file_transfer_protocol_t, payload) }, \
} \
}
#define MAVLINK_MSG_FILE_TRANSFER_PROTOCOL_FIELD_PAYLOAD_LEN   251
#define MAVLINK_MSG_ID_110_CRC   84
#define MAVLINK_MSG_ID_110_LEN   254
#define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL   110
#define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_CRC   84
#define MAVLINK_MSG_ID_FILE_TRANSFER_PROTOCOL_LEN   254

Typedef Documentation