33#ifndef FGLINEARACTUATOR_H
34#define FGLINEARACTUATOR_H
40#include "FGFCSComponent.h"
231 bool Run(
void)
override;
234 FGParameter_ptr ptrSet;
236 FGParameter_ptr ptrReset;
241 FGParameter_ptr ptrVersus;
243 FGParameter_ptr ptrBias;
244 double inputLast = 0.0;
245 double inputMem = 0.0;
247 double hysteresis = 0.1;
252 double previousLagInput;
253 double previousLagOutput;
257 void Debug(
int from)
override;
Base class for JSBSim Flight Control System Components.
Encapsulates the Flight Control System (FCS) functionality.
Models a flight control system summing component.
~FGLinearActuator()
Destructor.
bool Run(void) override
The execution method for this FCS component.
Main namespace for the JSBSim Flight Dynamics Model.