]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/trafficcontrol.hxx
Auto-brake enhancements: support for JSBSim aircraft, Airbus-style combined MAX/RTO...
[flightgear.git] / src / ATC / trafficcontrol.hxx
index b4f6e1517552e4c01c8982ba6ffbc3637752c934..7ca8e88bf42cd04fe5ccb96f72151567741a8414 100644 (file)
@@ -35,8 +35,8 @@
 #include <string>
 #include <vector>
 
-SG_USING_STD(string);
-SG_USING_STD(vector);
+using std::string;
+using std::vector;
 
 
 typedef vector<int> intVec;
@@ -204,6 +204,11 @@ class FGATCController
 {
 private:
   double dt_count;
+
+
+  string formatATCFrequency3_2(int );
+  string genTransponderCode(string fltRules);
+
 public:
   typedef enum {
       MSG_ANNOUNCE_ENGINE_START,