 |
JSBSim Flight Dynamics Model
1.1.11 (13 Feb 2022)
An Open Source Flight Dynamics and Control Software Library in C++
|
43 #include "input_output/FGInputType.h"
111 bool Run(
bool Holding)
override;
139 bool SetInputName(
unsigned int idx,
const std::string& name);
147 std::vector<FGInputType*> InputTypes;
150 void Debug(
int from)
override;
Encapsulates the JSBSim simulation executive.
Base class for all scheduled JSBSim models.