40#include "FGInputType.h"
81 PostLoad(element, FDMExec);
90 bool ret = FGModel::InitModel();
101 if (!enabled)
return true;
131void FGInputType::Debug(
int from)
133 if (debug_lvl <= 0)
return;
142 if (debug_lvl & 2 ) {
143 if (from == 0) cout <<
"Instantiated: FGInputType" << endl;
144 if (from == 1) cout <<
"Destroyed: FGInputType" << endl;
146 if (debug_lvl & 4 ) {
148 if (debug_lvl & 8 ) {
150 if (debug_lvl & 16) {
152 if (debug_lvl & 64) {
Encapsulates the JSBSim simulation executive.
Base class for all scheduled JSBSim models.
virtual bool Run(bool Holding)
Runs the model; called by the Executive.
bool Upload(Element *el, bool preLoad)
Uploads this model in memory.