30 #ifndef GPS_DATALINK_H
31 #define GPS_DATALINK_H
34 #include "generated/airframe.h"
38 #define PRIMARY_GPS GPS_DATALINK
45 #define gps_datalink_periodic_check() gps_periodic_check(&gps_datalink)
Device independent GPS code (interface)
data structure for GPS information
void gps_datalink_parse_EXTERNAL_POSE(uint8_t *buf)
Parse the full EXTERNAL_POSE message and publish as GPS through ABI.
void gps_datalink_parse_REMOTE_GPS_LOCAL(uint8_t *buf)
void gps_datalink_init(void)
GPS initialization.
struct GpsState gps_datalink
void gps_datalink_parse_EXTERNAL_POSE_SMALL(uint8_t *buf)
Parse the EXTERNAL_POSE_SMALL message and publish as GPS through ABI.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.