X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finstrument_mgr.hxx;h=58d92afbef858250a9ce1746b4f825901db5d2d6;hb=f8b689c040100aa21b27081b60a8da1fa99edd37;hp=00b6ddfd1add5d5c3e09c0865c558fe05a1a412b;hpb=e503591af4f16814d78ded49c5979e273d81a0be;p=flightgear.git diff --git a/src/Instrumentation/instrument_mgr.hxx b/src/Instrumentation/instrument_mgr.hxx index 00b6ddfd1..58d92afbe 100644 --- a/src/Instrumentation/instrument_mgr.hxx +++ b/src/Instrumentation/instrument_mgr.hxx @@ -31,11 +31,16 @@ public: FGInstrumentMgr (); virtual ~FGInstrumentMgr (); - bool build (); + + virtual void init(); + virtual InitStatus incrementalInit(); private: - SGPropertyNode *config_props; + bool build (SGPropertyNode* config_props); + bool _explicitGps; + + std::vector _instruments; }; #endif // __INSTRUMENT_MGR_HXX