X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNavaids%2Fnavrecord.hxx;h=f58d5a1671daf2521c09ff92e9b54430f32d15a6;hb=038251e8af6ff9c24afcc08169c2bcca2c5a63c5;hp=09abb6e9786a1589d6961ec089fc3eab8e8a84d3;hpb=4b7ce3238775e1053ad8d2eb144ed21434869a42;p=flightgear.git diff --git a/src/Navaids/navrecord.hxx b/src/Navaids/navrecord.hxx index 09abb6e97..f58d5a167 100644 --- a/src/Navaids/navrecord.hxx +++ b/src/Navaids/navrecord.hxx @@ -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 {