]> git.mxchange.org Git - flightgear.git/blob - src/ATCDCL/atis_lexicon.hxx
Merge branch 'next' of D:\Git_New\flightgear into next
[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(Ceiling)
49 Q(minus)
50 Q(dewpoint)
51 Q(Visibility)
52 Q(less_than_one_quarter)
53 Q(one_quarter)
54 Q(one_half)
55 Q(three_quarters)
56 Q(one_and_one_half)
57 Q(Altimeter)
58 Q(QNH)
59 Q(millibars)
60 Q(Landing_and_departing_runway)
61 Q(On_initial_contact_advise_you_have_information)
62 Q(This_is)
63 Q(left)
64 Q(right)
65 Q(center)
66 }
67
68 #undef Q
69 #endif // _FG_ATIS_LEXICON_HXX