40#include "FGInputType.h"
83 PostLoad(element, FDMExec);
92 bool ret = FGModel::InitModel();
103 if (!enabled)
return true;
133void FGInputType::Debug(
int from)
135 if (debug_lvl <= 0)
return;
144 if (debug_lvl & 2 ) {
145 FGLogging log(LogLevel::DEBUG);
146 if (from == 0) log <<
"Instantiated: FGInputType\n";
147 if (from == 1) log <<
"Destroyed: FGInputType\n";
149 if (debug_lvl & 4 ) {
151 if (debug_lvl & 8 ) {
153 if (debug_lvl & 16) {
155 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.
Main namespace for the JSBSim Flight Dynamics Model.