]> git.mxchange.org Git - flightgear.git/blobdiff - src/Radio/radio.hxx
Expose a radio function (receiveBeacon) to the Nasal subsystem
[flightgear.git] / src / Radio / radio.hxx
index 81a6764a9c7777d8568e07a4bd14464396f5ca6b..06e05e9707dba67f70fca0ef8920a7aa661437f4 100644 (file)
@@ -92,7 +92,7 @@ public:
     // returns signal quality
     // transmission_type: 0 for VOR, 1 for ILS
     double receiveNav(SGGeod tx_pos, double freq, int transmission_type);
-    
+    double receiveBeacon(double lat, double lon, double elev, double heading, double pitch);
 };