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
ins_arduimu.h
Go to the documentation of this file.
1
#ifndef ArduIMU_H
2
#define ArduIMU_H
3
4
#include <inttypes.h>
5
6
#define NB_DATA 6
7
8
extern
float
ArduIMU_data
[
NB_DATA
];
9
10
extern
float
ins_roll_neutral
;
11
extern
float
ins_pitch_neutral
;
12
13
//mixer
14
extern
float
pitch_of_throttle_gain
;
15
extern
float
throttle_slew
;
16
17
void
ArduIMU_init
(
void
);
18
void
ArduIMU_periodic
(
void
);
19
void
ArduIMU_periodicGPS
(
void
);
20
void
IMU_Daten_verarbeiten
(
void
);
21
22
#endif
// ArduIMU_H
pitch_of_throttle_gain
float pitch_of_throttle_gain
Definition
ins_arduimu.c:18
ins_roll_neutral
float ins_roll_neutral
Definition
ins_arduimu.c:14
ArduIMU_periodicGPS
void ArduIMU_periodicGPS(void)
Definition
ins_arduimu.c:36
IMU_Daten_verarbeiten
void IMU_Daten_verarbeiten(void)
Definition
ins_arduimu.c:37
ArduIMU_periodic
void ArduIMU_periodic(void)
Definition
ins_arduimu.c:26
throttle_slew
float throttle_slew
Definition
ins_arduimu.c:19
ArduIMU_init
void ArduIMU_init(void)
Definition
ins_arduimu.c:25
ins_pitch_neutral
float ins_pitch_neutral
Definition
ins_arduimu.c:15
ArduIMU_data
float ArduIMU_data[NB_DATA]
ArduIMU simulation.
Definition
ins_arduimu.c:12
NB_DATA
#define NB_DATA
Definition
ins_arduimu.h:6
sw
airborne
modules
ins
ins_arduimu.h
Generated on Fri Apr 4 2025 14:56:51 for Paparazzi UAS by
1.9.8