]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/kr_87.hxx
PerformanceDB improvements.
[flightgear.git] / src / Instrumentation / kr_87.hxx
index 5f32b1f5af7bfc6288da4223564b64ece403785b..626b502838405f55fb9b0663258507e82c8c62f5 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <simgear/compiler.h>
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/props/tiedpropertylist.hxx>
 #include <simgear/timing/timestamp.hxx>
 
 #include <Navaids/navlist.hxx>
@@ -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<SGSampleGroup> _sgr;
+    simgear::TiedPropertyList _tiedProperties;
 
 public:
-
     FGKR_87( SGPropertyNode *node );
     ~FGKR_87();
 
     void init ();
+    void reinit ();
     void bind ();
     void unbind ();
     void update (double dt_sec);