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.h
Go to the documentation of this file.
1
#ifndef GPS_SIM_H
2
#define GPS_SIM_H
3
4
#include "
std.h
"
5
#include "
subsystems/gps.h
"
6
7
#ifndef PRIMARY_GPS
8
#define PRIMARY_GPS GPS_SIM
9
#endif
10
11
extern
void
gps_sim_publish
(
void
);
12
extern
void
gps_sim_init
(
void
);
13
14
#define gps_sim_periodic_check() gps_periodic_check(&gps)
15
16
#endif
/* GPS_SIM_H */
std.h
gps.h
Device independent GPS code (interface)
gps_sim_init
void gps_sim_init(void)
Definition:
gps_sim.c:25
gps_sim_publish
void gps_sim_publish(void)
Definition:
gps_sim.c:30
sw
airborne
subsystems
gps
gps_sim.h
Generated on Tue Feb 1 2022 13:51:17 for Paparazzi UAS by
1.8.17