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

Macros

#define MAVLINK_MSG_ID_STATUS_GPS   194
 
#define MAVLINK_MSG_ID_STATUS_GPS_LEN   11
 
#define MAVLINK_MSG_ID_194_LEN   11
 
#define MAVLINK_MSG_ID_STATUS_GPS_CRC   51
 
#define MAVLINK_MSG_ID_194_CRC   51
 
#define MAVLINK_MESSAGE_INFO_STATUS_GPS
 

Typedefs

typedef struct
__mavlink_status_gps_t 
mavlink_status_gps_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_STATUS_GPS
Value:
{ \
"STATUS_GPS", \
7, \
{ { "magVar", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_status_gps_t, magVar) }, \
{ "csFails", NULL, MAVLINK_TYPE_UINT16_T, 0, 4, offsetof(mavlink_status_gps_t, csFails) }, \
{ "gpsQuality", NULL, MAVLINK_TYPE_UINT8_T, 0, 6, offsetof(mavlink_status_gps_t, gpsQuality) }, \
{ "msgsType", NULL, MAVLINK_TYPE_UINT8_T, 0, 7, offsetof(mavlink_status_gps_t, msgsType) }, \
{ "posStatus", NULL, MAVLINK_TYPE_UINT8_T, 0, 8, offsetof(mavlink_status_gps_t, posStatus) }, \
{ "magDir", NULL, MAVLINK_TYPE_INT8_T, 0, 9, offsetof(mavlink_status_gps_t, magDir) }, \
{ "modeInd", NULL, MAVLINK_TYPE_UINT8_T, 0, 10, offsetof(mavlink_status_gps_t, modeInd) }, \
} \
}
#define MAVLINK_MSG_ID_194_CRC   51
#define MAVLINK_MSG_ID_194_LEN   11
#define MAVLINK_MSG_ID_STATUS_GPS   194
#define MAVLINK_MSG_ID_STATUS_GPS_CRC   51
#define MAVLINK_MSG_ID_STATUS_GPS_LEN   11

Typedef Documentation