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
wind_gfi.h
Go to the documentation of this file.
1
#ifndef WIND_GFI_H
2
#define WIND_GFI_H
3
4
#include "
std.h
"
5
6
enum
pcf_stat
{
7
PCF_IDLE
,
8
PCF_SET_OE_LSB
,
9
PCF_READ_LSB
,
10
PCF_SET_OE_MSB
,
11
PCF_READ_MSB
12
};
13
14
void
wind_gfi_init
(
void
);
15
void
wind_gfi_periodic
(
void
);
16
void
wind_gfi_event
(
void
);
17
18
#endif
PCF_READ_LSB
@ PCF_READ_LSB
Definition:
wind_gfi.h:9
wind_gfi_periodic
void wind_gfi_periodic(void)
Definition:
wind_gfi.c:63
PCF_SET_OE_LSB
@ PCF_SET_OE_LSB
Definition:
wind_gfi.h:8
wind_gfi_event
void wind_gfi_event(void)
Definition:
wind_gfi.c:72
std.h
pcf_stat
pcf_stat
Definition:
wind_gfi.h:6
PCF_READ_MSB
@ PCF_READ_MSB
Definition:
wind_gfi.h:11
PCF_IDLE
@ PCF_IDLE
Definition:
wind_gfi.h:7
wind_gfi_init
void wind_gfi_init(void)
Definition:
wind_gfi.c:57
PCF_SET_OE_MSB
@ PCF_SET_OE_MSB
Definition:
wind_gfi.h:10
sw
airborne
modules
meteo
wind_gfi.h
Generated on Tue Feb 1 2022 13:51:16 for Paparazzi UAS by
1.8.17