 |
JSBSim Flight Dynamics Model
1.1.11 (13 Feb 2022)
An Open Source Flight Dynamics and Control Software Library in C++
|
41 #include "models/FGModel.h"
87 void SetIdx(
unsigned int idx);
103 bool Run(
bool Holding)
override;
109 virtual void Read(
bool Holding) = 0;
118 bool Toggle(
void) {enabled = !enabled;
return enabled;}
132 unsigned int InputIdx;
135 void Debug(
int from)
override;
Encapsulates the JSBSim simulation executive.
Base class for all scheduled JSBSim models.