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_sim.h
Go to the documentation of this file.
1 #ifndef GPS_SIM_H
2 #define GPS_SIM_H
3 
4 #include "std.h"
5 
6 #define GPS_NB_CHANNELS 16
7 
8 extern void gps_impl_init(void);
9 
10 extern void gps_sim_publish(void);
11 
12 #define GpsEvent() {}
13 
14 #endif /* GPS_SIM_H */
void gps_sim_publish(void)
Definition: gps_sim.c:30
void gps_impl_init(void)
GPS initialization.
Definition: gps_datalink.c:62