]> git.mxchange.org Git - flightgear.git/blob - src/ATCDCL/atis_lexicon.hxx
Report bad command-line args via message box.
[flightgear.git] / src / ATCDCL / atis_lexicon.hxx
1 #ifndef _FG_ATIS_LEXICON_HXX
2 #define _FG_ATIS_LEXICON_HXX
3
4 #include <string>
5
6 // NOTE:  This file serves as a database.
7 // It is read by some utility programs that synthesize
8 // the library of spoken words.
9
10 #define Q(word) const std::string word(#word);
11
12 namespace lex {
13 Q(Airport)
14 Q(Airfield)
15 Q(Airbase)
16 Q(Junior)
17 Q(Celsius)
18 Q(Wind)
19 Q(zulu)
20 Q(zulu_weather)
21 Q(Automated_weather_observation)
22 Q(Weather)
23 Q(airport_information)
24 Q(International)
25 Q(Regional)
26 Q(County)
27 Q(Municipal)
28 Q(Memorial)
29 Q(Field)
30 Q(Air_Force_Base)
31 Q(Army_Air_Field)
32 Q(Marine_Corps_Air_Station)
33 Q(light_and_variable)
34 Q(at)
35 Q(thousand)
36 Q(hundred)
37 Q(zero)
38 Q(Temperature)
39 Q(clear)
40 Q(isolated)
41 Q(few)
42 Q(scattered)
43 Q(broken)
44 Q(overcast)
45 Q(thin)
46 Q(Sky_condition)
47 Q(Sky)
48 Q(Clouds)
49 Q(Ceiling)
50 Q(minus)
51 Q(Dewpoint)
52 Q(Visibility)
53 Q(less_than_one_quarter)
54 Q(one_quarter)
55 Q(one_half)
56 Q(three_quarters)
57 Q(one_and_one_half)
58 Q(Altimeter)
59 Q(QNH)
60 Q(Landing_and_departing_runway)
61 Q(Advise_on_initial_contact_you_have_information)
62 Q(This_is)
63 Q(information)
64 Q(millibars)
65 Q(hectopascal)
66 Q(inches)
67 Q(I_L_S)
68 Q(visual)
69 Q(cav_ok)
70 Q(clouds_and_visibility_OK)
71 Q(out)
72 Q(equals)
73 Q(Expect_I_L_S_approach)
74 Q(Expect_visual_approach)
75 Q(Transition_level)
76 Q(No_sig)
77 Q(Time)
78 Q(kelometers)
79 Q(Attention)
80 Q(flock_of_birds)
81 Q(bird_activity)
82 Q(in_the_vicinity_of_the_airport)
83 Q(short_time__I_LS_interference_possible_by_taxiing_aircraft)
84 Q(reed_back_all_runway_hold_instructions)
85 Q(glider_operation_in_sector)
86 Q(airport)
87 Q(runway_wet)
88 Q(runway_in_use)
89 Q(arrivals)
90 Q(runway)
91 Q(runways)
92 Q(expect)
93 Q(approach)
94 Q(departures)
95 Q(wet)
96 Q(ice)
97 Q(closed)
98 Q(light)
99 Q(moderate)
100 Q(heavy)
101 Q(rain)
102 Q(drizzle)
103 Q(snow)
104 Q(fog)
105 Q(plus)
106 Q(hours)
107 Q(variable)
108 Q(from)
109 Q(Or)
110 Q(And)
111 Q(to)
112 Q(maximum)
113 Q(between)
114 Q(degrees)
115 Q(or_more)
116 Q(left)
117 Q(right)
118 Q(center)
119 Q(knots)
120 }
121
122 #undef Q
123 #endif // _FG_ATIS_LEXICON_HXX