]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.hxx
gsdi correction, wind correction is not needed anymore, as wind composant was removed...
[flightgear.git] / src / Instrumentation / instrument_mgr.hxx
index b5856ef979de8e0da90be5ff5e4183db7e1a6ede..58d92afbef858250a9ce1746b4f825901db5d2d6 100644 (file)
@@ -31,10 +31,16 @@ public:
 
     FGInstrumentMgr ();
     virtual ~FGInstrumentMgr ();
-    bool build (SGPropertyNode* config_props);
+    
+    virtual void init();
+    virtual InitStatus incrementalInit();
 
 private:
+    bool build (SGPropertyNode* config_props);
+    
     bool _explicitGps;
+    
+    std::vector<std::string> _instruments;
 };
 
 #endif // __INSTRUMENT_MGR_HXX