NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_encapsulated_data.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_encapsulated_data_t
 

Macros

#define MAVLINK_MSG_ID_ENCAPSULATED_DATA   131
 
#define MAVLINK_MSG_ID_ENCAPSULATED_DATA_LEN   255
 
#define MAVLINK_MSG_ID_131_LEN   255
 
#define MAVLINK_MSG_ID_ENCAPSULATED_DATA_CRC   223
 
#define MAVLINK_MSG_ID_131_CRC   223
 
#define MAVLINK_MSG_ENCAPSULATED_DATA_FIELD_DATA_LEN   253
 
#define MAVLINK_MESSAGE_INFO_ENCAPSULATED_DATA
 

Typedefs

typedef struct
__mavlink_encapsulated_data_t 
mavlink_encapsulated_data_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_ENCAPSULATED_DATA
Value:
{ \
"ENCAPSULATED_DATA", \
2, \
{ { "seqnr", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_encapsulated_data_t, seqnr) }, \
{ "data", NULL, MAVLINK_TYPE_UINT8_T, 253, 2, offsetof(mavlink_encapsulated_data_t, data) }, \
} \
}
uint16_t data
Definition: config.c:91
#define MAVLINK_MSG_ENCAPSULATED_DATA_FIELD_DATA_LEN   253
#define MAVLINK_MSG_ID_131_CRC   223
#define MAVLINK_MSG_ID_131_LEN   255
#define MAVLINK_MSG_ID_ENCAPSULATED_DATA   131
#define MAVLINK_MSG_ID_ENCAPSULATED_DATA_CRC   223
#define MAVLINK_MSG_ID_ENCAPSULATED_DATA_LEN   255

Typedef Documentation