Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gps_udp.h
Go to the documentation of this file.
1 #ifndef GPS_UDP_H
2 #define GPS_UDP_H
3 
4 #include "std.h"
5 
6 #define GPS_NB_CHANNELS 16
7 
8 extern void gps_parse(void);
9 
10 #define GpsEvent gps_parse
11 
12 #endif /* GPS_UDP_H */
void gps_parse(void)
Definition: gps_udp.c:55