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