42 #include "FGFDMExec.h" 43 #include "FGInputType.h" 44 #include "input_output/FGXMLElement.h" 45 #include "input_output/FGPropertyManager.h" 49 IDENT(IdSrc,
"$Id: FGInputType.cpp,v 1.4 2015/08/23 09:43:31 bcoconni Exp $");
50 IDENT(IdHdr,ID_INPUTTYPE);
90 PostLoad(element, PropertyManager);
99 bool ret = FGModel::InitModel();
110 if (!enabled)
return true;
140 void FGInputType::Debug(
int from)
142 if (debug_lvl <= 0)
return;
151 if (debug_lvl & 2 ) {
152 if (from == 0) cout <<
"Instantiated: FGInputType" << endl;
153 if (from == 1) cout <<
"Destroyed: FGInputType" << endl;
155 if (debug_lvl & 4 ) {
157 if (debug_lvl & 8 ) {
159 if (debug_lvl & 16) {
161 if (debug_lvl & 64) {
163 cout << IdSrc << endl;
164 cout << IdHdr << endl;
virtual bool Run(bool Holding)
Runs the model; called by the Executive.
Base class for all scheduled JSBSim models.
Encapsulates the JSBSim simulation executive.
virtual bool Load(Element *el)
Loads this model.