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

Macros

#define MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION   152
 
#define MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_LEN   58
 
#define MAVLINK_MSG_ID_152_LEN   58
 
#define MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_CRC   101
 
#define MAVLINK_MSG_ID_152_CRC   101
 
#define MAVLINK_MSG_FLEXIFUNCTION_BUFFER_FUNCTION_FIELD_DATA_LEN   48
 
#define MAVLINK_MESSAGE_INFO_FLEXIFUNCTION_BUFFER_FUNCTION
 

Typedefs

typedef struct
__mavlink_flexifunction_buffer_function_t 
mavlink_flexifunction_buffer_function_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_FLEXIFUNCTION_BUFFER_FUNCTION
Value:
{ \
"FLEXIFUNCTION_BUFFER_FUNCTION", \
7, \
{ { "func_index", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_flexifunction_buffer_function_t, func_index) }, \
{ "func_count", NULL, MAVLINK_TYPE_UINT16_T, 0, 2, offsetof(mavlink_flexifunction_buffer_function_t, func_count) }, \
{ "data_address", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_flexifunction_buffer_function_t, data_address) }, \
{ "data_size", NULL, MAVLINK_TYPE_UINT16_T, 0, 6, offsetof(mavlink_flexifunction_buffer_function_t, data_size) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 8, offsetof(mavlink_flexifunction_buffer_function_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 9, offsetof(mavlink_flexifunction_buffer_function_t, target_component) }, \
{ "data", NULL, MAVLINK_TYPE_INT8_T, 48, 10, offsetof(mavlink_flexifunction_buffer_function_t, data) }, \
} \
}
uint16_t data
Definition: config.c:91
#define MAVLINK_MSG_FLEXIFUNCTION_BUFFER_FUNCTION_FIELD_DATA_LEN   48
#define MAVLINK_MSG_ID_152_CRC   101
#define MAVLINK_MSG_ID_152_LEN   58
#define MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION   152
#define MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_CRC   101
#define MAVLINK_MSG_ID_FLEXIFUNCTION_BUFFER_FUNCTION_LEN   58

Typedef Documentation