|
Paparazzi UAS
v6.2.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include <stdio.h>#include <stdbool.h>
Include dependency graph for eff_scheduling_nederdrone.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | ctrl_eff_scheduling_init (void) |
| Initialises periodic loop;. More... | |
| void | ctrl_eff_scheduling_periodic (void) |
| Periodic function that interpolates between gain sets depending on the scheduling variable. More... | |
Variables | |
| float | sched_ratio_tip_props |
| float | sched_tip_prop_upper_pitch_limit_deg |
| float | sched_tip_prop_lower_pitch_limit_deg |
| bool | sched_tip_props_always_on |
| float | thrust_eff_scaling |
| bool | all_act_fwd_sched |
If instead using online adaptation is an option, be sure to not use this module at the same time!
Definition in file eff_scheduling_nederdrone.h.
| void ctrl_eff_scheduling_init | ( | void | ) |
Initialises periodic loop;.
Definition at line 52 of file ctrl_effectiveness_scheduling.c.
| void ctrl_eff_scheduling_periodic | ( | void | ) |
Periodic function that interpolates between gain sets depending on the scheduling variable.
Definition at line 70 of file ctrl_effectiveness_scheduling.c.
|
extern |
Definition at line 44 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 55 of file eff_scheduling_nederdrone.c.
Referenced by ctrl_eff_scheduling_periodic(), and schdule_control_effectiveness().
|
extern |
Definition at line 59 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 57 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 61 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().
|
extern |
Definition at line 48 of file eff_scheduling_nederdrone.c.
Referenced by schdule_control_effectiveness().