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

Macros

#define MAVLINK_MSG_ID_V2_EXTENSION   248
 
#define MAVLINK_MSG_ID_V2_EXTENSION_LEN   254
 
#define MAVLINK_MSG_ID_248_LEN   254
 
#define MAVLINK_MSG_ID_V2_EXTENSION_CRC   8
 
#define MAVLINK_MSG_ID_248_CRC   8
 
#define MAVLINK_MSG_V2_EXTENSION_FIELD_PAYLOAD_LEN   249
 
#define MAVLINK_MESSAGE_INFO_V2_EXTENSION
 

Typedefs

typedef struct
__mavlink_v2_extension_t 
mavlink_v2_extension_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_V2_EXTENSION
Value:
{ \
"V2_EXTENSION", \
5, \
{ { "message_type", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_v2_extension_t, message_type) }, \
{ "target_network", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_v2_extension_t, target_network) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_v2_extension_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_v2_extension_t, target_component) }, \
{ "payload", NULL, MAVLINK_TYPE_UINT8_T, 249, 5, offsetof(mavlink_v2_extension_t, payload) }, \
} \
}
#define MAVLINK_MSG_ID_248_CRC   8
#define MAVLINK_MSG_ID_248_LEN   254
#define MAVLINK_MSG_ID_V2_EXTENSION   248
#define MAVLINK_MSG_ID_V2_EXTENSION_CRC   8
#define MAVLINK_MSG_ID_V2_EXTENSION_LEN   254
#define MAVLINK_MSG_V2_EXTENSION_FIELD_PAYLOAD_LEN   249

Typedef Documentation