X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Finstrument_mgr.hxx;h=58d92afbef858250a9ce1746b4f825901db5d2d6;hb=ccb890447ae2f950b8032649ca8b8190bdafaf90;hp=b5856ef979de8e0da90be5ff5e4183db7e1a6ede;hpb=f6b94765b0a7f356290132e185db1d4f2378a65f;p=flightgear.git diff --git a/src/Instrumentation/instrument_mgr.hxx b/src/Instrumentation/instrument_mgr.hxx index b5856ef97..58d92afbe 100644 --- a/src/Instrumentation/instrument_mgr.hxx +++ b/src/Instrumentation/instrument_mgr.hxx @@ -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 _instruments; }; #endif // __INSTRUMENT_MGR_HXX