Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
flight_benchmark.h File Reference
#include <inttypes.h>
+ Include dependency graph for flight_benchmark.h:

Go to the source code of this file.

Functions

void flight_benchmark_init (void)
 
void flight_benchmark_periodic (void)
 
void flight_benchmark_reset (void)
 

Variables

float ToleranceAispeed
 
float ToleranceAltitude
 
float TolerancePosition
 
bool benchm_reset
 
bool benchm_go
 

Function Documentation

void flight_benchmark_reset ( void  )

Definition at line 120 of file flight_benchmark.c.

References SquareSumErr_airspeed, SquareSumErr_altitude, and SquareSumErr_position.

Referenced by flight_benchmark_periodic().

+ Here is the caller graph for this function:

Variable Documentation

bool benchm_go

Definition at line 30 of file flight_benchmark.c.

Referenced by flight_benchmark_init(), and flight_benchmark_periodic().

bool benchm_reset

Definition at line 29 of file flight_benchmark.c.

Referenced by flight_benchmark_init(), and flight_benchmark_periodic().

float ToleranceAispeed

Definition at line 26 of file flight_benchmark.c.

Referenced by flight_benchmark_init(), and flight_benchmark_periodic().

float ToleranceAltitude

Definition at line 27 of file flight_benchmark.c.

Referenced by flight_benchmark_init(), and flight_benchmark_periodic().

float TolerancePosition

Definition at line 28 of file flight_benchmark.c.

Referenced by flight_benchmark_init(), and flight_benchmark_periodic().