]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/NavDisplay.hxx
#545: Fix ATC chatter sound settings being ignored
[flightgear.git] / src / Instrumentation / NavDisplay.hxx
index 00725e0820ce05f8e7bc46a60b30cd2d9647081f..160733e795c67bbc70a940d47d488e192528eb65 100644 (file)
@@ -77,7 +77,8 @@ protected:
     SGPropertyNode_ptr _Instrument;
     SGPropertyNode_ptr _radar_mode_control_node;
     SGPropertyNode_ptr _user_heading_node;
-
+    SGPropertyNode_ptr _testModeNode;
+  
     FGODGauge *_odg;
 
     // Convenience function for creating a property node with a
@@ -112,6 +113,9 @@ private:
     bool isProjectedClipped(const osg::Vec2& projected) const;
     void updateFont();
     
+    void addTestSymbol(const std::string& type, const std::string& states, const SGGeod& pos, double heading, SGPropertyNode* vars);
+    void addTestSymbols();
+  
     std::string _texture_path;