Paparazzi UAS v7.0_unstable
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
6void flight_benchmark_init(void);
9
10extern float ToleranceAispeed;
11extern float ToleranceAltitude;
12extern float TolerancePosition;
13extern bool benchm_reset;
14extern 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