]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navrecord.hxx
fix trx and rx heights and improve calculations
[flightgear.git] / src / Navaids / navrecord.hxx
index 09abb6e9786a1589d6961ec089fc3eab8e8a84d3..f58d5a1671daf2521c09ff92e9b54430f32d15a6 100644 (file)
@@ -89,12 +89,17 @@ public:
    */
   FGRunway* runway() const { return mRunway; }
   
+  virtual flightgear::PositionedBinding* createBinding(SGPropertyNode* nd) const;
+
   /**
    * return the localizer width, in degrees
    * computation is based up ICAO stdandard width at the runway threshold
    * see implementation for further details.
    */
   double localizerWidth() const;
+  
+  void bindToNode(SGPropertyNode* nd) const;
+  void unbindFromNode(SGPropertyNode* nd) const;
 };
 
 class FGTACANRecord : public SGReferenced {