Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
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) |
void | gps_nps_init (void) |
Variables | |
struct GpsState | gps_nps |
bool | gps_has_fix |
#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.
void gps_feed_value | ( | void | ) |
Definition at line 32 of file gps_sim_nps.c.
void gps_nps_init | ( | void | ) |
Definition at line 104 of file gps_sim_nps.c.
References gps_has_fix.
|
extern |
Definition at line 30 of file gps_sim_nps.c.
|
extern |
Definition at line 1 of file gps_sim_nps.c.
Referenced by gps_feed_value().