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

Macros

#define MAVLINK_MSG_ID_FLEXIFUNCTION_DIRECTORY   155
 
#define MAVLINK_MSG_ID_FLEXIFUNCTION_DIRECTORY_LEN   53
 
#define MAVLINK_MSG_ID_155_LEN   53
 
#define MAVLINK_MSG_ID_FLEXIFUNCTION_DIRECTORY_CRC   12
 
#define MAVLINK_MSG_ID_155_CRC   12
 
#define MAVLINK_MSG_FLEXIFUNCTION_DIRECTORY_FIELD_DIRECTORY_DATA_LEN   48
 
#define MAVLINK_MESSAGE_INFO_FLEXIFUNCTION_DIRECTORY
 

Typedefs

typedef struct
__mavlink_flexifunction_directory_t 
mavlink_flexifunction_directory_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_FLEXIFUNCTION_DIRECTORY
Value:
{ \
"FLEXIFUNCTION_DIRECTORY", \
6, \
{ { "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 0, offsetof(mavlink_flexifunction_directory_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 1, offsetof(mavlink_flexifunction_directory_t, target_component) }, \
{ "directory_type", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_flexifunction_directory_t, directory_type) }, \
{ "start_index", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_flexifunction_directory_t, start_index) }, \
{ "count", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_flexifunction_directory_t, count) }, \
{ "directory_data", NULL, MAVLINK_TYPE_INT8_T, 48, 5, offsetof(mavlink_flexifunction_directory_t, directory_data) }, \
} \
}
#define MAVLINK_MSG_FLEXIFUNCTION_DIRECTORY_FIELD_DIRECTORY_DATA_LEN   48
#define MAVLINK_MSG_ID_155_CRC   12
#define MAVLINK_MSG_ID_155_LEN   53
#define MAVLINK_MSG_ID_FLEXIFUNCTION_DIRECTORY   155
#define MAVLINK_MSG_ID_FLEXIFUNCTION_DIRECTORY_CRC   12
#define MAVLINK_MSG_ID_FLEXIFUNCTION_DIRECTORY_LEN   53

Typedef Documentation