Paparazzi UAS  v5.15_devel-230-gc96ce27
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 PRIMARY_GPS   GPS_SIM
 
#define gps_nps_periodic_check()   gps_periodic_check(&gps_nps)
 

Functions

void gps_feed_value ()
 
void gps_nps_init ()
 

Variables

struct GpsState gps_nps
 
bool gps_has_fix
 

Macro Definition Documentation

#define gps_nps_periodic_check ( )    gps_periodic_check(&gps_nps)

Definition at line 17 of file gps_sim_nps.h.

#define PRIMARY_GPS   GPS_SIM

Definition at line 7 of file gps_sim_nps.h.

Function Documentation

void gps_nps_init ( )

Definition at line 103 of file gps_sim_nps.c.

References gps_has_fix.

Variable Documentation

bool gps_has_fix

Definition at line 29 of file gps_sim_nps.c.

Referenced by gps_feed_value(), gps_nps_init(), and on_WORLD_ENV().

struct GpsState gps_nps

Definition at line 28 of file gps_sim_nps.c.

Referenced by gps_feed_value().