40#include "FGFCSComponent.h"
127 {
return (Output-Detents[0])/(Detents.back()-Detents[0]); }
132 bool Run (
void)
override;
135 std::vector<double> Detents;
136 std::vector<double> TransitionTimes;
139 void Debug(
int from)
override;
Base class for JSBSim Flight Control System Components.
Encapsulates the Flight Control System (FCS) functionality.
Encapsulates a kinematic (mechanical) component for the flight control system.
double GetOutputPct() const override
Kinematic component output value.
bool Run(void) override
Run method, overrides FGModel::Run().