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 File Reference
#include "std.h"
+ Include dependency graph for gps_sim_nps.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GPS_NB_CHANNELS   16
 
#define GpsEvent()   {}
 

Functions

void gps_feed_value ()
 
void gps_impl_init ()
 GPS initialization. More...
 

Variables

bool_t gps_has_fix
 

Macro Definition Documentation

#define GPS_NB_CHANNELS   16

Definition at line 6 of file gps_sim_nps.h.

#define GpsEvent (   void)    {}

Definition at line 14 of file gps_sim_nps.h.

Function Documentation

void gps_impl_init ( )

GPS initialization.

Definition at line 62 of file gps_datalink.c.

Variable Documentation

bool_t gps_has_fix

Definition at line 34 of file gps_sim_nps.c.

Referenced by gps_feed_value(), and gps_impl_init().