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

Macros

#define MAVLINK_MSG_ID_MISSION_REQUEST_PARTIAL_LIST   37
 
#define MAVLINK_MSG_ID_MISSION_REQUEST_PARTIAL_LIST_LEN   6
 
#define MAVLINK_MSG_ID_37_LEN   6
 
#define MAVLINK_MSG_ID_MISSION_REQUEST_PARTIAL_LIST_CRC   212
 
#define MAVLINK_MSG_ID_37_CRC   212
 
#define MAVLINK_MESSAGE_INFO_MISSION_REQUEST_PARTIAL_LIST
 

Typedefs

typedef struct
__mavlink_mission_request_partial_list_t 
mavlink_mission_request_partial_list_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_MISSION_REQUEST_PARTIAL_LIST
Value:
{ \
"MISSION_REQUEST_PARTIAL_LIST", \
4, \
{ { "start_index", NULL, MAVLINK_TYPE_INT16_T, 0, 0, offsetof(mavlink_mission_request_partial_list_t, start_index) }, \
{ "end_index", NULL, MAVLINK_TYPE_INT16_T, 0, 2, offsetof(mavlink_mission_request_partial_list_t, end_index) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_mission_request_partial_list_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 5, offsetof(mavlink_mission_request_partial_list_t, target_component) }, \
} \
}
#define MAVLINK_MSG_ID_37_CRC   212
#define MAVLINK_MSG_ID_37_LEN   6
#define MAVLINK_MSG_ID_MISSION_REQUEST_PARTIAL_LIST   37
#define MAVLINK_MSG_ID_MISSION_REQUEST_PARTIAL_LIST_CRC   212
#define MAVLINK_MSG_ID_MISSION_REQUEST_PARTIAL_LIST_LEN   6

Typedef Documentation