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