41 #include "models/FGModel.h" 47 #define ID_INPUTTYPE "$Id: FGInputType.h,v 1.3 2015/08/23 09:37:16 bcoconni Exp $" 93 void SetIdx(
unsigned int idx);
109 bool Run(
bool Holding);
115 virtual void Read(
bool Holding) = 0;
124 bool Toggle(
void) {enabled = !enabled;
return enabled;}
138 unsigned int InputIdx;
141 void Debug(
int from);
Base class for all scheduled JSBSim models.
Encapsulates the JSBSim simulation executive.