76 Output += node->getDoubleValue();
105void FGSummer::Debug(
int from)
111 cout <<
" INPUTS: " << endl;
113 cout <<
" " << node->GetNameWithSign() << endl;
114 if (Bias != 0.0) cout <<
" Bias: " << Bias << endl;
116 cout <<
" OUTPUT: " << node->GetName() << endl;
120 if (from == 0) cout <<
"Instantiated: FGSummer" << endl;
121 if (from == 1) cout <<
"Destroyed: FGSummer" << endl;
double FindElementValueAsNumber(const std::string &el="")
Searches for the named element and returns the data belonging to it as a number.
Element * FindElement(const std::string &el="")
Searches for a specified element.
FGFCSComponent(FGFCS *fcs, Element *el)
Constructor.
std::vector< FGPropertyValue_ptr > InputNodes
virtual void bind(Element *el)
virtual void SetOutput(void)
std::vector< FGPropertyNode_ptr > OutputNodes
bool Run(void) override
The execution method for this FCS component.
FGSummer(FGFCS *fcs, Element *element)
Constructor.