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

Macros

#define MAVLINK_MSG_ID_MISSION_REQUEST   40
 
#define MAVLINK_MSG_ID_MISSION_REQUEST_LEN   4
 
#define MAVLINK_MSG_ID_40_LEN   4
 
#define MAVLINK_MSG_ID_MISSION_REQUEST_CRC   230
 
#define MAVLINK_MSG_ID_40_CRC   230
 
#define MAVLINK_MESSAGE_INFO_MISSION_REQUEST
 

Typedefs

typedef struct
__mavlink_mission_request_t 
mavlink_mission_request_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_MISSION_REQUEST
Value:
{ \
"MISSION_REQUEST", \
3, \
{ { "seq", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_mission_request_t, seq) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_mission_request_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_mission_request_t, target_component) }, \
} \
}
#define MAVLINK_MSG_ID_40_CRC   230
#define MAVLINK_MSG_ID_40_LEN   4
#define MAVLINK_MSG_ID_MISSION_REQUEST   40
#define MAVLINK_MSG_ID_MISSION_REQUEST_CRC   230
#define MAVLINK_MSG_ID_MISSION_REQUEST_LEN   4

Typedef Documentation