40 #include "FGFCSComponent.h" 47 #define ID_FLAPS "$Id: FGKinemat.h,v 1.13 2016/07/09 11:35:39 bcoconni Exp $" 134 {
return (Output-Detents[0])/(Detents.back()-Detents[0]); }
142 std::vector<double> Detents;
143 std::vector<double> TransitionTimes;
146 void Debug(
int from);
double GetOutputPct() const
Kinematic component output value.
FGKinemat(FGFCS *fcs, Element *element)
Constructor.
Encapsulates the Flight Control System (FCS) functionality.
Encapsulates a kinematic (mechanical) component for the flight control system.
bool Run(void)
Run method, overrides FGModel::Run().
Base class for JSBSim Flight Control System Components.