Skip to main content

apply_param_reactions

Function apply_param_reactions 

Source
pub fn apply_param_reactions<E, C, M, R>(
    ctx: &mut ParamReactionCtx<'_, E, C, M, R>,
)
where E: Estimator<R>, C: Controller<R, State = E::State>, M: Mixer<R, MixerInput = C::ControlOutput>, R: FlightFloat,