40#include "FGFCSComponent.h"
41#include "math/FGParameterValue.h"
144 bool Run(
void)
override;
151 FGParameter_ptr OutputValue;
154 Test(
void) : condition(
nullptr), Default(
false) {}
156 void setTestValue(
const std::string &value,
const std::string &Name,
157 std::shared_ptr<FGPropertyManager> pm,
Element* el)
160 std::cerr <<
"No VALUE supplied for switch component: " << Name
166 std::string GetOutputName(
void)
const {
return OutputValue->GetName();}
169 std::vector <Test*> tests;
170 bool initialized =
false;
172 void VerifyProperties(
void);
173 void Debug(
int from)
override;
Encapsulates a condition, which is used in parts of JSBSim including switches.
Base class for JSBSim Flight Control System Components.
Encapsulates the Flight Control System (FCS) functionality.
Represents a either a real value or a property value.
Encapsulates a switch for the flight control system.
bool Run(void) override
Executes the switch logic.