|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
#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 |
| void flight_benchmark_init | ( | void | ) |
Definition at line 37 of file flight_benchmark.c.
References benchm_go, benchm_reset, SquareSumErr_airspeed, SquareSumErr_altitude, SquareSumErr_position, ToleranceAispeed, ToleranceAltitude, and TolerancePosition.
| void flight_benchmark_periodic | ( | void | ) |
Definition at line 49 of file flight_benchmark.c.
References benchm_go, benchm_reset, DefaultChannel, DefaultDevice, flight_benchmark_reset(), nav_circle_radius, nav_circle_x, nav_circle_y, nav_segment_x_1, nav_segment_x_2, nav_segment_y_1, nav_segment_y_2, SquareSumErr_airspeed, SquareSumErr_altitude, SquareSumErr_position, stateGetAirspeed_f(), stateGetPositionEnu_f(), stateGetPositionUtm_f(), ToleranceAispeed, ToleranceAltitude, TolerancePosition, v_ctl_altitude_setpoint, v_ctl_auto_airspeed_setpoint, EnuCoor_f::x, and EnuCoor_f::y.
Here is the call graph for this function:| 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:| 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().