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
humid_htm_b71.h
Go to the documentation of this file.
1
#ifndef HUMID_HTM_H
2
#define HUMID_HTM_H
3
4
#include "
std.h
"
5
6
enum
htm_type
{
7
HTM_IDLE
,
8
HTM_MR
,
9
HTM_MR_OK
,
10
HTM_READ_DATA
11
};
12
13
void
humid_htm_init
(
void
);
14
void
humid_htm_start
(
void
);
15
void
humid_htm_read
(
void
);
16
void
humid_htm_event
(
void
);
17
18
#endif // HUMID_HTM_H
19
htm_type
htm_type
Definition:
humid_htm_b71.h:6
std.h
HTM_MR_OK
@ HTM_MR_OK
Definition:
humid_htm_b71.h:9
humid_htm_init
void humid_htm_init(void)
Definition:
humid_htm_b71.c:52
humid_htm_read
void humid_htm_read(void)
Definition:
humid_htm_b71.c:67
humid_htm_event
void humid_htm_event(void)
Definition:
humid_htm_b71.c:76
HTM_READ_DATA
@ HTM_READ_DATA
Definition:
humid_htm_b71.h:10
HTM_MR
@ HTM_MR
Definition:
humid_htm_b71.h:8
humid_htm_start
void humid_htm_start(void)
Definition:
humid_htm_b71.c:57
HTM_IDLE
@ HTM_IDLE
Definition:
humid_htm_b71.h:7
sw
airborne
modules
meteo
humid_htm_b71.h
Generated on Tue Feb 1 2022 13:51:16 for Paparazzi UAS by
1.8.17