44#include "simgear/misc/sg_path.hxx"
86 virtual bool Run(
bool Holding);
114 virtual void Debug(
int from);
The model functions class provides the capability for loading, storing, and executing arbitrary funct...
FGPropertyManager * PropertyManager
bool InitModel(void) override
void SetRate(unsigned int tt)
Set the ouput rate for the model in frames.
unsigned int GetRate(void)
Get the output rate for the model in frames.
FGFDMExec * GetExec(void)
FGModel(FGFDMExec *)
Constructor.
virtual SGPath FindFullPathName(const SGPath &path) const
bool Upload(Element *el, bool preLoad)
Uploads this model in memory.
virtual bool Load(Element *el)
virtual void Debug(int from)
~FGModel() override
Destructor.
const std::string & GetName(void)
virtual bool Run(bool Holding)
Runs the model; called by the Executive.
void SetPropertyManager(FGPropertyManager *fgpm)