Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
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 benchm_reset;
14 extern bool benchm_go;
15 
16 #endif /* FLIGHTBENCHMARK_H */
float TolerancePosition
void flight_benchmark_periodic(void)
void flight_benchmark_init(void)
bool benchm_go
float ToleranceAispeed
float ToleranceAltitude
void flight_benchmark_reset(void)
bool benchm_reset