X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finstrument_mgr.hxx;h=d7c9b2a07b66ef2474f4b6dcd7f402b30a7ba66d;hb=db85ebff95b5e7bcb469d99ae25e062b733d090b;hp=88a9c8bed656fd7a0a2dddd51103869aa9f8c524;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Instrumentation/instrument_mgr.hxx b/src/Instrumentation/instrument_mgr.hxx index 88a9c8bed..d7c9b2a07 100644 --- a/src/Instrumentation/instrument_mgr.hxx +++ b/src/Instrumentation/instrument_mgr.hxx @@ -31,12 +31,15 @@ public: FGInstrumentMgr (); virtual ~FGInstrumentMgr (); - bool build (); - + + virtual void init(); + virtual void reinit(); private: - SGPropertyNode *config_props; - bool enabled; - + bool build (SGPropertyNode* config_props); + + bool _explicitGps; + + std::vector _instruments; }; #endif // __INSTRUMENT_MGR_HXX