Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Toggle main menu visibility
Main Page
Related Pages
Topics
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
Enumerator
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
q
r
s
t
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
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
Loading...
Searching...
No Matches
gps_udp.h
Go to the documentation of this file.
1
#ifndef GPS_UDP_H
2
#define GPS_UDP_H
3
4
#include "
std.h
"
5
#include "
modules/gps/gps.h
"
6
7
#ifndef PRIMARY_GPS
8
#define PRIMARY_GPS GPS_UDP
9
#endif
10
11
extern
struct
GpsState
gps_udp
;
12
13
extern
void
gps_udp_parse
(
void
);
14
extern
void
gps_udp_init
(
void
);
15
16
#define gps_udp_periodic_check() gps_periodic_check(&gps_udp)
17
18
#endif
/* GPS_UDP_H */
gps.h
Device independent GPS code (interface)
GpsState
data structure for GPS information
Definition
gps.h:87
gps_udp
struct GpsState gps_udp
Definition
gps_udp.c:40
gps_udp_init
void gps_udp_init(void)
Definition
gps_udp.c:42
gps_udp_parse
void gps_udp_parse(void)
Definition
gps_udp.c:52
std.h
sw
airborne
modules
gps
gps_udp.h
Generated on Fri Apr 4 2025 14:56:51 for Paparazzi UAS by
1.9.8