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

Macros

#define MAVLINK_MSG_ID_RALLY_POINT   175
 
#define MAVLINK_MSG_ID_RALLY_POINT_LEN   19
 
#define MAVLINK_MSG_ID_175_LEN   19
 
#define MAVLINK_MSG_ID_RALLY_POINT_CRC   138
 
#define MAVLINK_MSG_ID_175_CRC   138
 
#define MAVLINK_MESSAGE_INFO_RALLY_POINT
 

Typedefs

typedef struct
__mavlink_rally_point_t 
mavlink_rally_point_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_RALLY_POINT
Value:
{ \
"RALLY_POINT", \
10, \
{ { "lat", NULL, MAVLINK_TYPE_INT32_T, 0, 0, offsetof(mavlink_rally_point_t, lat) }, \
{ "lng", NULL, MAVLINK_TYPE_INT32_T, 0, 4, offsetof(mavlink_rally_point_t, lng) }, \
{ "alt", NULL, MAVLINK_TYPE_INT16_T, 0, 8, offsetof(mavlink_rally_point_t, alt) }, \
{ "break_alt", NULL, MAVLINK_TYPE_INT16_T, 0, 10, offsetof(mavlink_rally_point_t, break_alt) }, \
{ "land_dir", NULL, MAVLINK_TYPE_UINT16_T, 0, 12, offsetof(mavlink_rally_point_t, land_dir) }, \
{ "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 14, offsetof(mavlink_rally_point_t, target_system) }, \
{ "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 15, offsetof(mavlink_rally_point_t, target_component) }, \
{ "idx", NULL, MAVLINK_TYPE_UINT8_T, 0, 16, offsetof(mavlink_rally_point_t, idx) }, \
{ "count", NULL, MAVLINK_TYPE_UINT8_T, 0, 17, offsetof(mavlink_rally_point_t, count) }, \
{ "flags", NULL, MAVLINK_TYPE_UINT8_T, 0, 18, offsetof(mavlink_rally_point_t, flags) }, \
} \
}
uint16_t flags
Definition: ledstrip.h:11
#define MAVLINK_MSG_ID_175_CRC   138
#define MAVLINK_MSG_ID_175_LEN   19
#define MAVLINK_MSG_ID_RALLY_POINT   175
#define MAVLINK_MSG_ID_RALLY_POINT_CRC   138
#define MAVLINK_MSG_ID_RALLY_POINT_LEN   19

Typedef Documentation