Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 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);
8 void flight_benchmark_reset(void);
9 
10 extern float ToleranceAispeed;
11 extern float ToleranceAltitude;
12 extern float TolerancePosition;
13 extern bool_t benchm_reset;
14 extern bool_t benchm_go;
15 
16 #endif /* FLIGHTBENCHMARK_H */
bool_t benchm_reset
void flight_benchmark_periodic(void)
bool_t benchm_go
void flight_benchmark_reset(void)
float TolerancePosition
float ToleranceAispeed
void flight_benchmark_init(void)
float ToleranceAltitude