]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/fdm_shell.hxx
JSBSim fix: /velocities/mach was reported as totale mach speed
[flightgear.git] / src / FDM / fdm_shell.hxx
index 293796c7676995887ef95529a629729d37ff3291..9beb293e15cb3ac02eea929514a761571d3f0fe1 100644 (file)
@@ -41,7 +41,7 @@ class FDMShell : public SGSubsystem
 {
 public:
   FDMShell();
-  ~FDMShell();
+  virtual ~FDMShell();
   
   virtual void init();
   virtual void reinit();
@@ -50,8 +50,8 @@ public:
   virtual void unbind();
   
   virtual void update(double dt);
-  SGSubsystem* getFDM();
 
+    FGInterface* getInterface() const;
 private:
 
   void createImplementation();
@@ -63,7 +63,7 @@ private:
   
   SGPropertyNode_ptr _wind_north, _wind_east,_wind_down;
   SGPropertyNode_ptr _control_fdm_atmo,_temp_degc,_pressure_inhg;
-  SGPropertyNode_ptr _density_slugft, _data_logging;
+  SGPropertyNode_ptr _density_slugft, _data_logging, _replay_master;
 };
 
 #endif // of FG_FDM_SHELL_HXX