X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fkr_87.hxx;h=626b502838405f55fb9b0663258507e82c8c62f5;hb=f8b689c040100aa21b27081b60a8da1fa99edd37;hp=5f32b1f5af7bfc6288da4223564b64ece403785b;hpb=b1b4b7ecf48c4420d4445979c36cbf3f80be616a;p=flightgear.git diff --git a/src/Instrumentation/kr_87.hxx b/src/Instrumentation/kr_87.hxx index 5f32b1f5a..626b50283 100644 --- a/src/Instrumentation/kr_87.hxx +++ b/src/Instrumentation/kr_87.hxx @@ -29,6 +29,7 @@ #include #include +#include #include #include @@ -37,6 +38,7 @@ class SGSampleGroup; class FGKR_87 : public SGSubsystem { +private: SGPropertyNode_ptr bus_power; SGPropertyNode_ptr serviceable; @@ -100,13 +102,14 @@ class FGKR_87 : public SGSubsystem double _time_before_search_sec; SGSharedPtr _sgr; + simgear::TiedPropertyList _tiedProperties; public: - FGKR_87( SGPropertyNode *node ); ~FGKR_87(); void init (); + void reinit (); void bind (); void unbind (); void update (double dt_sec);