]> git.mxchange.org Git - flightgear.git/blob - src/ATCDCL/atis_lexicon.hxx
Win32 fix
[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_weather)
17 Q(Automated_weather_observation)
18 Q(weather)
19 Q(airport_information)
20 Q(International)
21 Q(Regional)
22 Q(County)
23 Q(Municipal)
24 Q(Memorial)
25 Q(Field)
26 Q(Air_Force_Base)
27 Q(Army_Air_Field)
28 Q(Marine_Corps_Air_Station)
29 Q(light_and_variable)
30 Q(at)
31 Q(thousand)
32 Q(hundred)
33 Q(zero)
34 Q(Temperature)
35 Q(clear)
36 Q(scattered)
37 Q(broken)
38 Q(overcast)
39 Q(Sky_condition)
40 Q(Ceiling)
41 Q(minus)
42 Q(dewpoint)
43 Q(Visibility)
44 Q(less_than_one_quarter)
45 Q(one_quarter)
46 Q(one_half)
47 Q(three_quarters)
48 Q(one_and_one_half)
49 Q(Altimeter)
50 Q(Landing_and_departing_runway)
51 Q(On_initial_contact_advise_you_have_information)
52 Q(This_is)
53 Q(left)
54 Q(right)
55 Q(center)
56 }
57
58 #undef Q
59 #endif // _FG_ATIS_LEXICON_HXX