]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/ATC.hxx
ITM radio calculations are only considered valid
[flightgear.git] / src / ATCDCL / ATC.hxx
index 2109b697be8c72bf556866d4eb33ad5e2ab5bb9e..17f743cd764ad5cddf1b0fa048dc243d3d0f0984 100644 (file)
 
 class SGSampleGroup;
 
+namespace flightgear
+{
+    class CommStation;
+}
+
 // Convert a frequency in MHz to tens of kHz
 // so we can use it e.g. as an index into commlist_freq
 //
@@ -140,7 +145,7 @@ public:
        inline atc_type GetType() { return _type; }
        
        // Set the core ATC data
-       void SetData(ATCData* d);
+    void SetStation(flightgear::CommStation* sta);
 
        inline int get_freq() const { return freq; }
        inline void set_freq(const int fq) {freq = fq;}