FGCom: update special_frq for built-in/standalone sync
This commit is contained in:
parent
7316360421
commit
606643a199
3 changed files with 12 additions and 22 deletions
|
@ -60,9 +60,7 @@ const int special_freq[] = { // Define some freq who need to be used with NULL_I
|
||||||
123450,
|
123450,
|
||||||
122750,
|
122750,
|
||||||
121500,
|
121500,
|
||||||
123500,
|
123500 };
|
||||||
121000,
|
|
||||||
723340 };
|
|
||||||
|
|
||||||
static FGCom* static_instance = NULL;
|
static FGCom* static_instance = NULL;
|
||||||
|
|
||||||
|
|
|
@ -67,15 +67,14 @@ static const char *radio_map[] = {"COM1", "COM2"};
|
||||||
|
|
||||||
char icao[5];
|
char icao[5];
|
||||||
double special_frq[] = {
|
double special_frq[] = {
|
||||||
999.999,
|
910.000,
|
||||||
911.000,
|
911.000,
|
||||||
910.000,
|
700.000,
|
||||||
123.450,
|
123.450,
|
||||||
122.750,
|
122.750,
|
||||||
123.500,
|
121.500,
|
||||||
121.500,
|
123.500,
|
||||||
732.340,
|
-1.0 };
|
||||||
-1.0 };
|
|
||||||
double *special_frequencies;
|
double *special_frequencies;
|
||||||
|
|
||||||
double previous_com_frequency = 0.0;
|
double previous_com_frequency = 0.0;
|
||||||
|
|
|
@ -2,21 +2,14 @@
|
||||||
# Special frequencies file. To use any of the frequencies listed here,
|
# Special frequencies file. To use any of the frequencies listed here,
|
||||||
# there is no need to be closed to an airport.
|
# there is no need to be closed to an airport.
|
||||||
#
|
#
|
||||||
|
|
||||||
# Do not know ?
|
|
||||||
999.999
|
|
||||||
|
|
||||||
# Echo test
|
# Echo test
|
||||||
910.000
|
910.000
|
||||||
|
# Radio test
|
||||||
|
911.000
|
||||||
|
700.000
|
||||||
# Auto information
|
# Auto information
|
||||||
123.450
|
123.450
|
||||||
122.750
|
122.750
|
||||||
123.500
|
123.500
|
||||||
121.500
|
121.500
|
||||||
|
|
||||||
# Emergency
|
|
||||||
121.000
|
|
||||||
|
|
||||||
# French Air Patrol (Patrouille de France)
|
|
||||||
723.340
|
|
||||||
|
|
Loading…
Reference in a new issue