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
paparazzi.h
Go to the documentation of this file.
1
#ifndef PAPARAZZI_H
2
#define PAPARAZZI_H
3
4
#include <inttypes.h>
5
6
typedef
int16_t
pprz_t
;
/* type of commands */
7
8
#define MAX_PPRZ 9600
9
#define MIN_PPRZ -MAX_PPRZ
10
11
#define TRIM_PPRZ(pprz) (pprz < MIN_PPRZ ? MIN_PPRZ : \
12
(pprz > MAX_PPRZ ? MAX_PPRZ : \
13
pprz))
11
#define TRIM_PPRZ(pprz) (pprz < MIN_PPRZ ? MIN_PPRZ : \
…
14
#define TRIM_UPPRZ(pprz) (pprz < 0 ? 0 : \
15
(pprz > MAX_PPRZ ? MAX_PPRZ : \
16
pprz))
14
#define TRIM_UPPRZ(pprz) (pprz < 0 ? 0 : \
…
17
18
#if defined FBW && defined AP
19
#define SINGLE_MCU 1
20
#endif
21
22
#endif
/* PAPARAZZI_H */
pprz_t
int16_t pprz_t
Definition
paparazzi.h:6
int16_t
short int16_t
Typedef defining 16 bit short type.
Definition
vl53l1_types.h:93
sw
airborne
paparazzi.h
Generated on Fri Apr 4 2025 14:56:51 for Paparazzi UAS by
1.9.8