Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
flight_benchmark.h
Go to the documentation of this file.
1
#ifndef FLIGHTBENCHMARK_H
2
#define FLIGHTBENCHMARK_H
3
4
#include <
inttypes.h
>
5
6
void
flight_benchmark_init
(
void
);
7
void
flight_benchmark_periodic
(
void
);
8
void
flight_benchmark_reset
(
void
);
9
10
extern
float
ToleranceAispeed
;
11
extern
float
ToleranceAltitude
;
12
extern
float
TolerancePosition
;
13
extern
bool
benchm_reset
;
14
extern
bool
benchm_go
;
15
16
#endif
/* FLIGHTBENCHMARK_H */
flight_benchmark_periodic
void flight_benchmark_periodic(void)
Definition:
flight_benchmark.c:49
benchm_go
bool benchm_go
Definition:
flight_benchmark.c:30
benchm_reset
bool benchm_reset
Definition:
flight_benchmark.c:29
flight_benchmark_reset
void flight_benchmark_reset(void)
Definition:
flight_benchmark.c:120
TolerancePosition
float TolerancePosition
Definition:
flight_benchmark.c:28
ToleranceAispeed
float ToleranceAispeed
Definition:
flight_benchmark.c:26
inttypes.h
flight_benchmark_init
void flight_benchmark_init(void)
Definition:
flight_benchmark.c:37
ToleranceAltitude
float ToleranceAltitude
Definition:
flight_benchmark.c:27
sw
airborne
modules
benchmark
flight_benchmark.h
Generated on Sat Feb 9 2019 06:43:53 for Paparazzi UAS by
1.8.8