]> 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 f2e63eff45151fcf565ca3b6570c6761f6bf4dde..7ca8e88bf42cd04fe5ccb96f72151567741a8414 100644 (file)
 
 
 
-#include STL_STRING
+#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,