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
dust_gp2y.h
Go to the documentation of this file.
1
#ifndef DUST_GP2Y_H
2
#define DUST_GP2Y_H
3
4
#include "
std.h
"
5
6
#define DUST_GP2Y_UNINIT 0
7
#define DUST_GP2Y_IDLE 1
8
9
extern
uint8_t
dust_gp2y_status
;
10
extern
uint16_t
dust_gp2y_density
;
11
extern
float
dust_gp2y_density_f
;
12
13
void
dust_gp2y_init
(
void
);
14
void
dust_gp2y_periodic
(
void
);
15
void
dust_gp2y_event
(
void
);
16
17
#endif
18
uint16_t
unsigned short uint16_t
Definition:
types.h:16
dust_gp2y_density_f
float dust_gp2y_density_f
Definition:
dust_gp2y.c:40
dust_gp2y_event
void dust_gp2y_event(void)
Definition:
dust_gp2y.c:65
dust_gp2y_init
void dust_gp2y_init(void)
Definition:
dust_gp2y.c:51
dust_gp2y_density
uint16_t dust_gp2y_density
Definition:
dust_gp2y.c:39
std.h
uint8_t
unsigned char uint8_t
Definition:
types.h:14
dust_gp2y_periodic
void dust_gp2y_periodic(void)
Definition:
dust_gp2y.c:56
dust_gp2y_status
uint8_t dust_gp2y_status
Definition:
dust_gp2y.c:38
sw
airborne
modules
meteo
dust_gp2y.h
Generated on Tue Feb 1 2022 13:51:16 for Paparazzi UAS by
1.8.17