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

Macros

#define MAVLINK_MSG_ID_GPS2_RAW   124
 
#define MAVLINK_MSG_ID_GPS2_RAW_LEN   35
 
#define MAVLINK_MSG_ID_124_LEN   35
 
#define MAVLINK_MSG_ID_GPS2_RAW_CRC   87
 
#define MAVLINK_MSG_ID_124_CRC   87
 
#define MAVLINK_MESSAGE_INFO_GPS2_RAW
 

Typedefs

typedef struct __mavlink_gps2_raw_t mavlink_gps2_raw_t
 

Macro Definition Documentation

#define MAVLINK_MESSAGE_INFO_GPS2_RAW
Value:
{ \
"GPS2_RAW", \
12, \
{ { "time_usec", NULL, MAVLINK_TYPE_UINT64_T, 0, 0, offsetof(mavlink_gps2_raw_t, time_usec) }, \
{ "lat", NULL, MAVLINK_TYPE_INT32_T, 0, 8, offsetof(mavlink_gps2_raw_t, lat) }, \
{ "lon", NULL, MAVLINK_TYPE_INT32_T, 0, 12, offsetof(mavlink_gps2_raw_t, lon) }, \
{ "alt", NULL, MAVLINK_TYPE_INT32_T, 0, 16, offsetof(mavlink_gps2_raw_t, alt) }, \
{ "dgps_age", NULL, MAVLINK_TYPE_UINT32_T, 0, 20, offsetof(mavlink_gps2_raw_t, dgps_age) }, \
{ "eph", NULL, MAVLINK_TYPE_UINT16_T, 0, 24, offsetof(mavlink_gps2_raw_t, eph) }, \
{ "epv", NULL, MAVLINK_TYPE_UINT16_T, 0, 26, offsetof(mavlink_gps2_raw_t, epv) }, \
{ "vel", NULL, MAVLINK_TYPE_UINT16_T, 0, 28, offsetof(mavlink_gps2_raw_t, vel) }, \
{ "cog", NULL, MAVLINK_TYPE_UINT16_T, 0, 30, offsetof(mavlink_gps2_raw_t, cog) }, \
{ "fix_type", NULL, MAVLINK_TYPE_UINT8_T, 0, 32, offsetof(mavlink_gps2_raw_t, fix_type) }, \
{ "satellites_visible", NULL, MAVLINK_TYPE_UINT8_T, 0, 33, offsetof(mavlink_gps2_raw_t, satellites_visible) }, \
{ "dgps_numch", NULL, MAVLINK_TYPE_UINT8_T, 0, 34, offsetof(mavlink_gps2_raw_t, dgps_numch) }, \
} \
}
#define MAVLINK_MSG_ID_124_CRC   87
#define MAVLINK_MSG_ID_124_LEN   35
#define MAVLINK_MSG_ID_GPS2_RAW   124
#define MAVLINK_MSG_ID_GPS2_RAW_CRC   87
#define MAVLINK_MSG_ID_GPS2_RAW_LEN   35

Typedef Documentation