]> git.mxchange.org Git - flightgear.git/commitdiff
FGCom: update special_frq for built-in/standalone sync
authorClément de l'Hamaide <clemaez@hotmail.fr>
Sun, 12 Jan 2014 20:17:57 +0000 (21:17 +0100)
committerClément de l'Hamaide <clemaez@hotmail.fr>
Sun, 12 Jan 2014 20:17:57 +0000 (21:17 +0100)
src/Network/fgcom.cxx
utils/fgcom/fgcom.cxx
utils/fgcom/utils/special_frequencies.txt

index 7883024cf6f9a145692493b42ac596d67a8ae657..cc935071ff1243292653c027ccc49234b7729c19 100644 (file)
@@ -60,9 +60,7 @@ const int special_freq[] = { // Define some freq who need to be used with NULL_I
        123450,
        122750,
        121500,
-       123500,
-       121000,
-       723340 };
+       123500 };
 
 static FGCom* static_instance = NULL;
 
index 14f11c5d587adf285d4b8999af28c199a3e68319..a18202f4f0e095e3e4f08d88e454b8965ef76f06 100644 (file)
@@ -67,15 +67,14 @@ static const char *radio_map[] = {"COM1", "COM2"};
 
 char icao[5];
 double special_frq[] = {
-    999.999,
-    911.000,
-    910.000,
-    123.450,
-    122.750,
-    123.500,
-    121.500,
-    732.340,
-     -1.0 };
+       910.000,
+       911.000,
+       700.000,
+       123.450,
+       122.750,
+       121.500,
+       123.500,
+        -1.0 };
 double *special_frequencies;
 
 double previous_com_frequency = 0.0;
index c806a7851631a8513ff81a794f4bc390303fdaf6..e7b342ac6acb25ef9b8ca72019aca9fdeb04c93c 100644 (file)
@@ -2,21 +2,14 @@
 # Special frequencies file. To use any of the frequencies listed here,
 # there is no need to be closed to an airport.
 #
-
-# Do not know ?
-999.999
-
 # Echo test
 910.000
-
+# Radio test
+911.000
+700.000
 # Auto information
 123.450
 122.750
 123.500
 121.500
 
-# Emergency
-121.000
-
-# French Air Patrol (Patrouille de France)
-723.340