Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
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

◆ flight_benchmark_init()

◆ flight_benchmark_periodic()

◆ flight_benchmark_reset()

void flight_benchmark_reset ( void  )

Definition at line 115 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

◆ benchm_go

bool benchm_go
extern

Definition at line 28 of file flight_benchmark.c.

Referenced by flight_benchmark_init(), and flight_benchmark_periodic().

◆ benchm_reset

bool benchm_reset
extern

Definition at line 27 of file flight_benchmark.c.

Referenced by flight_benchmark_init(), and flight_benchmark_periodic().

◆ ToleranceAispeed

float ToleranceAispeed
extern

Definition at line 24 of file flight_benchmark.c.

Referenced by flight_benchmark_init(), and flight_benchmark_periodic().

◆ ToleranceAltitude

float ToleranceAltitude
extern

Definition at line 25 of file flight_benchmark.c.

Referenced by flight_benchmark_init(), and flight_benchmark_periodic().

◆ TolerancePosition

float TolerancePosition
extern

Definition at line 26 of file flight_benchmark.c.

Referenced by flight_benchmark_init(), and flight_benchmark_periodic().