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

Macros

#define MAVLINK_MSG_ID_MISSION_COUNT   44
 
#define MAVLINK_MSG_ID_MISSION_COUNT_LEN   4
 
#define MAVLINK_MSG_ID_44_LEN   4
 
#define MAVLINK_MSG_ID_MISSION_COUNT_CRC   221
 
#define MAVLINK_MSG_ID_44_CRC   221
 
#define MAVLINK_MESSAGE_INFO_MISSION_COUNT
 

Typedefs

typedef struct
__mavlink_mission_count_t 
mavlink_mission_count_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_MISSION_COUNT
Value:
{ \
"MISSION_COUNT", \
3, \
{ { "count", NULL, MAVLINK_TYPE_UINT16_T, 0, 0, offsetof(mavlink_mission_count_t, count) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_mission_count_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 3, offsetof(mavlink_mission_count_t, target_component) }, \
} \
}
#define MAVLINK_MSG_ID_44_CRC   221
#define MAVLINK_MSG_ID_44_LEN   4
#define MAVLINK_MSG_ID_MISSION_COUNT   44
#define MAVLINK_MSG_ID_MISSION_COUNT_CRC   221
#define MAVLINK_MSG_ID_MISSION_COUNT_LEN   4

Typedef Documentation