X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FJSBSim%2FFGFDMExec.h;h=b982654e7aa613158ec47548c21fbb0b5ac18d76;hb=031ed14fb2dd1168dcf4a0ab641a0af3e85e649e;hp=10736f4a439cb1c86cfbd60cca6ef072b8db66a9;hpb=ad51a9bde2995605984161af1b4273b28ce4fddc;p=flightgear.git diff --git a/src/FDM/JSBSim/FGFDMExec.h b/src/FDM/JSBSim/FGFDMExec.h index 10736f4a4..b982654e7 100644 --- a/src/FDM/JSBSim/FGFDMExec.h +++ b/src/FDM/JSBSim/FGFDMExec.h @@ -101,8 +101,8 @@ CLASS DOCUMENTATION file: @code - fdmex = new FGFDMExec( … ); - result = fdmex->LoadModel( … ); + fdmex = new FGFDMExec( ... ); + result = fdmex->LoadModel( ... ); @endcode When an aircraft model is loaded, the config file is parsed and for each of the @@ -226,6 +226,9 @@ public: /// Default destructor ~FGFDMExec(); + /** Unbind all tied JSBSim properties. */ + void Unbind(void) {instance->Unbind();} + /** This routine places a model into the runlist at the specified rate. The "rate" is not really a clock rate. It represents how many calls to the FGFDMExec::Run() method must be made before the model is executed. A