Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
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
#ifndef PRIMARY_GPS
7
#define PRIMARY_GPS GPS_SIM
8
#endif
9
10
extern
struct
GpsState
gps_nps
;
11
extern
bool
gps_has_fix
;
12
13
extern
void
gps_feed_value
();
14
15
extern
void
gps_nps_init
();
16
17
#define gps_nps_periodic_check() gps_periodic_check(&gps_nps)
18
19
#endif
/* GPS_SIM_NPS_H */
GpsState
data structure for GPS information
Definition:
gps.h:87
std.h
gps_nps
struct GpsState gps_nps
Definition:
gps_sim_nps.c:28
gps_nps_init
void gps_nps_init()
Definition:
gps_sim_nps.c:103
gps_has_fix
bool gps_has_fix
Definition:
gps_sim_nps.c:29
gps_feed_value
void gps_feed_value()
Definition:
gps_sim_nps.c:31
sw
airborne
subsystems
gps
gps_sim_nps.h
Generated on Tue Feb 1 2022 13:51:17 for Paparazzi UAS by
1.8.17