Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
gps_sim_nps.c File Reference
#include "subsystems/gps/gps_sim_nps.h"
#include "subsystems/gps.h"
#include "subsystems/abi.h"
#include "nps_sensors.h"
#include "nps_fdm.h"
+ Include dependency graph for gps_sim_nps.c:

Go to the source code of this file.

Functions

void gps_feed_value (void)
 
void gps_nps_init (void)
 

Variables

struct GpsState gps_nps
 
bool gps_has_fix
 

Function Documentation

◆ gps_feed_value()

◆ gps_nps_init()

void gps_nps_init ( void  )

Definition at line 103 of file gps_sim_nps.c.

References gps_has_fix.

Variable Documentation

◆ gps_has_fix

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().

◆ gps_nps

struct GpsState gps_nps

Definition at line 28 of file gps_sim_nps.c.

Referenced by gps_feed_value().