]> git.mxchange.org Git - flightgear.git/blob - src/ATCDCL/atis_lexicon.hxx
ATIS: Slight tweak
[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
7 #define Q(word) const std::string word(#word);
8
9 namespace lex {
10 Q(Airport)
11 Q(Airfield)
12 Q(Airbase)
13 Q(Junior)
14 Q(Celsius)
15 Q(wind)
16 Q(zulu)
17 Q(zulu_weather)
18 Q(Automated_weather_observation)
19 Q(weather)
20 Q(airport_information)
21 Q(International)
22 Q(Regional)
23 Q(County)
24 Q(Municipal)
25 Q(Memorial)
26 Q(Field)
27 Q(Air_Force_Base)
28 Q(Army_Air_Field)
29 Q(Marine_Corps_Air_Station)
30 Q(light_and_variable)
31 Q(at)
32 Q(thousand)
33 Q(hundred)
34 Q(zero)
35 Q(Temperature)
36 Q(clear)
37 Q(scattered)
38 Q(broken)
39 Q(overcast)
40 Q(Sky_condition)
41 Q(Ceiling)
42 Q(minus)
43 Q(dewpoint)
44 Q(Visibility)
45 Q(less_than_one_quarter)
46 Q(one_quarter)
47 Q(one_half)
48 Q(three_quarters)
49 Q(one_and_one_half)
50 Q(Altimeter)
51 Q(Landing_and_departing_runway)
52 Q(On_initial_contact_advise_you_have_information)
53 Q(This_is)
54 Q(left)
55 Q(right)
56 Q(center)
57 }
58
59 #undef Q
60 #endif // _FG_ATIS_LEXICON_HXX