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

Macros

#define MAVLINK_MSG_ID_MISSION_ACK   47
 
#define MAVLINK_MSG_ID_MISSION_ACK_LEN   3
 
#define MAVLINK_MSG_ID_47_LEN   3
 
#define MAVLINK_MSG_ID_MISSION_ACK_CRC   153
 
#define MAVLINK_MSG_ID_47_CRC   153
 
#define MAVLINK_MESSAGE_INFO_MISSION_ACK
 

Typedefs

typedef struct
__mavlink_mission_ack_t 
mavlink_mission_ack_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_MISSION_ACK
Value:
{ \
"MISSION_ACK", \
3, \
{ { "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 0, offsetof(mavlink_mission_ack_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 1, offsetof(mavlink_mission_ack_t, target_component) }, \
{ "type", NULL, MAVLINK_TYPE_UINT8_T, 0, 2, offsetof(mavlink_mission_ack_t, type) }, \
} \
}
uint8_t type
Definition: fat_standard.h:67
#define MAVLINK_MSG_ID_47_CRC   153
#define MAVLINK_MSG_ID_47_LEN   3
#define MAVLINK_MSG_ID_MISSION_ACK   47
#define MAVLINK_MSG_ID_MISSION_ACK_CRC   153
#define MAVLINK_MSG_ID_MISSION_ACK_LEN   3

Typedef Documentation