]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.hxx
#346 related: missing status message for property server
[flightgear.git] / src / Instrumentation / instrument_mgr.hxx
index 00b6ddfd1add5d5c3e09c0865c558fe05a1a412b..d7c9b2a07b66ef2474f4b6dcd7f402b30a7ba66d 100644 (file)
@@ -31,11 +31,15 @@ public:
 
     FGInstrumentMgr ();
     virtual ~FGInstrumentMgr ();
-    bool build ();
-
+    
+    virtual void init();
+    virtual void reinit();
 private:
-    SGPropertyNode *config_props;
+    bool build (SGPropertyNode* config_props);
+    
     bool _explicitGps;
+    
+    std::vector<std::string> _instruments;
 };
 
 #endif // __INSTRUMENT_MGR_HXX