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
serial.h
Go to the documentation of this file.
1
2
3
extern
int
fd
;
4
5
#include "
std.h
"
6
7
int
serial_init
(
char
*port_name);
8
9
static
inline
int
ttyUSB0ChAvailable
(
void
)
10
{
11
return
false
;
12
}
13
14
#define ttyUSB0Transmit(_char) \
15
{ \
16
char c = _char; \
17
int __attribute__((unused)) ret = write(fd,&c,1); \
18
}
19
20
#define ttyUSB0Getch() ({char c;int ret=read(fd, &c,1);c;})
std.h
fd
int fd
Definition:
serial.c:26
serial_init
int serial_init(char *port_name)
Definition:
serial.c:28
ttyUSB0ChAvailable
static int ttyUSB0ChAvailable(void)
Definition:
serial.h:9
sw
airborne
modules
digital_cam
catia
serial.h
Generated on Tue Feb 1 2022 13:51:15 for Paparazzi UAS by
1.8.17