GNU Radio's RDS Package
tmc_events.h
Go to the documentation of this file.
1 /* -*- c++ -*- */
2 /*
3  * Copyright 2004 Free Software Foundation, Inc.
4  *
5  * This file is part of GNU Radio
6  *
7  * GNU Radio is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2, or (at your option)
10  * any later version.
11  *
12  * GNU Radio is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with GNU Radio; see the file COPYING. If not, write to
19  * the Free Software Foundation, Inc., 51 Franklin Street,
20  * Boston, MA 02110-1301, USA.
21  */
22 
23 /* ISO 14819-2, Table 2 (paragraph 3.1.3, pages 5-57) */
24 
25 #define TMC_EVENTS 2047+1
26 #define TMC_EVENT_LIST_LINES 1590+1
27 
28 /* table 2, paragraph 3.1.3, pages 5-57 of ISO 14819-2
29  * 1st column: row number
30  * 2nd column: text (CEN-English)
31  * 3rd column: event code (to be transmitted/received)
32  * 4th column: quantifier type */
33 static const std::string tmc_events[TMC_EVENTS][4]={
34  {"0"," "," "," "},
35  {"1"," "," "," "},
36  {"2"," "," "," "},
37  {"3"," "," "," "},
38  {"4"," "," "," "},
39  {"5","traffic problem","1"," "},
40  {"6","stationary traffic","101"," "},
41  {"7","stationary traffic for 1 km","102"," "},
42  {"8","stationary traffic for 2 km","103"," "},
43  {"9","stationary traffic for 3 km","129"," "},
44  {"10","stationary traffic for 4 km","104"," "},
45  {"11","stationary traffic for 6 km","105"," "},
46  {"12","stationary traffic for 10 km","106"," "},
47  {"13","danger of stationary traffic","130"," "},
48  {"14","queuing traffic (with average speeds Q)","108","4"},
49  {"15","queuing traffic for 1 km (with average speeds Q)","109","4"},
50  {"16","queuing traffic for 2 km (with average speeds Q)","110","4"},
51  {"17","queuing traffic for 3 km (with average speeds Q)","131","4"},
52  {"18","queuing traffic for 4 km (with average speeds Q)","111","4"},
53  {"19","queuing traffic for 6 km (with average speeds Q)","112","4"},
54  {"20","queuing traffic for 10 km (with average speeds Q)","113","4"},
55  {"21","danger of queuing traffic (with average speeds Q)","132","4"},
56  {"22","long queues (with average speeds Q)","133","4"},
57  {"23","slow traffic (with average speeds Q)","115","4"},
58  {"24","slow traffic for 1 km (with average speeds Q)","116","4"},
59  {"25","slow traffic for 2 km (with average speeds Q)","117","4"},
60  {"26","slow traffic for 3 km (with average speeds Q)","134","4"},
61  {"27","slow traffic for 4 km (with average speeds Q)","118","4"},
62  {"28","slow traffic for 6 km (with average speeds Q)","119","4"},
63  {"29","slow traffic for 10 km (with average speeds Q)","120","4"},
64  {"30","heavy traffic (with average speeds Q)","122","4"},
65  {"31","traffic heavier than normal (with average speeds Q)","142","4"},
66  {"32","traffic very much heavier than normal (with average speeds Q)","143","4"},
67  {"33","traffic flowing freely (with average speeds Q)","124","4"},
68  {"34","traffic building up (with average speeds Q)","125","4"},
69  {"35","traffic easing","135","4"},
70  {"36","traffic congestion (with average speeds Q)","136","4"},
71  {"37","traffic congestion, average speed of 10 km/h","70"," "},
72  {"38","traffic congestion, average speed of 20 km/h","71"," "},
73  {"39","traffic congestion, average speed of 30 km/h","72"," "},
74  {"40","traffic congestion, average speed of 40 km/h","73"," "},
75  {"41","traffic congestion, average speed of 50 km/h","74"," "},
76  {"42","traffic congestion, average speed of 60 km/h","75"," "},
77  {"43","traffic congestion, average speed of 70 km/h","76"," "},
78  {"44","traffic lighter than normal (with average speeds Q)","137","4"},
79  {"45","queuing traffic (with average speeds Q). Approach with care","138","4"},
80  {"46","queuing traffic around a bend in the road","139"," "},
81  {"47","queuing traffic over the crest of a hill","140"," "},
82  {"48","queuing traffic (with average speeds Q). Danger of stationary traffic","2","4"},
83  {"49","(Q) accident(s). Stationary traffic","215","0"},
84  {"50","(Q) accident(s). Stationary traffic for 1 km","216","0"},
85  {"51","(Q) accident(s). Stationary traffic for 2 km","217","0"},
86  {"52","(Q) accident(s). Stationary traffic for 3 km","348","0"},
87  {"53","(Q) accident(s). Stationary traffic for 4 km","218","0"},
88  {"54","(Q) accident(s). Stationary traffic for 6 km","219","0"},
89  {"55","(Q) accident(s). Stationary traffic for 10 km","220","0"},
90  {"56","(Q) accident(s). Danger of stationary traffic","221","0"},
91  {"57","(Q) accident(s). Queuing traffic","222","0"},
92  {"58","(Q) accident(s). Queuing traffic for 1 km","223","0"},
93  {"59","(Q) accident(s). Queuing traffic for 2 km","224","0"},
94  {"60","(Q) accident(s). Queuing traffic for 3 km","349","0"},
95  {"61","(Q) accident(s). Queuing traffic for 4 km","225","0"},
96  {"62","(Q) accident(s). Queuing traffic for 6 km","226","0"},
97  {"63","(Q) accident(s). Queuing traffic for 10 km","227","0"},
98  {"64","(Q) accident(s). Danger of queuing traffic","228","0"},
99  {"65","(Q) accident(s). Slow traffic","229","0"},
100  {"66","(Q) accident(s). Slow traffic for 1 km","230","0"},
101  {"67","(Q) accident(s). Slow traffic for 2 km","231","0"},
102  {"68","(Q) accident(s). Slow traffic for 3 km","350","0"},
103  {"69","(Q) accident(s). Slow traffic for 4 km","232","0"},
104  {"70","(Q) accident(s). Slow traffic for 6 km","233","0"},
105  {"71","(Q) accident(s). Slow traffic for 10 km","234","0"},
106  {"72","(Q) accident(s). Heavy traffic","236","0"},
107  {"73","(Q) accident(s). Traffic flowing freely","238","0"},
108  {"74","(Q) accident(s). Traffic building up","239","0"},
109  {"75","vehicles slowing to look at (Q) accident(s). Stationary traffic","250","0"},
110  {"76","vehicles slowing to look at (Q) accident(s). Stationary traffic for 1 km","251","0"},
111  {"77","vehicles slowing to look at (Q) accident(s). Stationary traffic for 2 km","252","0"},
112  {"78","vehicles slowing to look at (Q) accident(s). Stationary traffic for 3 km","352","0"},
113  {"79","vehicles slowing to look at (Q) accident(s). Stationary traffic for 4 km","253","0"},
114  {"80","vehicles slowing to look at (Q) accident(s). Stationary traffic for 6 km","254","0"},
115  {"81","vehicles slowing to look at (Q) accident(s). Stationary traffic for 10 km","255","0"},
116  {"82","vehicles slowing to look at (Q) accident(s). Danger of stationary traffic","256","0"},
117  {"83","vehicles slowing to look at (Q) accident(s). Queuing traffic","257","0"},
118  {"84","vehicles slowing to look at (Q) accident(s). Queuing traffic for 1 km","258","0"},
119  {"85","vehicles slowing to look at (Q) accident(s). Queuing traffic for 2 km","259","0"},
120  {"86","vehicles slowing to look at (Q) accident(s). Queuing traffic for 3 km","353","0"},
121  {"87","vehicles slowing to look at (Q) accident(s). Queuing traffic for 4 km","260","0"},
122  {"88","vehicles slowing to look at (Q) accident(s). Queuing traffic for 6 km","261","0"},
123  {"89","vehicles slowing to look at (Q) accident(s). Queuing traffic for 10 km","262","0"},
124  {"90","vehicles slowing to look at (Q) accident(s). Danger of queuing traffic","263","0"},
125  {"91","vehicles slowing to look at (Q) accident(s)","208","0"},
126  {"92","vehicles slowing to look at (Q) accident(s). Slow traffic","264","0"},
127  {"93","vehicles slowing to look at (Q) accident(s). Slow traffic for 1 km","265","0"},
128  {"94","vehicles slowing to look at (Q) accident(s). Slow traffic for 2 km","266","0"},
129  {"95","vehicles slowing to look at (Q) accident(s). Slow traffic for 3 km","354","0"},
130  {"96","vehicles slowing to look at (Q) accident(s). Slow traffic for 4 km","267","0"},
131  {"97","vehicles slowing to look at (Q) accident(s). Slow traffic for 6 km","268","0"},
132  {"98","vehicles slowing to look at (Q) accident(s). Slow traffic for 10 km","269","0"},
133  {"99","vehicles slowing to look at (Q) accident(s). Heavy traffic","271","0"},
134  {"100","vehicles slowing to look at (Q) accident(s). Traffic building up","274","0"},
135  {"101","vehicles slowing to look at (Q) accident(s). Danger","355","0"},
136  {"102","(Q) shed load(s). Stationary traffic","278","0"},
137  {"103","(Q) shed load(s). Stationary traffic for 1 km","279","0"},
138  {"104","(Q) shed load(s). Stationary traffic for 2 km","280","0"},
139  {"105","(Q) shed load(s). Stationary traffic for 3 km","356","0"},
140  {"106","(Q) shed load(s). Stationary traffic for 4 km","281","0"},
141  {"107","(Q) shed load(s). Stationary traffic for 6 km","282","0"},
142  {"108","(Q) shed load(s). Stationary traffic for 10 km","283","0"},
143  {"109","(Q) shed load(s). Danger of stationary traffic","284","0"},
144  {"110","(Q) shed load(s). Queuing traffic","285","0"},
145  {"111","(Q) shed load(s). Queuing traffic for 1 km","286","0"},
146  {"112","(Q) shed load(s). Queuing traffic for 2 km","287","0"},
147  {"113","(Q) shed load(s). Queuing traffic for 3 km","357","0"},
148  {"114","(Q) shed load(s). Queuing traffic for 4 km","288","0"},
149  {"115","(Q) shed load(s). Queuing traffic for 6 km","289","0"},
150  {"116","(Q) shed load(s). Queuing traffic for 10 km","290","0"},
151  {"117","(Q) shed load(s). Danger of queuing traffic","291","0"},
152  {"118","(Q) shed load(s). Slow traffic","292","0"},
153  {"119","(Q) shed load(s). Slow traffic for 1 km","293","0"},
154  {"120","(Q) shed load(s). Slow traffic for 2 km","294","0"},
155  {"121","(Q) shed load(s). Slow traffic for 3 km","358","0"},
156  {"122","(Q) shed load(s). Slow traffic for 4 km","295","0"},
157  {"123","(Q) shed load(s). Slow traffic for 6 km","296","0"},
158  {"124","(Q) shed load(s). Slow traffic for 10 km","297","0"},
159  {"125","(Q) shed load(s). Heavy traffic","299","0"},
160  {"126","(Q) shed load(s). Traffic flowing freely","301","0"},
161  {"127","(Q) shed load(s). Traffic building up","302","0"},
162  {"128","(Q) overturned vehicle(s). Stationary traffic","360","0"},
163  {"129","(Q) overturned vehicle(s). Danger of stationary traffic","361","0"},
164  {"130","(Q) overturned vehicle(s). Queuing traffic","362","0"},
165  {"131","(Q) overturned vehicle(s). Danger of queuing traffic","363","0"},
166  {"132","(Q) overturned vehicle(s). Slow traffic","364","0"},
167  {"133","(Q) overturned vehicle(s). Heavy traffic","366","0"},
168  {"134","(Q) overturned vehicle(s). Traffic building up","368","0"},
169  {"135","Stationary traffic due to (Q) earlier accident(s)","379","0"},
170  {"136","Danger of stationary traffic due to (Q) earlier accident(s)","380","0"},
171  {"137","Queuing traffic due to (Q) earlier accident(s)","381","0"},
172  {"138","Danger of queuing traffic due to (Q) earlier accident(s)","382","0"},
173  {"139","Slow traffic due to (Q) earlier accident(s)","383","0"},
174  {"140","Heavy traffic due to (Q) earlier accident(s)","385","0"},
175  {"141","Traffic building up due to (Q) earlier accident(s)","387","0"},
176  {"142","(Q) broken down vehicle(s). Stationary traffic","313","0"},
177  {"143","(Q) broken down vehicle(s). Danger of stationary traffic","314","0"},
178  {"144","(Q) broken down vehicle(s). Queuing traffic","315","0"},
179  {"145","(Q) broken down vehicle(s). Danger of queuing traffic","316","0"},
180  {"146","(Q) broken down vehicle(s). Slow traffic","317","0"},
181  {"147","(Q) broken down vehicle(s). Heavy traffic","319","0"},
182  {"148","(Q) broken down vehicle(s). Traffic flowing freely","321","0"},
183  {"149","(Q) broken down vehicle(s). Traffic building up","322","0"},
184  {"150","closed ahead. Stationary traffic","410"," "},
185  {"151","closed ahead. Stationary traffic for 1 km","411"," "},
186  {"152","closed ahead. Stationary traffic for 2 km","412"," "},
187  {"153","closed ahead. Stationary traffic for 3 km","495"," "},
188  {"154","closed ahead. Stationary traffic for 4 km","413"," "},
189  {"155","closed ahead. Stationary traffic for 6 km","414"," "},
190  {"156","closed ahead. Stationary traffic for 10 km","415"," "},
191  {"157","closed ahead. Danger of stationary traffic","416"," "},
192  {"158","closed ahead. Queuing traffic","417"," "},
193  {"159","closed ahead. Queuing traffic for 1 km","418"," "},
194  {"160","closed ahead. Queuing traffic for 2 km","419"," "},
195  {"161","closed ahead. Queuing traffic for 3 km","496"," "},
196  {"162","closed ahead. Queuing traffic for 4 km","420"," "},
197  {"163","closed ahead. Queuing traffic for 6 km","421"," "},
198  {"164","closed ahead. Queuing traffic for 10 km","422"," "},
199  {"165","closed ahead. Danger of queuing traffic","423"," "},
200  {"166","closed ahead. Slow traffic","424"," "},
201  {"167","closed ahead. Slow traffic for 1 km","425"," "},
202  {"168","closed ahead. Slow traffic for 2 km","426"," "},
203  {"169","closed ahead. Slow traffic for 3 km","497"," "},
204  {"170","closed ahead. Slow traffic for 4 km","427"," "},
205  {"171","closed ahead. Slow traffic for 6 km","428"," "},
206  {"172","closed ahead. Slow traffic for 10 km","429"," "},
207  {"173","closed ahead. Heavy traffic","431"," "},
208  {"174","closed ahead. Traffic flowing freely","433"," "},
209  {"175","closed ahead. Traffic building up","434"," "},
210  {"176","blocked ahead. Stationary traffic","438"," "},
211  {"177","blocked ahead. Stationary traffic for 1 km","439"," "},
212  {"178","blocked ahead. Stationary traffic for 2 km","440"," "},
213  {"179","blocked ahead. Stationary traffic for 3 km","498"," "},
214  {"180","blocked ahead. Stationary traffic for 4 km","441"," "},
215  {"181","blocked ahead. Stationary traffic for 6 km","442"," "},
216  {"182","blocked ahead. Stationary traffic for 10 km","443"," "},
217  {"183","blocked ahead. Danger of stationary traffic","444"," "},
218  {"184","blocked ahead. Queuing traffic","445"," "},
219  {"185","blocked ahead. Queuing traffic for 1 km","446"," "},
220  {"186","blocked ahead. Queuing traffic for 2 km","447"," "},
221  {"187","blocked ahead. Queuing traffic for 3 km","499"," "},
222  {"188","blocked ahead. Queuing traffic for 4 km","448"," "},
223  {"189","blocked ahead. Queuing traffic for 6 km","449"," "},
224  {"190","blocked ahead. Queuing traffic for 10 km","450"," "},
225  {"191","blocked ahead. Danger of queuing traffic","451"," "},
226  {"192","blocked ahead. Slow traffic","452"," "},
227  {"193","blocked ahead. Slow traffic for 1 km","453"," "},
228  {"194","blocked ahead. Slow traffic for 2 km","454"," "},
229  {"195","blocked ahead. Slow traffic for 3 km","626"," "},
230  {"196","blocked ahead. Slow traffic for 4 km","455"," "},
231  {"197","blocked ahead. Slow traffic for 6 km","456"," "},
232  {"198","blocked ahead. Slow traffic for 10 km","457"," "},
233  {"199","blocked ahead. Heavy traffic","459"," "},
234  {"200","blocked ahead. Traffic flowing freely","461"," "},
235  {"201","blocked ahead. Traffic building up","462"," "},
236  {"202","(Q) lanes closed. Stationary traffic","521","0"},
237  {"203","(Q) lanes closed. Stationary traffic for 1 km","522","0"},
238  {"204","(Q) lanes closed. Stationary traffic for 2 km","523","0"},
239  {"205","(Q) lanes closed. Stationary traffic for 3 km","651","0"},
240  {"206","(Q) lanes closed. Stationary traffic for 4 km","524","0"},
241  {"207","(Q) lanes closed. Stationary traffic for 6 km","525","0"},
242  {"208","(Q) lanes closed. Stationary traffic for 10 km","526","0"},
243  {"209","(Q) lanes closed. Danger of stationary traffic","527","0"},
244  {"210","(Q) lanes closed. Queuing traffic","528","0"},
245  {"211","(Q) lanes closed. Queuing traffic for 1 km","529","0"},
246  {"212","(Q) lanes closed. Queuing traffic for 2 km","530","0"},
247  {"213","(Q) lanes closed. Queuing traffic for 3 km","652","0"},
248  {"214","(Q) lanes closed. Queuing traffic for 4 km","531","0"},
249  {"215","(Q) lanes closed. Queuing traffic for 6 km","532","0"},
250  {"216","(Q) lanes closed. Queuing traffic for 10 km","533","0"},
251  {"217","(Q) lanes closed. Danger of queuing traffic","534","0"},
252  {"218","(Q) lanes closed. Slow traffic","535","0"},
253  {"219","(Q) lanes closed. Slow traffic for 1 km","536","0"},
254  {"220","(Q) lanes closed. Slow traffic for 2 km","537","0"},
255  {"221","(Q) lanes closed. Slow traffic for 3 km","653","0"},
256  {"222","(Q) lanes closed. Slow traffic for 4 km","538","0"},
257  {"223","(Q) lanes closed. Slow traffic for 6 km","539","0"},
258  {"224","(Q) lanes closed. Slow traffic for 10 km","540","0"},
259  {"225","(Q) lanes closed. Heavy traffic","542","0"},
260  {"226","(Q)lanes closed. Traffic flowing freely","544","0"},
261  {"227","(Q)lanes closed. Traffic building up","545","0"},
262  {"228","carriageway reduced (from Q lanes) to one lane. Stationary traffic","546","0"},
263  {"229","carriageway reduced (from Q lanes) to one lane. Danger of stationary traffic","547","0"},
264  {"230","carriageway reduced (from Q lanes) to one lane. Queuing traffic","548","0"},
265  {"231","carriageway reduced (from Q lanes) to one lane. Danger of queuing traffic","549","0"},
266  {"232","carriageway reduced (from Q lanes) to one lane. Slow traffic","550","0"},
267  {"233","carriageway reduced (from Q lanes) to one lane. Heavy traffic","552","0"},
268  {"234","carriageway reduced (from Q lanes) to one lane. Traffic flowing freely","554","0"},
269  {"235","carriageway reduced (from Q lanes) to one lane. Traffic building up","555","0"},
270  {"236","carriageway reduced (from Q lanes) to two lanes. Stationary traffic","556","0"},
271  {"237","carriageway reduced (from Q lanes) to two lanes. Danger of stationary traffic","557","0"},
272  {"238","carriageway reduced (from Q lanes) to two lanes. Queuing traffic","558","0"},
273  {"239","carriageway reduced (from Q lanes) to two lanes. Danger of queuing traffic","559","0"},
274  {"240","carriageway reduced (from Q lanes) to two lanes. Slow traffic","560","0"},
275  {"241","carriageway reduced (from Q lanes) to two lanes. Heavy traffic","562","0"},
276  {"242","carriageway reduced (from Q lanes) to two lanes. Traffic flowing freely","564","0"},
277  {"243","carriageway reduced (from Q lanes) to two lanes. Traffic building up","565","0"},
278  {"244","carriageway reduced (from Q lanes) three lanes. Stationary traffic","566","0"},
279  {"245","carriageway reduced (from Q lanes) three lanes. Danger of stationary traffic","567","0"},
280  {"246","carriageway reduced (from Q lanes) three lanes. Queuing traffic","568","0"},
281  {"247","carriageway reduced (from Q lanes) three lanes. Danger of queuing traffic","569","0"},
282  {"248","carriageway reduced (from Q lanes) to three lanes. Slow traffic","570","0"},
283  {"249","carriageway reduced (from Q lanes) to three lanes. Heavy traffic","572","0"},
284  {"250","carriageway reduced (from Q lanes) to three lanes. Traffic flowing freely","574","0"},
285  {"251","carriageway reduced (from Q lanes) to three lanes. Traffic building up","575","0"},
286  {"252","contraflow. Stationary traffic","576"," "},
287  {"253","contraflow. Stationary traffic for 1 km","577"," "},
288  {"254","contraflow. Stationary traffic for 2 km","578"," "},
289  {"255","contraflow. Stationary traffic for 3 km","654"," "},
290  {"256","contraflow. Stationary traffic for 4 km","579"," "},
291  {"257","contraflow. Stationary traffic for 6 km","580"," "},
292  {"258","contraflow. Stationary traffic for 10 km","581"," "},
293  {"259","contraflow. Danger of stationary traffic","582"," "},
294  {"260","contraflow. Queuing traffic","583"," "},
295  {"261","contraflow. Queuing traffic for1km","584"," "},
296  {"262","contraflow. Queuing traffic for2km","585"," "},
297  {"263","contraflow. Queuing traffic for3km","655"," "},
298  {"264","contraflow. Queuing traffic for4km","586"," "},
299  {"265","contraflow. Queuing traffic for6km","587"," "},
300  {"266","contraflow. Queuing traffic for 10 km","588"," "},
301  {"267","contraflow. Danger of queuing traffic","589"," "},
302  {"268","contraflow. Slow traffic","590"," "},
303  {"269","contraflow. Slow traffic for 1 km","591"," "},
304  {"270","contraflow. Slow traffic for 2 km","592"," "},
305  {"271","contraflow. Slow traffic for 3 km","656"," "},
306  {"272","contraflow. Slow traffic for 4 km","593"," "},
307  {"273","contraflow. Slow traffic for 6 km","594"," "},
308  {"274","contraflow. Slow traffic for 10 km","595"," "},
309  {"275","contraflow. Heavy traffic","597"," "},
310  {"276","contraflow. Traffic flowing freely","599"," "},
311  {"277","contraflow. Traffic building up","600"," "},
312  {"278","narrow lanes. Stationary traffic","604"," "},
313  {"279","narrow lanes. Danger of stationary traffic","605"," "},
314  {"280","narrow lanes. Queuing traffic","606"," "},
315  {"281","narrow lanes. Danger of queuing traffic","607"," "},
316  {"282","narrow lanes. Slow traffic","608"," "},
317  {"283","narrow lanes. Heavy traffic","610"," "},
318  {"284","narrow lanes. Traffic flowing freely","612"," "},
319  {"285","narrow lanes. Traffic building up","613"," "},
320  {"286","contraflow with narrow lanes. Stationary traffic","614"," "},
321  {"287","contraflow with narrow lanes. Danger of stationary traffic","615"," "},
322  {"288","contraflow with narrow lanes. Queuing traffic","616"," "},
323  {"289","contraflow with narrow lanes. Danger of queuing traffic","617"," "},
324  {"290","contraflow with narrow lanes. Slow traffic","618"," "},
325  {"291","contraflow with narrow lanes. Heavy traffic","620"," "},
326  {"292","contraflow with narrow lanes. Traffic flowing freely","622"," "},
327  {"293","contraflow with narrow lanes. Traffic building up","623"," "},
328  {"294","(Q sets of) roadworks. Stationary traffic","710","0"},
329  {"295","(Q sets of) roadworks. Stationary traffic for 1 km","711","0"},
330  {"296","(Q sets of) roadworks. Stationary traffic for 2 km","712","0"},
331  {"297","(Q sets of) roadworks. Stationary traffic for 3 km","812","0"},
332  {"298","(Q sets of) roadworks. Stationary traffic for 4 km","713","0"},
333  {"299","(Q sets of) roadworks. Stationary traffic for 6 km","714","0"},
334  {"300","(Q sets of) roadworks. Stationary traffic for 10 km","715","0"},
335  {"301","(Q sets of) roadworks. Danger of stationary traffic","716","0"},
336  {"302","(Q sets of) roadworks. Queuing traffic","717","0"},
337  {"303","(Q sets of) roadworks. Queuing traffic for 1 km","718","0"},
338  {"304","(Q sets of) roadworks. Queuing traffic for 2 km","719","0"},
339  {"305","(Q sets of) roadworks. Queuing traffic for 3 km","813","0"},
340  {"306","(Q sets of) roadworks. Queuing traffic for 4 km","720","0"},
341  {"307","(Q sets of) roadworks. Queuing traffic for 6 km","721","0"},
342  {"308","(Q sets of) roadworks. Queuing traffic for 10 km","722","0"},
343  {"309","(Q sets of) roadworks. Danger of queuing traffic","723","0"},
344  {"310","(Q sets of) roadworks. Slow traffic","724","0"},
345  {"311","(Q sets of) roadworks. Slow traffic for 1 km","725","0"},
346  {"312","(Q sets of) roadworks. Slow traffic for 2 km","726","0"},
347  {"313","(Q sets of) roadworks. Slow traffic for 3 km","814","0"},
348  {"314","(Q sets of) roadworks. Slow traffic for 4 km","727","0"},
349  {"315","(Q sets of) roadworks. Slow traffic for 6 km","728","0"},
350  {"316","(Q sets of) roadworks. Slow traffic for 10 km","729","0"},
351  {"317","(Q sets of) roadworks. Heavy traffic","731","0"},
352  {"318","(Q sets of) roadworks. Traffic flowing freely","733","0"},
353  {"319","(Q sets of) roadworks. Traffic building up","734","0"},
354  {"320","(Q sections of) resurfacing work. Stationary traffic","750","0"},
355  {"321","(Q sections of) resurfacing work. Stationary traffic for 1 km","751","0"},
356  {"322","(Q sections of) resurfacing work. Stationary traffic for 2 km","752","0"},
357  {"323","(Q sections of) resurfacing work. Stationary traffic for 3 km","818","0"},
358  {"324","(Q sections of) resurfacing work. Stationary traffic for 4 km","753","0"},
359  {"325","(Q sections of) resurfacing work. Stationary traffic for 6 km","754","0"},
360  {"326","(Q sections of) resurfacing work. Stationary traffic for 10 km","755","0"},
361  {"327","(Q sections of) resurfacing work. Danger of stationary traffic","756","0"},
362  {"328","(Q sections of) resurfacing work. Queuing traffic","757","0"},
363  {"329","(Q sections of) resurfacing work. Queuing traffic for 1 km","758","0"},
364  {"330","(Q sections of) resurfacing work. Queuing traffic for 2 km","759","0"},
365  {"331","(Q sections of) resurfacing work. Queuing traffic for 3 km","819","0"},
366  {"332","(Q sections of) resurfacing work. Queuing traffic for 4 km","760","0"},
367  {"333","(Q sections of) resurfacing work. Queuing traffic for 6 km","761","0"},
368  {"334","(Q sections of) resurfacing work. Queuing traffic for 10 km","762","0"},
369  {"335","(Q sections of) resurfacing work. Danger of queuing traffic","763","0"},
370  {"336","(Q sections of) resurfacing work. traffic","764","0"},
371  {"337","(Q sections of) resurfacing work. traffic for 1 km","765","0"},
372  {"338","(Q sections of) resurfacing work. traffic for 2 km","766","0"},
373  {"339","(Q sections of) resurfacing work. traffic for 3 km","820","0"},
374  {"340","(Q sections of) resurfacing work. traffic for 4 km","767","0"},
375  {"341","(Q sections of) resurfacing work. traffic for 6 km","768","0"},
376  {"342","(Q sections of) resurfacing work. traffic for 10 km","769","0"},
377  {"343","(Q sections of) resurfacing work. Heavy traffic","771","0"},
378  {"344","(Q sections of) resurfacing work. Traffic flowing freely","773","0"},
379  {"345","(Q sections of) resurfacing work. Traffic building up","774","0"},
380  {"346","(Q sets of) road marking work. Stationary traffic","783","0"},
381  {"347","(Q sets of) road marking work. Danger of stationary traffic","784","0"},
382  {"348","(Q sets of) road marking work. Queuing traffic","785","0"},
383  {"349","(Q sets of) road marking work. Danger of queuing traffic","786","0"},
384  {"350","(Q sets of) road marking work. Slow traffic","787","0"},
385  {"351","(Q sets of) road marking work. Heavy traffic","789","0"},
386  {"352","(Q sets of) road marking work. Traffic flowing freely","791","0"},
387  {"353","(Q sets of) road marking work. Traffic building up","792","0"},
388  {"354","(Q sets of) slow moving maintenance vehicles. Stationary traffic","825","0"},
389  {"355","(Q sets of) slow moving maintenance vehicles. Danger of stationary traffic","826","0"},
390  {"356","(Q sets of) slow moving maintenance vehicles. Queuing traffic","827","0"},
391  {"357","(Q sets of) slow moving maintenance vehicles. Danger of queuing traffic","828","0"},
392  {"358","(Q sets of) slow moving maintenance vehicles. Slow traffic","829","0"},
393  {"359","(Q sets of) slow moving maintenance vehicles. Heavy traffic","831","0"},
394  {"360","(Q sets of) slow moving maintenance vehicles. Traffic flowing freely","833","0"},
395  {"361","(Q sets of) slow moving maintenance vehicles. Traffic building up","834","0"},
396  {"362","flooding. Stationary traffic","928"," "},
397  {"363","flooding. Danger of stationary traffic","929"," "},
398  {"364","flooding. Queuing traffic","930"," "},
399  {"365","flooding. Danger of queuing traffic","931"," "},
400  {"366","flooding. Slow traffic","932"," "},
401  {"367","flooding. Heavy traffic","934"," "},
402  {"368","flooding. Traffic flowing freely","936"," "},
403  {"369","flooding. Traffic building up","937"," "},
404  {"370","major event. Stationary traffic","1517"," "},
405  {"371","major event. Danger of stationary traffic","1518"," "},
406  {"372","major event. Queuing traffic","1519"," "},
407  {"373","major event. Danger of queuing traffic","1520"," "},
408  {"374","major event. Slow traffic","1521"," "},
409  {"375","major event. Heavy traffic","1523"," "},
410  {"376","major event. Traffic flowing freely","1525"," "},
411  {"377","major event. Traffic building up","1526"," "},
412  {"378","sports meeting. Stationary traffic","1531"," "},
413  {"379","sports meeting. Danger of stationary traffic","1532"," "},
414  {"380","sports meeting. Queuing traffic","1533"," "},
415  {"381","sports meeting. Danger of queuing traffic","1534"," "},
416  {"382","sports meeting. Slow traffic","1535"," "},
417  {"383","sports meeting. Heavy traffic","1537"," "},
418  {"384","sports meeting. Traffic flowing freely","1539"," "},
419  {"385","sports meeting. Traffic building up","1540"," "},
420  {"386","fair. Stationary traffic","1545"," "},
421  {"387","fair. Danger of stationary traffic","1546"," "},
422  {"388","fair. Queuing traffic","1547"," "},
423  {"389","fair. Danger of queuing traffic","1548"," "},
424  {"390","fair. Slow traffic","1549"," "},
425  {"391","fair. Heavy traffic","1551"," "},
426  {"392","fair. Traffic flowing freely","1553"," "},
427  {"393","fair. Traffic building up","1554"," "},
428  {"394","security alert. Stationary traffic","1571"," "},
429  {"395","security alert. Danger of stationary traffic","1572"," "},
430  {"396","security alert. Queuing traffic","1573"," "},
431  {"397","security alert. Danger of queuing traffic","1574"," "},
432  {"398","security alert. Slow traffic","1575"," "},
433  {"399","security alert. Heavy traffic","1577"," "},
434  {"400","evacuation. Heavy traffic","1495"," "},
435  {"401","security alert. Traffic flowing freely","1586"," "},
436  {"402","security alert. Traffic building up","1579"," "},
437  {"403","(Q sets of) traffic lights not working. Stationary traffic","1807","0"},
438  {"404","(Q sets of) traffic lights not working. Danger of stationary traffic","1808","0"},
439  {"405","(Q sets of) traffic lights not working. Queuing traffic","1809","0"},
440  {"406","(Q sets of) traffic lights not working. Danger of queuing traffic","1810","0"},
441  {"407","(Q sets of) traffic lights not working. Slow traffic","1811","0"},
442  {"408","(Q sets of) traffic lights not working. Heavy traffic","1813","0"},
443  {"409","(Q sets of) traffic lights not working. Traffic flowing freely","1815","0"},
444  {"410","(Q sets of) traffic lights not working. Traffic building up","1816","0"},
445  {"411","level crossing failure. Stationary traffic","1820"," "},
446  {"412","level crossing failure. Danger of stationary traffic","1821"," "},
447  {"413","level crossing failure. Queuing traffic","1822"," "},
448  {"414","level crossing failure. Danger of queuing traffic","1823"," "},
449  {"415","level crossing failure. Slow traffic","1824"," "},
450  {"416","level crossing failure. Heavy traffic","1826"," "},
451  {"417","level crossing failure. Traffic flowing freely","1828"," "},
452  {"418","level crossing failure. Traffic building up","1829"," "},
453  {"419"," "," "," "},
454  {"420","no problems to report","126"," "},
455  {"421","traffic congestion cleared","127"," "},
456  {"422","traffic has returned to normal","1584"," "},
457  {"423"," "," "," "},
458  {"424","message cancelled","128"," "},
459  {"425"," "," "," "},
460  {"426"," "," "," "},
461  {"427"," "," "," "},
462  {"428"," "," "," "},
463  {"429"," "," "," "},
464  {"430","traffic problem expected","55"," "},
465  {"431","stationary traffic expected","107"," "},
466  {"432","queuing traffic expected","114"," "},
467  {"433","slow traffic expected","121"," "},
468  {"434","heavy traffic expected","123"," "},
469  {"435","traffic congestion expected","56"," "},
470  {"436","(Q) accident(s). Slow traffic expected","235","0"},
471  {"437","(Q) accident(s). Heavy traffic expected","237","0"},
472  {"438","vehicles slowing to look at (Q) accident(s). Slow traffic expected","270","0"},
473  {"439","vehicles slowing to look at (Q) accident(s). Heavy traffic expected","272","0"},
474  {"440","(Q) shed load(s). Slow traffic expected","298","0"},
475  {"441","(Q) shed load(s). Heavy traffic expected","300","0"},
476  {"442","(Q) overturned vehicle(s). Slow traffic expected","365","0"},
477  {"443","(Q) overturned vehicle(s). Heavy traffic expected","367","0"},
478  {"444","(Q) broken down vehicle(s). Slow traffic expected","318","0"},
479  {"445","(Q) broken down vehicle(s). Heavy traffic expected","320","0"},
480  {"446","closed ahead. Slow traffic expected","430"," "},
481  {"447","closed ahead. Heavy traffic expected","432"," "},
482  {"448","blocked ahead. Slow traffic expected","458"," "},
483  {"449","blocked ahead. Heavy traffic expected","460"," "},
484  {"450","(Q) lanes closed. Slow traffic expected","541","0"},
485  {"451","(Q) lanes closed. Heavy traffic expected","543","0"},
486  {"452","carriageway reduced (from Q lanes) to one lane. Slow traffic expected","551","0"},
487  {"453","carriageway reduced (from Q lanes) to one lane. Heavy traffic expected","553","0"},
488  {"454","carriageway reduced (from Q lanes) to two lanes. Slow traffic expected","561","0"},
489  {"455","carriageway reduced (from Q lanes) to two lanes. Heavy traffic expected","563","0"},
490  {"456","carriageway reduced (from Q lanes) to three lanes. Slow traffic expected","571","0"},
491  {"457","carriageway reduced (from Q lanes) to three lanes. Heavy traffic expected","573","0"},
492  {"458","contraflow. Slow traffic expected","596"," "},
493  {"459","contraflow. Heavy traffic expected","598"," "},
494  {"460","narrow lanes. Slow traffic expected","609"," "},
495  {"461","narrow lanes. Heavy traffic expected","611"," "},
496  {"462","contraflow with narrow lanes. Slow traffic expected","619"," "},
497  {"463","contraflow with narrow lanes. Heavy traffic expected","621"," "},
498  {"464","(Q sets of) roadworks. Slow traffic expected","730","0"},
499  {"465","(Q sets of) roadworks. Heavy traffic expected","732","0"},
500  {"466","(Q sections of) resurfacing work. Slow traffic expected","770","0"},
501  {"467","(Q sections of) resurfacing work. Heavy traffic expected","772","0"},
502  {"468","(Q sets of) road marking work. Slow traffic expected","788","0"},
503  {"469","(Q sets of) road marking work. Heavy traffic expected","790","0"},
504  {"470","(Q sets of) slow moving maintenance vehicles. Slow traffic expected","830","0"},
505  {"471","(Q sets of) slow moving maintenance vehicles. Heavy traffic expected","832","0"},
506  {"472","flooding. Slow traffic expected","933"," "},
507  {"473","flooding. Heavy traffic expected","935"," "},
508  {"474","major event. Slow traffic expected","1522"," "},
509  {"475","major event. Heavy traffic expected","1524"," "},
510  {"476","sports meeting. Slow traffic expected","1536"," "},
511  {"477","sports meeting. Heavy traffic expected","1538"," "},
512  {"478","fair. Slow traffic expected","1550"," "},
513  {"479","fair. Heavy traffic expected","1552"," "},
514  {"480","security alert. Slow traffic expected","1576"," "},
515  {"481","security alert. Heavy traffic expected","1578"," "},
516  {"482","(Q sets of) traffic lights not working. Slow traffic expected","1812","0"},
517  {"483","(Q sets of) traffic lights not working. Heavy traffic expected","1814","0"},
518  {"484","level crossing failure. Slow traffic expected","1825"," "},
519  {"485","level crossing failure. Heavy traffic expected","1827"," "},
520  {"486"," "," "," "},
521  {"487","normal traffic expected","57"," "},
522  {"488"," "," "," "},
523  {"489","message cancelled","1589"," "},
524  {"490"," "," "," "},
525  {"491"," "," "," "},
526  {"492"," "," "," "},
527  {"493"," "," "," "},
528  {"494"," "," "," "},
529  {"495","(Q) accident(s)","201","0"},
530  {"496","(Q) serious accident(s)","202","0"},
531  {"497","multi-vehicle accident (involving Q vehicles)","203","0"},
532  {"498","accident involving (a/Q) heavy lorr(y/ies)","204","0"},
533  {"499","accident involving (a/Q) bus(es)","335","0"},
534  {"500","(Q) accident(s) involving hazardous materials","205","0"},
535  {"501","(Q) fuel spillage accident(s)","206","0"},
536  {"502","(Q) chemical spillage accident(s)","207","0"},
537  {"503","(Q) oil spillage accident(s)","336","0"},
538  {"504","(Q) overturned vehicle(s)","337","0"},
539  {"505","(Q) overturned heavy lorr(y/ies)","338","0"},
540  {"506","(Q) jack-knifed trailer(s)","339","0"},
541  {"507","(Q) jack-knifed caravan(s)","340","0"},
542  {"508","(Q) jack-knifed articulated lorr(y/ies)","341","0"},
543  {"509","(Q) vehicle fire(s)","213","0"},
544  {"510","(Q) vehicle(s) spun around","342","0"},
545  {"511","(Q) overturned vehicle(s). Danger","378","0"},
546  {"512","(Q) earlier accident(s)","343","0"},
547  {"513","accident investigation work","344"," "},
548  {"514","accident investigation work. Danger","391"," "},
549  {"515","(Q) accident(s) in roadworks area","351","0"},
550  {"516","(Q) accident(s), traffic being directed around accident area","12","0"},
551  {"517","(Q) secondary accident(s)","345","0"},
552  {"518","(Q) secondary accident(s). Danger","392","0"},
553  {"519","(Q) accident(s) in the opposing lanes","209","0"},
554  {"520"," "," "," "},
555  {"521","all accidents cleared, no problems to report","141"," "},
556  {"522","accident cleared","333"," "},
557  {"523"," "," "," "},
558  {"524","message cancelled","334"," "},
559  {"525"," "," "," "},
560  {"526"," "," "," "},
561  {"527"," "," "," "},
562  {"528"," "," "," "},
563  {"529"," "," "," "},
564  {"530","(Q) incident(s)","214","0"},
565  {"531","(Q) broken down vehicle(s)","211","0"},
566  {"532","(Q) broken down vehicle(s). Danger","393","0"},
567  {"533","(Q) broken down heavy lorr(y/ies)","212","0"},
568  {"534","(Q) broken down heavy lorr(y/ies). Danger","394","0"},
569  {"535","(Q) broken down bus(es)","346","0"},
570  {"536","over-height warning system triggered","11"," "},
571  {"537","clearance work","924"," "},
572  {"538","clearance work. Danger","1034"," "},
573  {"539","rescue and recovery work in progress","397"," "},
574  {"540","rescue and recovery work in progress. Danger","1066"," "},
575  {"541"," "," "," "},
576  {"542","incident cleared","396"," "},
577  {"543","road cleared","395"," "},
578  {"544"," "," "," "},
579  {"545","message cancelled","2028"," "},
580  {"546"," "," "," "},
581  {"547"," "," "," "},
582  {"548"," "," "," "},
583  {"549"," "," "," "},
584  {"550","intermittent short term closures","666"," "},
585  {"551","Closed","401"," "},
586  {"552","road closed due to (Q) accident(s)","240","0"},
587  {"553","closed, rescue and recovery work in progress","16"," "},
588  {"554","(Q) lane(s) closed","500","0"},
589  {"555","(Q) right lane(s) closed","501","0"},
590  {"556","(Q) centre lane(s) closed","502","0"},
591  {"557","(Q) left lane(s) closed","503","0"},
592  {"558","hard shoulder closed","504"," "},
593  {"559","emergency lane closed","637"," "},
594  {"560","(Q) overtaking lane(s) closed","41","0"},
595  {"561","one lane closed","641"," "},
596  {"562","two lanes closed","505"," "},
597  {"563","three lanes closed","506"," "},
598  {"564","carriageway reduced (from Q lanes) one lane","514","0"},
599  {"565","carriageway reduced (from Q lanes) two lanes","515","0"},
600  {"566","carriageway reduced (from Q lanes) three lanes","516","0"},
601  {"567","contraflow. Carriageway reduced (from Q lanes) to one lane","601","0"},
602  {"568","contraflow. Carriageway reduced (from Q lanes) to two lanes","602","0"},
603  {"569","contraflow. Carriageway reduced (from Q lanes) to three lanes","603","0"},
604  {"570","closed due to (Q sets of) roadworks","735","0"},
605  {"571","(Q sets of) roadworks. Right lane closed","736","0"},
606  {"572","(Q sets of) roadworks. Centre lane closed","737","0"},
607  {"573","(Q sets of) roadworks. Left lane closed","738","0"},
608  {"574","(Q sets of) roadworks. Hard shoulder closed","739","0"},
609  {"575","(Q sets of) roadworks. Two lanes closed","740","0"},
610  {"576","(Q sets of) roadworks. Three lanes closed","741","0"},
611  {"577","roadworks, (Q) overtaking lane(s) closed","51","0"},
612  {"578","roadworks. Carriageway reduced (from Q lanes) to one lane","743","0"},
613  {"579","roadworks. Carriageway reduced (from Q lanes) to two lanes","744","0"},
614  {"580","roadworks. Carriageway reduced (from Q lanes) to three lanes","745","0"},
615  {"581","resurfacing work. Carriageway reduced (from Q lanes) to one lane","776","0"},
616  {"582","resurfacing work. Carriageway reduced (from Q lanes) to two lanes","777","0"},
617  {"583","resurfacing work. Carriageway reduced (from Q lanes) to three lanes","778","0"},
618  {"584","(Q sets of) road marking work. Right lane closed","793","0"},
619  {"585","(Q sets of) road marking work. Centre lane closed","794","0"},
620  {"586","(Q sets of) road marking work. Left lane closed","795","0"},
621  {"587","(Q sets of) road marking work. Hard shoulder closed","796","0"},
622  {"588","(Q sets of) road marking work. Two lanes closed","797","0"},
623  {"589","(Q sets of) road marking work. Three lanes closed","798","0"},
624  {"590","(Q sets of) slow moving maintenance vehicles. Right lane closed","835","0"},
625  {"591","(Q sets of) slow moving maintenance vehicles. Centre lane closed","836","0"},
626  {"592","(Q sets of) slow moving maintenance vehicles. Left lane closed","837","0"},
627  {"593","(Q sets of) slow moving maintenance vehicles. Two lanes closed","838","0"},
628  {"594","(Q sets of) slow moving maintenance vehicles. Three lanes closed","839","0"},
629  {"595","closed for bridge demolition work (at Q bridges)","799","0"},
630  {"596","road closed due to landslips","947"," "},
631  {"597","road closed due to burst water main","957"," "},
632  {"598","closed due to serious fire","965"," "},
633  {"599","subsidence. Carriageway reduced (from Q lanes) to one lane","951","0"},
634  {"600","subsidence. Carriageway reduced (from Q lanes) to two lanes","952","0"},
635  {"601","subsidence. Carriageway reduced (from Q lanes) to three lanes","953","0"},
636  {"602","closed due to sewer collapse","956"," "},
637  {"603","closed due to gas leak","961"," "},
638  {"604","closed for clearance work","969"," "},
639  {"605","snow on the road. Carriageway reduced (from Q lanes) to one lane","1021","0"},
640  {"606","snow on the road. Carriageway reduced (from Q lanes) to two lanes","1022","0"},
641  {"607","snow on the road. Carriageway reduced (from Q lanes) to three lanes","1023","0"},
642  {"608","(Q) accident(s). Right lane blocked","241","0"},
643  {"609","(Q) accident(s). Centre lane blocked","242","0"},
644  {"610","(Q) accident(s). Left lane blocked","243","0"},
645  {"611","(Q) accident(s). Hard shoulder blocked","244","0"},
646  {"612","(Q) accident(s). Two lanes blocked","245","0"},
647  {"613","(Q) accident(s). Three lanes blocked","246","0"},
648  {"614","blocked by (Q) shed load(s)","303","0"},
649  {"615","(Q) shed load(s). Right lane blocked","304","0"},
650  {"616","(Q) shed load(s). Centre lane blocked","305","0"},
651  {"617","(Q) shed load(s). Left lane blocked","306","0"},
652  {"618","(Q) shed load(s). Hard shoulder blocked","307","0"},
653  {"619","(Q) shed load(s). Two lanes blocked","308","0"},
654  {"620","(Q) shed load(s). Three lanes blocked","309","0"},
655  {"621","blocked by (Q) overturned vehicle(s)","369","0"},
656  {"622","(Q) overturned vehicle(s). Right lane blocked","370","0"},
657  {"623","(Q) overturned vehicle(s). Centre lane blocked","371","0"},
658  {"624","(Q) overturned vehicle(s). Left lane blocked","372","0"},
659  {"625","(Q) overturned vehicle(s). Two lanes blocked","373","0"},
660  {"626","(Q) overturned vehicle(s). Three lanes blocked","374","0"},
661  {"627","blocked by (Q) broken down vehicle(s).","323","0"},
662  {"628","(Q) broken down vehicle(s). Right lane blocked","324","0"},
663  {"629","(Q) broken down lane vehicle(s). Centre lane blocked","325","0"},
664  {"630","(Q) broken down vehicle(s). Left lane blocked","326","0"},
665  {"631","(Q) broken down vehicle(s). Hard shoulder blocked","327","0"},
666  {"632","(Q) broken down vehicle(s). Two lanes blocked","328","0"},
667  {"633","(Q) broken down vehicle(s). Three lanes blocked","329","0"},
668  {"634","blocked","402"," "},
669  {"635","(Q) lane(s) blocked","520","0"},
670  {"636","(Q) right lane(s) blocked","507","0"},
671  {"637","(Q) centre lane(s) blocked","508","0"},
672  {"638","(Q) left lane(s) blocked","509","0"},
673  {"639","hard shoulder blocked","510"," "},
674  {"640","emergency lane blocked","642"," "},
675  {"641","(Q) overtaking lane(s) blocked","42","0"},
676  {"642","One lane blocked","646"," "},
677  {"643","Two lanes blocked","511"," "},
678  {"644","three lanes blocked","512"," "},
679  {"645","blocked by (Q) obstruction(s) on the road","980","0"},
680  {"646","blocked due to spillage on roadway","982"," "},
681  {"647","blocked by storm damage","925"," "},
682  {"648","blocked by (Q) fallen trees","926","0"},
683  {"649","blocked by fallen power cables","987"," "},
684  {"650","contraflow","517"," "},
685  {"651","narrow lanes","518"," "},
686  {"652","contraflow with narrow lanes","519"," "},
687  {"653","single alternate line traffic","513"," "},
688  {"654","(Q sets of) roadworks. Contraflow","746","0"},
689  {"655","(Q sets of) roadworks. Single alternate line traffic","742","0"},
690  {"656","(Q sections of) resurfacing work. Contraflow","779","0"},
691  {"657","(Q sections of) resurfacing work. Single alternate line traffic","775","0"},
692  {"658","subsidence. Contraflow in operation","954"," "},
693  {"659","turning lane closed","638"," "},
694  {"660","turning lane blocked","643"," "},
695  {"661","crawler lane closed","639"," "},
696  {"662","slow vehicle lane closed","640"," "},
697  {"663","heavy vehicle lane closed","678"," "},
698  {"664","crawler lane blocked","644"," "},
699  {"665","slow vehicle lane blocked","645"," "},
700  {"666","heavy vehicle lane blocked","679"," "},
701  {"667","lane blockages cleared","657"," "},
702  {"668","road cleared","631"," "},
703  {"669","contraflow removed","658"," "},
704  {"670","reopened","467"," "},
705  {"671","open","630"," "},
706  {"672","lane closures removed","624"," "},
707  {"673","carriageway closed","664"," "},
708  {"674","both directions closed","665"," "},
709  {"675","message cancelled","625"," "},
710  {"676"," "," "," "},
711  {"677"," "," "," "},
712  {"678"," "," "," "},
713  {"679"," "," "," "},
714  {"680"," "," "," "},
715  {"681","parallel carriageway closed","479"," "},
716  {"682","right-hand parallel carriageway closed","480"," "},
717  {"683","left-hand parallel carriageway closed","481"," "},
718  {"684","express lanes closed","482"," "},
719  {"685","through traffic lanes closed","483"," "},
720  {"686","local lanes closed","484"," "},
721  {"687","parallel carriageway blocked","486"," "},
722  {"688","right-hand parallel carriageway blocked","487"," "},
723  {"689","left-hand parallel carriageway blocked","488"," "},
724  {"690","express lanes blocked","489"," "},
725  {"691","through traffic lanes blocked","490"," "},
726  {"692","local lanes blocked","491"," "},
727  {"693","bus lane closed","1982"," "},
728  {"694","bus lane blocked","676"," "},
729  {"695","bridge blocked","26"," "},
730  {"696","tunnel blocked","27"," "},
731  {"697"," "," "," "},
732  {"698","all carriageways cleared","663"," "},
733  {"699","all carriageways reopened","634"," "},
734  {"700"," "," "," "},
735  {"701","message cancelled","672"," "},
736  {"702"," "," "," "},
737  {"703"," "," "," "},
738  {"704"," "," "," "},
739  {"705"," "," "," "},
740  {"706"," "," "," "},
741  {"707","(Q th) exit slip road closed","407","0"},
742  {"708","(Q) exit slip road(s) closed","474","0"},
743  {"709","(Q th) exit slip road blocked","475","0"},
744  {"710","exit blocked","476"," "},
745  {"711","slip roads closed","408"," "},
746  {"712","slip roads blocked","477"," "},
747  {"713","slip road restrictions","409"," "},
748  {"714","connecting carriageway closed","478"," "},
749  {"715","connecting carriageway blocked","485"," "},
750  {"716"," "," "," "},
751  {"717","exit reopened","633"," "},
752  {"718","slip roads reopened","466"," "},
753  {"719"," "," "," "},
754  {"720","message cancelled","673"," "},
755  {"721"," "," "," "},
756  {"722"," "," "," "},
757  {"723"," "," "," "},
758  {"724"," "," "," "},
759  {"725"," "," "," "},
760  {"726","(Q th) entry slip road closed","406","0"},
761  {"727","(Q) entry slip road(s) closed","471","0"},
762  {"728","(Q th) entry slip road blocked","472","0"},
763  {"729","entry blocked","473"," "},
764  {"730"," "," "," "},
765  {"731","entry reopened","632"," "},
766  {"732"," "," "," "},
767  {"733","message cancelled","399"," "},
768  {"734"," "," "," "},
769  {"735"," "," "," "},
770  {"736"," "," "," "},
771  {"737"," "," "," "},
772  {"738"," "," "," "},
773  {"739","no motor vehicles","492"," "},
774  {"740","restrictions","493"," "},
775  {"741","no motor vehicles without catalytic converters","627"," "},
776  {"742","no motor vehicles with even-numbered registration plates","628"," "},
777  {"743","no motor vehicles with odd-numbered registration plates","629"," "},
778  {"744","no through traffic","405"," "},
779  {"745","no through traffic for heavy lorries (over Q)","404","8"},
780  {"746","smog alert","1332"," "},
781  {"747","no motor vehicles due to smog alert","1338"," "},
782  {"748","closed ahead","469"," "},
783  {"749","blocked ahead","470"," "},
784  {"750","closed due to smog alert (until Q)","2000","7"},
785  {"751","closed due to major event","1527"," "},
786  {"752","closed due to sports meeting","1541"," "},
787  {"753","closed due to fair","1555"," "},
788  {"754","closed due to parade","1559"," "},
789  {"755","closed due to strike","1563"," "},
790  {"756","closed due to demonstration","1567"," "},
791  {"757","closed due to security alert","1580"," "},
792  {"758","closed due to security incident","1485"," "},
793  {"759","closed due to flooding","938"," "},
794  {"760","closed due to avalanches","943"," "},
795  {"761","closed due to avalanche risk","993"," "},
796  {"762","closed due to ice build-up","995"," "},
797  {"763","closed due to rockfalls","945"," "},
798  {"764","closed due to subsidence","949"," "},
799  {"765","service area busy","2013"," "},
800  {"766","service area overcrowded, drive to another service area","20"," "},
801  {"767","service area, fuel station closed","22"," "},
802  {"768","service area, restaurant closed","23"," "},
803  {"769","bridge closed","24"," "},
804  {"770","tunnel closed","25"," "},
805  {"771","closed for heavy vehicles (over Q)","403","8"},
806  {"772","closed for heavy lorries (over Q)","494","8"},
807  {"773","use of hard shoulder allowed","661"," "},
808  {"774","traffic regulations have been changed","1854"," "},
809  {"775","road closed intermittently","28"," "},
810  {"776","police directing traffic","1971"," "},
811  {"777","bus lane available for all vehicles","1972"," "},
812  {"778","police directing traffic via the bus-lane","1973"," "},
813  {"779","heavy vehicle lane available for all vehicles","1978"," "},
814  {"780","police directing traffic via the heavy vehicle lane","1979"," "},
815  {"781","normal lane regulations restored","662"," "},
816  {"782","allow emergency vehicles to pass","1974"," "},
817  {"783","allow emergency vehicles to pass in the heavy vehicle lane","1977"," "},
818  {"784","allow emergency vehicles to pass in the carpool lane","1961"," "},
819  {"785","closed for high-sided vehicles due to strong winds (Q)","1212","4"},
820  {"786"," "," "," "},
821  {"787","lane restrictions lifted","660"," "},
822  {"788","restrictions for high-sided vehicles lifted","1215"," "},
823  {"789","reopened for through traffic","680"," "},
824  {"790","fuel station reopened","36"," "},
825  {"791","restaurant reopened","37"," "},
826  {"792","motor vehicle restrictions lifted","635"," "},
827  {"793","smog alert ended","40"," "},
828  {"794","traffic restrictions lifted {reopened for all traffic}","636"," "},
829  {"795"," "," "," "},
830  {"796","message cancelled","468"," "},
831  {"797"," "," "," "},
832  {"798"," "," "," "},
833  {"799"," "," "," "},
834  {"800"," "," "," "},
835  {"801"," "," "," "},
836  {"802","(Q person) carpool lane in operation","647","0"},
837  {"803","(Q person) carpool lane closed","648","0"},
838  {"804","(Q person) carpool lane blocked","649","0"},
839  {"805","bus lane available for carpools (with at least Q occupants)","671","0"},
840  {"806","carpool restrictions changed (to Q persons per vehicle)","650","0"},
841  {"807","carpool lane available for all vehicles","1962"," "},
842  {"808","police directing traffic via the carpool lane","1963"," "},
843  {"809","closed for vehicles with less than three occupants {not valid for lorries}","2006"," "},
844  {"810","closed for vehicles with only one occupant {not valid for lorries}","2007"," "},
845  {"811"," "," "," "},
846  {"812","(Q person) carpool restrictions lifted","659","0"},
847  {"813"," "," "," "},
848  {"814","message cancelled","2029"," "},
849  {"815"," "," "," "},
850  {"816"," "," "," "},
851  {"817"," "," "," "},
852  {"818"," "," "," "},
853  {"819"," "," "," "},
854  {"820","(Q sets of) roadworks","701","0"},
855  {"821","(Q sets of) major roadworks","702","0"},
856  {"822","(Q sets of) long-term roadworks","802","0"},
857  {"823","(Q sets of) construction work","803","0"},
858  {"824","(Q sections of) resurfacing work","704","0"},
859  {"825","(Q sets of) central reservation work","705","0"},
860  {"826","(Q sets of) maintenance work","703","0"},
861  {"827","roadwork clearance in progress","853"," "},
862  {"828","bridge maintenance work (at Q bridges)","707","0"},
863  {"829","bridge demolition work (at Q bridges)","805","0"},
864  {"830","(Q sections of) blasting work","709","0"},
865  {"831","(Q sets of) roadworks on the hard shoulder","52","0"},
866  {"832","(Q sets of) roadworks in the emergency lane","53","0"},
867  {"833","(Q sets of) roadworks during the day time","815","0"},
868  {"834","(Q sets of) roadworks during off-peak periods","816","0"},
869  {"835","(Q sets of) roadworks during the night","817","0"},
870  {"836","(Q sets of) resurfacing work during the day time","821","0"},
871  {"837","(Q sets of) resurfacing work during off- peak periods","822","0"},
872  {"838","(Q sets of) resurfacing work during the night","823","0"},
873  {"839","(Q sets of) temporary traffic lights","708","0"},
874  {"840","(Q sets of) water main work","806","0"},
875  {"841","(Q sets of) gas main work","807","0"},
876  {"842","(Q sets of) work on buried cables","808","0"},
877  {"843","(Q sets of) work on buried services","809","0"},
878  {"844","new roadworks layout","810"," "},
879  {"845","road layout unchanged","855"," "},
880  {"846","new road layout","811"," "},
881  {"847"," "," "," "},
882  {"848","maintenance work cleared","854"," "},
883  {"849","roadworks cleared","800"," "},
884  {"850"," "," "," "},
885  {"851","message cancelled","801"," "},
886  {"852"," "," "," "},
887  {"853"," "," "," "},
888  {"854"," "," "," "},
889  {"855"," "," "," "},
890  {"856"," "," "," "},
891  {"857","(Q) obstruction(s) on roadway {something that does block the road or part of it}","901","0"},
892  {"858","(Q) obstructions on the road. Danger","902","0"},
893  {"859","(Q) obstructions on the road. Passable with care","981","0"},
894  {"860","(Q) object(s) on roadway {something that does not neccessarily block the road or part of it} ","61","0"},
895  {"861","(Q) object(s) on the road. Danger","63","0"},
896  {"862","(Q) shed load(s)","210","0"},
897  {"863","(Q) shed load(s). Danger","359","0"},
898  {"864","spillage on the road","903"," "},
899  {"865","spillage on the road. Danger","984"," "},
900  {"866","storm damage","904"," "},
901  {"867","storm damage. Danger","986"," "},
902  {"868","storm damage expected","972"," "},
903  {"869","(Q) fallen trees","905","0"},
904  {"870","(Q) fallen trees. Danger","906","0"},
905  {"871","fallen power cables","973"," "},
906  {"872","fallen power cables. Danger","989"," "},
907  {"873","flooding","907"," "},
908  {"874","flooding expected","900"," "},
909  {"875","flooding. Danger","908"," "},
910  {"876","sewer overflow","974"," "},
911  {"877","sewer overflow. Danger","990"," "},
912  {"878","flash floods","909"," "},
913  {"879","danger of flash floods","910"," "},
914  {"880","flash floods. Danger","991"," "},
915  {"881","avalanches","911"," "},
916  {"882","avalanches. Danger","992"," "},
917  {"883","avalanche risk","912"," "},
918  {"884","avalanche risk. Danger","994"," "},
919  {"885","ice build-up","975"," "},
920  {"886","rockfalls","913"," "},
921  {"887","rockfalls. Danger","998"," "},
922  {"888","landslips","914"," "},
923  {"889","landslips. Danger","999"," "},
924  {"890","mud slide","976"," "},
925  {"891","earthquake damage","915"," "},
926  {"892","earthquake damage. Danger","1000"," "},
927  {"893","subsidence","917"," "},
928  {"894","subsidence. Danger","1026"," "},
929  {"895","(Q) collapsed sewer(s)","918","0"},
930  {"896","sewer collapse. Danger","1030"," "},
931  {"897","burst water main","919"," "},
932  {"898","burst water main. Danger","1031"," "},
933  {"899","(Q) burst pipe(s)","62","0"},
934  {"900","burst pipe. Danger","64"," "},
935  {"901","gas leak","920"," "},
936  {"902","gas leak. Danger","1032"," "},
937  {"903","grass fire","977"," "},
938  {"904","serious fire","921"," "},
939  {"905","serious fire. Danger","1033"," "},
940  {"906","air crash","978"," "},
941  {"907","rail crash","979"," "},
942  {"908","spillage on the road. Passable with care","983"," "},
943  {"909","storm damage. Passable with care","985"," "},
944  {"910","(Q) fallen tree(s). Passable with care","927","0"},
945  {"911","fallen power cables. Passable with care","988"," "},
946  {"912","flooding. Passable with care","942"," "},
947  {"913","avalanches. Passable with care (above Q hundred metres)","944","0"},
948  {"914","ice build-up. Passable with care (above Q hundred metres)","996","0"},
949  {"915","rockfalls. Passable with care","946"," "},
950  {"916","landslips. Passable with care","948"," "},
951  {"917","subsidence. Passable with care","955"," "},
952  {"918","subsidence. Single alternate line traffic","950"," "},
953  {"919","ice build-up. Single alternate traffic","997"," "},
954  {"920","spillage occurring from moving vehicle","1709"," "},
955  {"921","(Q) slow moving maintenance vehicle(s)","1700","0"},
956  {"922"," "," "," "},
957  {"923","obstruction warning withdrawn","898"," "},
958  {"924","clearance work in progress, road free again","899"," "},
959  {"925","road free again","970"," "},
960  {"926","road cleared","1712"," "},
961  {"927","house fire","1084"," "},
962  {"928"," "," "," "},
963  {"929","vehicle stuck under bridge","1086"," "},
964  {"930"," "," "," "},
965  {"931","message cancelled","971"," "},
966  {"932"," "," "," "},
967  {"933"," "," "," "},
968  {"934","animals on roadway","922"," "},
969  {"935","sightseers obstructing access","1471"," "},
970  {"936","people on roadway","1472"," "},
971  {"937","children on roadway","1473"," "},
972  {"938","cyclists on roadway","1474"," "},
973  {"939","animals on the road. Danger","923"," "},
974  {"940","people on roadway. Danger","1482"," "},
975  {"941","children on roadway. Danger","1483"," "},
976  {"942","cyclists on roadway. Danger","1484"," "},
977  {"943","large animals on roadway","1067"," "},
978  {"944","herds of animals on roadway","1068"," "},
979  {"945","construction traffic merging","852"," "},
980  {"946","construction traffic merging. Danger","856"," "},
981  {"947","(Q sets of) road marking work","706","0"},
982  {"948","(Q sets of) road marking work. Danger","824","0"},
983  {"949","warning cleared","1771"," "},
984  {"950","(Q) unprotected accident area(s)","857","0"},
985  {"951","danger of (Q) unprotected accident area(s)","858","0"},
986  {"952","(Q) unlit vehicle(s) on the road","859","0"},
987  {"953","danger of (Q) unlit vehicle(s) on the road","860","0"},
988  {"954","snow and ice debris","861"," "},
989  {"955","danger of snow and ice debris","862"," "},
990  {"956","message cancelled","2030"," "},
991  {"957"," "," "," "},
992  {"958","impassable (above Q hundred metres)","1035","0"},
993  {"959","almost impassable (above Q hundred metres)","1036","0"},
994  {"960","extremely hazardous driving conditions (above Q hundred metres)","1037","0"},
995  {"961","extremely hazardous driving conditions expected (above Q hundred meters)","1073","0"},
996  {"962","hazardous driving conditions (above Q hundred metres)","1001","0"},
997  {"963","difficult driving conditions (above Q hundred metres)","1038","0"},
998  {"964","passable with care (up to Q hundred metres)","1039","0"},
999  {"965","passable (up to Q hundred metres)","1040","0"},
1000  {"966","impassable for heavy vehicles (over Q)","1063","8"},
1001  {"967","impassable (above Q hundred metres) for vehicles with trailers","1064","0"},
1002  {"968","surface water hazard","1041"," "},
1003  {"969","danger of aquaplaning","1002"," "},
1004  {"970","slippery road (above Q hundred metres)","1003","0"},
1005  {"971","mud on road","1004"," "},
1006  {"972","mud on road. Danger","1055"," "},
1007  {"973","leaves on road","1005"," "},
1008  {"974","loose sand on road","1042"," "},
1009  {"975","loose chippings","1043"," "},
1010  {"976","loose chippings. Danger","1056"," "},
1011  {"977","oil on road","1044"," "},
1012  {"978","oil on road. Danger","1057"," "},
1013  {"979","petrol on road","1045"," "},
1014  {"980","petrol on road. Danger","1058"," "},
1015  {"981","road surface in poor condition","916"," "},
1016  {"982","road surface in poor condition. Danger","1059"," "},
1017  {"983","ice (above Q hundred metres)","1006","0"},
1018  {"984","danger of ice (above Q hundred metres)","1007","0"},
1019  {"985","icy patches (above Q hundred metres)","1047","0"},
1020  {"986","danger of icy patches (above Q hundred metres)","1048","0"},
1021  {"987","black ice (above Q hundred metres)","1008","0"},
1022  {"988","danger of black ice (above Q hundred metres)","1050","0"},
1023  {"989","freezing rain (above Q hundred metres)","1009","0"},
1024  {"990","freezing rain expected (above Q hundred metres)","1074","0"},
1025  {"991","wet and icy roads (above Q hundred metres)","1010","0"},
1026  {"992","slush (above Q hundred metres)","1011","0"},
1027  {"993","snow on the road (above Q hundred metres)","1012","0"},
1028  {"994","packed snow (above Q hundred metres)","1013","0"},
1029  {"995","fresh snow (above Q hundred metres)","1014","0"},
1030  {"996","deep snow (above Q hundred metres)","1015","0"},
1031  {"997","snow drifts (above Q hundred metres)","1016","0"},
1032  {"998","slippery road (above Q hundred metres) due to snow","1018","0"},
1033  {"999","slippery road (above Q hundred metres) due to frost","1019","0"},
1034  {"1000","slippery due to spillage on roadway","1017"," "},
1035  {"1001","slippery due to loose sand on roadway","1054"," "},
1036  {"1002","icy patches (above Q hundred metres) on bridges","1060","0"},
1037  {"1003","danger of icy patches (above Q hundred metres) on bridges","1061","0"},
1038  {"1004","icy patches (above Q hundred metres) on bridges, in shaded areas and on slip roads","1062","0"},
1039  {"1005","road blocked by snow (above Q hundred metres)","1020","0"},
1040  {"1006","danger of road being blocked by snow (above Q hundred metres)","1075","0"},
1041  {"1007","conditions of road surface improved","1024"," "},
1042  {"1008","snow cleared","1070"," "},
1043  {"1009","driving conditions improved","1065"," "},
1044  {"1010","skid hazard reduced","1069"," "},
1045  {"1011","rain changing to snow","1165"," "},
1046  {"1012","snow changing to rain","1166"," "},
1047  {"1013","message cancelled","1025"," "},
1048  {"1014"," "," "," "},
1049  {"1015"," "," "," "},
1050  {"1016"," "," "," "},
1051  {"1017"," "," "," "},
1052  {"1018"," "," "," "},
1053  {"1019","current temperature (Q)","1083","6"},
1054  {"1020","heavy frost","1115"," "},
1055  {"1021","frost","1116"," "},
1056  {"1022","temperature falling rapidly (to Q)","1079","6"},
1057  {"1023","extreme heat (up to Q)","1080","6"},
1058  {"1024","extreme cold (of Q)","1081","6"},
1059  {"1025"," "," "," "},
1060  {"1026","less extreme temperatures","1082"," "},
1061  {"1027"," "," "," "},
1062  {"1028","message cancelled","1127"," "},
1063  {"1029"," "," "," "},
1064  {"1030"," "," "," "},
1065  {"1031"," "," "," "},
1066  {"1032"," "," "," "},
1067  {"1033"," "," "," "},
1068  {"1034","damaging hail (visibility reduced to Q)","1132","2"},
1069  {"1035","damaging hail (with visibility reduced to Q) expected","1174","2"},
1070  {"1036","hail (visibility reduced to Q)","1106","2"},
1071  {"1037","sleet (visibility reduced to Q)","1107","2"},
1072  {"1038","thunderstorms (visibility reduced to Q)","1108","2"},
1073  {"1039","winter storm (visibility reduced to Q)","1128","2"},
1074  {"1040","blizzard (visibility reduced to Q)","1130","2"},
1075  {"1041","blizzard (with visibility reduced to Q) expected","1173","2"},
1076  {"1042","heavy snowfall (Q)","1101","10"},
1077  {"1043","heavy snowfall (Q) expected","1170","10"},
1078  {"1044","heavy snowfall. Visibility reduced (to Q)","1134","2"},
1079  {"1045","heavy snowfall (Q). Visibility reduced to <30 m","1102","10"},
1080  {"1046","heavy snowfall (Q). Visibility reduced to <50 m","1103","10"},
1081  {"1047","snowfall (Q)","1104","10"},
1082  {"1048","snowfall. Visibility reduced (to Q)","1135","2"},
1083  {"1049","snowfall (Q). Visibility reduced to <100 m","1105","10"},
1084  {"1050","heavy rain (Q)","1109","10"},
1085  {"1051","heavy rain (Q) expected","1171","10"},
1086  {"1052","heavy rain. Visibility reduced (to Q)","1136","2"},
1087  {"1053","heavy rain (Q). Visibility reduced to <30 m","1110","10"},
1088  {"1054","heavy rain (Q). Visibility reduced to <50 m","1111","10"},
1089  {"1055","rain (Q)","1112","10"},
1090  {"1056","rain. Visibility reduced (to Q)","1137","2"},
1091  {"1057","rain (Q). Visibility reduced to <100 m","1113","10"},
1092  {"1058","showers (visibility reduced to Q)","1114","2"},
1093  {"1059","visibility reduced (to Q)","1318","2"},
1094  {"1060","visibility reduced to <30 m","1319"," "},
1095  {"1061","visibility reduced to <50 m","1320"," "},
1096  {"1062","visibility reduced to <100 m","1321"," "},
1097  {"1063","reduced visibility (to Q) expected","1175","2"},
1098  {"1064","white out (visibility reduced to Q)","1322","2"},
1099  {"1065","blowing snow (visibility reduced to Q)","1323","2"},
1100  {"1066","smoke hazard (visibility reduced to Q)","1309","2"},
1101  {"1067","spray hazard (visibility reduced to Q)","1324","2"},
1102  {"1068","low sun glare","1325"," "},
1103  {"1069","blowing dust (visibility reduced to Q)","1310","2"},
1104  {"1070","sandstorms (visibility reduced to Q)","1326","2"},
1105  {"1071","swarms of insects (visibility reduced to Q)","1340","2"},
1106  {"1072","dense fog (visibility reduced to Q)","1301","2"},
1107  {"1073","dense fog (with visibility reduced to Q) expected","1177","2"},
1108  {"1074","fog (visibility reduced to Q)","1304","2"},
1109  {"1075","patchy fog (visibility reduced to Q)","1307","2"},
1110  {"1076","patchy fog (with visibility reduced to Q) expected","1178","2"},
1111  {"1077","freezing fog (visibility reduced to Q)","1308","2"},
1112  {"1078","freezing fog (visibility reduced to Q). Slippery roads","1337","2"},
1113  {"1079","freezing fog expected (with visibility reduced to Q). Danger of slippery roads","1176","2"},
1114  {"1080","dense fog. Visibility reduced to <30 m","1302"," "},
1115  {"1081","dense fog. Visibility reduced to <50 m","1303"," "},
1116  {"1082","fog. Visibility reduced to <100 m","1305"," "},
1117  {"1083","snowfall and fog (visibility reduced to Q)","1312","2"},
1118  {"1084"," "," "," "},
1119  {"1085","fog forecast withdrawn","1346"," "},
1120  {"1086","fog clearing","1345"," "},
1121  {"1087","visibility improved","1313"," "},
1122  {"1088","visibility expected to improve","1179"," "},
1123  {"1089","weather expected to improve","1172"," "},
1124  {"1090","weather situation improved","1126"," "},
1125  {"1091","adverse weather warning withdrawn","1180"," "},
1126  {"1092"," "," "," "},
1127  {"1093","message cancelled","1314"," "},
1128  {"1094"," "," "," "},
1129  {"1095"," "," "," "},
1130  {"1096"," "," "," "},
1131  {"1097"," "," "," "},
1132  {"1098"," "," "," "},
1133  {"1099","tornadoes","1201"," "},
1134  {"1100","hurricane force winds (Q)","1202","4"},
1135  {"1101","gales (Q)","1203","4"},
1136  {"1102","storm force winds (Q)","1204","4"},
1137  {"1103","strong winds (Q)","1205","4"},
1138  {"1104","gusty winds (Q)","1209","4"},
1139  {"1105","crosswinds (Q)","1210","4"},
1140  {"1106","strong winds (Q) affecting high-sided vehicles","1211","4"},
1141  {"1107","severe smog","1190"," "},
1142  {"1108","severe exhaust pollution","1191"," "},
1143  {"1109"," "," "," "},
1144  {"1110","tornado warning ended","1217"," "},
1145  {"1111","strong winds easing","1213"," "},
1146  {"1112"," "," "," "},
1147  {"1113","message cancelled","1214"," "},
1148  {"1114"," "," "," "},
1149  {"1115"," "," "," "},
1150  {"1116"," "," "," "},
1151  {"1117"," "," "," "},
1152  {"1118"," "," "," "},
1153  {"1119","major event","1501"," "},
1154  {"1120","several major events","1590"," "},
1155  {"1121","sports event meeting","1502"," "},
1156  {"1122","international sports meeting","1450"," "},
1157  {"1123","match","1451"," "},
1158  {"1124","tournament","1452"," "},
1159  {"1125","athletics meeting","1453"," "},
1160  {"1126","ball game","1454"," "},
1161  {"1127","boxing tournament","1455"," "},
1162  {"1128","bull fight","1456"," "},
1163  {"1129","cricket match","1457"," "},
1164  {"1130","cycle race","1458"," "},
1165  {"1131","football match","1459"," "},
1166  {"1132","golf tournament","1460"," "},
1167  {"1133","marathon","1461"," "},
1168  {"1134","race meeting","1462"," "},
1169  {"1135","rugby match","1463"," "},
1170  {"1136","show jumping","1464"," "},
1171  {"1137","tennis tournament","1465"," "},
1172  {"1138","water sports meeting","1466"," "},
1173  {"1139","winter sports meeting","1467"," "},
1174  {"1140","show","1503"," "},
1175  {"1141","festival","1504"," "},
1176  {"1142","exhibition","1505"," "},
1177  {"1143","market","1507"," "},
1178  {"1144","fair","1506"," "},
1179  {"1145","funfair","1468"," "},
1180  {"1146","trade fair","1469"," "},
1181  {"1147","ceremonial event","1508"," "},
1182  {"1148","state occasion","1509"," "},
1183  {"1149","parade","1510"," "},
1184  {"1150","procession","1470"," "},
1185  {"1151","crowd","1511"," "},
1186  {"1152","strike","1475"," "},
1187  {"1153","march","1512"," "},
1188  {"1154","demonstration","1513"," "},
1189  {"1155","public disturbance","1514"," "},
1190  {"1156","information about major event no longer valid","1591"," "},
1191  {"1157","sports traffic cleared","1493"," "},
1192  {"1158","traffic disruption cleared","1496"," "},
1193  {"1159","automobile race","1592"," "},
1194  {"1160","baseball game","1593"," "},
1195  {"1161","basketball game","1594"," "},
1196  {"1162","boat race","1595"," "},
1197  {"1163","concert","1596"," "},
1198  {"1164","hockey game","1597"," "},
1199  {"1165","message cancelled","1585"," "},
1200  {"1166"," "," "," "},
1201  {"1167"," "," "," "},
1202  {"1168","security alert","1515"," "},
1203  {"1169","security incident","1476"," "},
1204  {"1170","police checkpoint","1477"," "},
1205  {"1171","bomb alert","1516"," "},
1206  {"1172","terrorist incident","1478"," "},
1207  {"1173","gunfire on roadway, danger","1479"," "},
1208  {"1174","civil emergency","1480"," "},
1209  {"1175","air raid, danger","1481"," "},
1210  {"1176","evacuation","1494"," "},
1211  {"1177"," "," "," "},
1212  {"1178","air raid warning cancelled","1587"," "},
1213  {"1179","security alert withdrawn","1492"," "},
1214  {"1180","civil emergency cancelled","1588"," "},
1215  {"1181"," "," "," "},
1216  {"1182","message cancelled","2033"," "},
1217  {"1183"," "," "," "},
1218  {"1184"," "," "," "},
1219  {"1185"," "," "," "},
1220  {"1186"," "," "," "},
1221  {"1187"," "," "," "},
1222  {"1188","delays (Q)","1601","5"},
1223  {"1189","delays (Q) expected","1607","5"},
1224  {"1190","delays (Q) possible","1650","5"},
1225  {"1191","delays up to 5 minutes","1621"," "},
1226  {"1192","delays up to 10 minutes","1622"," "},
1227  {"1193","delays up to 15 minutes","1602"," "},
1228  {"1194","delays up to 20 minutes","1623"," "},
1229  {"1195","delays up to 25 minutes","1624"," "},
1230  {"1196","delays up to 30 minutes","1603"," "},
1231  {"1197","delays up to 40 minutes","1625"," "},
1232  {"1198","delays up to 50 minutes","1626"," "},
1233  {"1199","delays up to one hour","1604"," "},
1234  {"1200","delays up to 90 minutes","1627"," "},
1235  {"1201","delays up to two hours","1605"," "},
1236  {"1202","delays up to three hours","1628"," "},
1237  {"1203","delays up to four hours","1629"," "},
1238  {"1204","delays up to five hours","1630"," "},
1239  {"1205","delays of several hours","1606"," "},
1240  {"1206","long delays (Q)","1608","5"},
1241  {"1207","very long delays (Q)","1631","5"},
1242  {"1208","delays of uncertain duration","1632"," "},
1243  {"1209","accident. Delays (Q)","247","5"},
1244  {"1210","accident. Delays (Q) expected","248","5"},
1245  {"1211","accident. Long delays (Q)","249","5"},
1246  {"1212","multi vehicle pile up. Delays (Q)","200","5"},
1247  {"1213","vehicles slowing to look at accident. Delays (Q)","275","5"},
1248  {"1214","vehicles slowing to look at accident. Delays (Q) expected","276","5"},
1249  {"1215","vehicles slowing to look at accident. Long delays (Q)","277","5"},
1250  {"1216","shed load. Delays (Q)","310","5"},
1251  {"1217","shed load. Delays (Q) expected","311","5"},
1252  {"1218","shed load. Long delays (Q)","312","5"},
1253  {"1219","overturned vehicle. Delays (Q)","375","5"},
1254  {"1220","overturned vehicle. Delays (Q) expected","376","5"},
1255  {"1221","overturned vehicle. Long delays (Q)","377","5"},
1256  {"1222","Delays (Q) due to earlier accident","388","5"},
1257  {"1223","Long delays (Q) due to earlier accident","390","5"},
1258  {"1224","broken down vehicle. Delays (Q)","330","5"},
1259  {"1225","broken down vehicle. Delays (Q) expected","331","5"},
1260  {"1226","broken down vehicle. Long delays (Q)","332","5"},
1261  {"1227","closed ahead. Delays (Q)","435","5"},
1262  {"1228","closed ahead. Delays (Q) expected","436","5"},
1263  {"1229","closed ahead. Long delays (Q)","437","5"},
1264  {"1230","blocked ahead. Delays (Q)","463","5"},
1265  {"1231","blocked ahead. Delays (Q) expected","464","5"},
1266  {"1232","blocked ahead. Long delays (Q)","465","5"},
1267  {"1233","roadworks. Delays (Q)","747","5"},
1268  {"1234","roadworks. Delays (Q) expected","748","5"},
1269  {"1235","roadworks. Long delays (Q)","749","5"},
1270  {"1236","resurfacing work. Delays (Q)","780","5"},
1271  {"1237","resurfacing work. Delays (Q) expected","781","5"},
1272  {"1238","resurfacing work. Long delays (Q)","782","5"},
1273  {"1239","water main work. Delays (Q)","840","5"},
1274  {"1240","water main work. Delays (Q) expected","841","5"},
1275  {"1241","water main work. Long delays (Q)","842","5"},
1276  {"1242","gas main work. Delays (Q)","843","5"},
1277  {"1243","gas main work. Delays (Q) expected","844","5"},
1278  {"1244","gas main work. Long delays (Q)","845","5"},
1279  {"1245","work on buried cables. Delays (Q)","846","5"},
1280  {"1246","work on buried cables. Delays (Q) expected","847","5"},
1281  {"1247","work on buried cables. Long delays (Q)","848","5"},
1282  {"1248","work on buried services. Delays (Q)","849","5"},
1283  {"1249","work on buried services. Delays (Q) expected","850","5"},
1284  {"1250","work on buried services. Long delays (Q)","851","5"},
1285  {"1251","flooding. Delays (Q)","939","5"},
1286  {"1252","flooding. Delays (Q) expected","940","5"},
1287  {"1253","flooding. Long delays (Q)","941","5"},
1288  {"1254","sewer collapse. Delays (Q)","1027","5"},
1289  {"1255","sewer collapse. Delays (Q) expected","1028","5"},
1290  {"1256","sewer collapse. Long delays (Q)","1029","5"},
1291  {"1257","burst water main. Delays (Q)","958","5"},
1292  {"1258","burst water main. Delays (Q) expected","959","5"},
1293  {"1259","burst water main. Long delays (Q)","960","5"},
1294  {"1260","gas leak. Delays (Q)","962","5"},
1295  {"1261","gas leak. Delays (Q) expected","963","5"},
1296  {"1262","gas leak. Long delays (Q)","964","5"},
1297  {"1263","serious fire. Delays (Q)","966","5"},
1298  {"1264","serious fire. Delays (Q) expected","967","5"},
1299  {"1265","serious fire. Long delays (Q)","968","5"},
1300  {"1266","major event. Delays (Q)","1528","5"},
1301  {"1267","major event. Delays (Q) expected","1529","5"},
1302  {"1268","major event. Long delays (Q)","1530","5"},
1303  {"1269","sports meeting. Delays (Q)","1542","5"},
1304  {"1270","sports meeting. Delays (Q) expected","1543","5"},
1305  {"1271","sports meeting. Long delays (Q)","1544","5"},
1306  {"1272","fair. Delays (Q)","1556","5"},
1307  {"1273","fair. Delays (Q) expected","1557","5"},
1308  {"1274","fair. Long delays (Q)","1558","5"},
1309  {"1275","parade. Delays (Q)","1560","5"},
1310  {"1276","parade. Delays (Q) expected","1561","5"},
1311  {"1277","parade. Long delays (Q)","1562","5"},
1312  {"1278","strike. Delays (Q)","1564","5"},
1313  {"1279","strike. Delays (Q) expected","1565","5"},
1314  {"1280","strike. Long delays (Q)","1566","5"},
1315  {"1281","demonstration. Delays (Q)","1568","5"},
1316  {"1282","demonstration. Delays (Q) expected","1569","5"},
1317  {"1283","demonstration. Long delays (Q)","1570","5"},
1318  {"1284","security alert. Delays (Q)","1581","5"},
1319  {"1285","security alert. Delays (Q) expected","1582","5"},
1320  {"1286","security alert. Long delays (Q)","1583","5"},
1321  {"1287","security incident. Delays (Q)","1486","5"},
1322  {"1288","security incident. Delays (Q) expected","1487","5"},
1323  {"1289","security incident. Long delays (Q)","1488","5"},
1324  {"1290","police checkpoint. Delays (Q)","1489","5"},
1325  {"1291","police checkpoint. Delays (Q) expected","1490","5"},
1326  {"1292","police checkpoint. Long delays (Q)","1491","5"},
1327  {"1293","delays (Q) for heavy vehicles","1609","5"},
1328  {"1294","delays (Q) for cars","91","5"},
1329  {"1295","delays (Q) for heavy lorr(y/ies)","1642","5"},
1330  {"1296","delays up to 15 minutes for heavy lorr(y/ies)","1610"," "},
1331  {"1297","delays up to 30 minutes for heavy lorr(y/ies)","1611"," "},
1332  {"1298","delays up to one hour for heavy lorr(y/ies)","1612"," "},
1333  {"1299","delays up to two hours for heavy lorr(y/ies)","1613"," "},
1334  {"1300","delays of several hours for heavy lorr(y/ies)","1614"," "},
1335  {"1301","delays (Q) for buses","1643","5"},
1336  {"1302","long delays expected","1653"," "},
1337  {"1303","very long delays expected","1654"," "},
1338  {"1304","abnormal load. Delays (Q) expected","1757","5"},
1339  {"1305","abnormal load. Long delays (Q)","1758","5"},
1340  {"1306","abnormal load. Delays (Q)","1756","5"},
1341  {"1307","abnormal load causing slow traffic. Delays (Q)","1740","5"},
1342  {"1308","convoy causing delays (Q)","1759","5"},
1343  {"1309","convoy. Delays (Q) expected","1760","5"},
1344  {"1310","convoy causing long delays (Q)","1761","5"},
1345  {"1311","convoy causing slow traffic. Delays (Q)","1741","5"},
1346  {"1312","traffic lights not working. Delays (Q)","1817","5"},
1347  {"1313","traffic lights not working. Delays (Q) expected","1818","5"},
1348  {"1314","traffic lights not working. Long delays (Q)","1819","5"},
1349  {"1315","traffic lights working incorrectly. Delays (Q)","1868","5"},
1350  {"1316","traffic lights working incorrectly. Delays (Q) expected","1869","5"},
1351  {"1317","traffic lights working incorrectly. Long delays (Q)","1870","5"},
1352  {"1318","temporary traffic lights not working. Delays (Q)","1876","5"},
1353  {"1319","temporary traffic lights not working. Delays (Q) expected","1877","5"},
1354  {"1320","temporary traffic lights not working. Long delays (Q)","1878","5"},
1355  {"1321","traffic signal control computer not working. Delays (Q)","1880","5"},
1356  {"1322","traffic signal control computer not working. Delays (Q) expected","1884","5"},
1357  {"1323","traffic signal control computer not working. Long delays (Q)","1885","5"},
1358  {"1324","level crossing failure. Delays (Q)","1830","5"},
1359  {"1325","level crossing failure. Delays (Q) expected","1831","5"},
1360  {"1326","level crossing failure. Long delays (Q)","1832","5"},
1361  {"1327","Snowplough. Delays (Q)","1858","5"},
1362  {"1328","delays cleared","1648"," "},
1363  {"1329","delay expected to be cleared","1663"," "},
1364  {"1330"," "," "," "},
1365  {"1331","message cancelled","1620"," "},
1366  {"1332"," "," "," "},
1367  {"1333"," "," "," "},
1368  {"1334"," "," "," "},
1369  {"1335"," "," "," "},
1370  {"1336"," "," "," "},
1371  {"1337","cancellations","1634"," "},
1372  {"1338","cancellations expected","1652"," "},
1373  {"1339","service suspended (until Q)","1615","7"},
1374  {"1340","delayed until further notice","1633"," "},
1375  {"1341","(Q) service withdrawn","1616","7"},
1376  {"1342","(Q) service(s) fully booked","1617","7"},
1377  {"1343","all services fully booked (until Q)","1655","7"},
1378  {"1344","park and ride service operating (until Q)","1906","7"},
1379  {"1345","park and ride service not operating (until Q)","1635","7"},
1380  {"1346","special public transport services operating (until Q)","1636","7"},
1381  {"1347","normal services not operating (until Q)","1637","7"},
1382  {"1348","rail services not operating (until Q)","1638","7"},
1383  {"1349","rail services irregular","1720"," "},
1384  {"1350","rail services irregular. Delays (Q)","1657","5"},
1385  {"1351","bus services irregular. Delays (Q)","1658","5"},
1386  {"1352","bus services not operating (until Q)","1639","7"},
1387  {"1353","rapid transit service not operating (until Q)","1649","7"},
1388  {"1354","shuttle service operating (until Q)","1640","7"},
1389  {"1355","free shuttle service operating (until Q)","1641","7"},
1390  {"1356","underground services irregular","1659"," "},
1391  {"1357","underground service not operating (until Q)","1651","7"},
1392  {"1358","service not operating, substitute service available","2021"," "},
1393  {"1359","public transport strike","2022"," "},
1394  {"1360","public transport services not operating","1721"," "},
1395  {"1361","ferry service not operating (until Q)","1661","7"},
1396  {"1362","(Q) service(s) fully booked for heavy vehicles","1618","7"},
1397  {"1363","(Q) service(s) fully booked for heavy lorr(y/ies)","1644","7"},
1398  {"1364","(Q) service(s) fully booked for buses","1645","7"},
1399  {"1365"," "," "," "},
1400  {"1366","normal public transport services resumed","1660"," "},
1401  {"1367","normal services resumed","1619"," "},
1402  {"1368"," "," "," "},
1403  {"1369","message cancelled","2034"," "},
1404  {"1370"," "," "," "},
1405  {"1371"," "," "," "},
1406  {"1372"," "," "," "},
1407  {"1373"," "," "," "},
1408  {"1374"," "," "," "},
1409  {"1375","park and ride trip time (Q)","1662","5"},
1410  {"1376","current trip time (Q)","1695","5"},
1411  {"1377","expected trip time (Q)","1696","5"},
1412  {"1378","next arrival (Q)","1656","7"},
1413  {"1379","next departure (Q)","1901","7"},
1414  {"1380","next departure (Q) for heavy vehicles","1902","7"},
1415  {"1381","next departure (Q) for heavy lorr(y/ies)","1646","7"},
1416  {"1382","next departure (Q) for buses","1647","7"},
1417  {"1383"," "," "," "},
1418  {"1384","message cancelled","2035"," "},
1419  {"1385"," "," "," "},
1420  {"1386"," "," "," "},
1421  {"1387"," "," "," "},
1422  {"1388"," "," "," "},
1423  {"1389"," "," "," "},
1424  {"1390","(Q) vehicle(s) on wrong carriageway","1701","0"},
1425  {"1391","(Q) reckless driver(s)","1704","0"},
1426  {"1392","(Q) prohibited vehicle(s) on the roadway","1705","0"},
1427  {"1393","(Q) emergency vehicles","1706","0"},
1428  {"1394","(Q) high-speed emergency vehicles","1707","0"},
1429  {"1395","high-speed chase (involving Q vehicles)","1708","0"},
1430  {"1396","objects falling from moving vehicle","1710"," "},
1431  {"1397","(Q sets of) slow moving maintenance vehicles","804","0"},
1432  {"1398","(Q) vehicle(s) carrying hazardous materials","1765","0"},
1433  {"1399","(Q) vehicle(s) carrying hazardous materials. Danger","1736","0"},
1434  {"1400","Vehicles carrying hazardous materials have to stop at next safe place!","1768"," "},
1435  {"1401","(Q) snowploughs","681","0"},
1436  {"1402","emergency vehicle warning cleared","1711"," "},
1437  {"1403","dangerous vehicle warning cleared","1702"," "},
1438  {"1404","hazardous load warning cleared","1769"," "},
1439  {"1405"," "," "," "},
1440  {"1406","message cancelled","1703"," "},
1441  {"1407"," "," "," "},
1442  {"1408"," "," "," "},
1443  {"1409"," "," "," "},
1444  {"1410"," "," "," "},
1445  {"1411"," "," "," "},
1446  {"1412","(Q) over-height vehicle(s)","347","0"},
1447  {"1413","(Q) over-height load(s), danger","1739","0"},
1448  {"1414","(Q) abnormal load(s)","1751","0"},
1449  {"1415","(Q) abnormal load(s), danger","1731","0"},
1450  {"1416","(Q) wide load(s)","1752","0"},
1451  {"1417","(Q) wide load(s), danger","1732","0"},
1452  {"1418","(Q) long load(s)","1753","0"},
1453  {"1419","(Q) long load(s), danger","1733","0"},
1454  {"1420","(Q) slow vehicle(s)","1754","0"},
1455  {"1421","(Q) slow vehicle(s), danger","1734","0"},
1456  {"1422","(Q) track-laying vehicle(s)","1764","0"},
1457  {"1423","(Q) track-laying vehicle(s), danger","1735","0"},
1458  {"1424","(Q) abnormal load(s). No overtaking","1767","0"},
1459  {"1425","(Q) convoy(s)","1755","0"},
1460  {"1426","(Q) convoy(s), danger","1737","0"},
1461  {"1427","(Q) military convoy(s)","1766","0"},
1462  {"1428","(Q) military convoy(s), danger","1738","0"},
1463  {"1429"," "," "," "},
1464  {"1430","convoy cleared","1770"," "},
1465  {"1431","exceptional load warning cleared","1762"," "},
1466  {"1432"," "," "," "},
1467  {"1433","message cancelled","1763"," "},
1468  {"1434"," "," "," "},
1469  {"1435"," "," "," "},
1470  {"1436"," "," "," "},
1471  {"1437"," "," "," "},
1472  {"1438"," "," "," "},
1473  {"1439","lane control signs not working","1801"," "},
1474  {"1440","lane control signs working incorrectly","1838"," "},
1475  {"1441","lane control signs operating","1839"," "},
1476  {"1442","variable message signs not working","1840"," "},
1477  {"1443","variable message signs working incorrectly","1841"," "},
1478  {"1444","variable message signs operating","1842"," "},
1479  {"1445","emergency telephones not working","1802"," "},
1480  {"1446","emergency telephone number not working","1803"," "},
1481  {"1447","emergency telephones out of order. Extra police patrols in operation","1865"," "},
1482  {"1448","emergency telephones out of order. In emergency, wait for police patrol","1866"," "},
1483  {"1449","(Q sets of) traffic lights not working","1804","0"},
1484  {"1450","(Q sets of) traffic lights working incorrectly","1805","0"},
1485  {"1451","(Q sets of) ramp control signals not working","1843","0"},
1486  {"1452","(Q sets of) ramp control signals working incorrectly","1844","0"},
1487  {"1453","(Q sets of) temporary traffic lights not working","1845","0"},
1488  {"1454","(Q sets of) temporary traffic lights working incorrectly","1846","0"},
1489  {"1455","lane control signs not working. Danger","1850"," "},
1490  {"1456","lane control signs working incorrectly. Danger","1864"," "},
1491  {"1457","(Q sets of) traffic lights not working. Danger","1867","0"},
1492  {"1458","(Q sets of) traffic lights working incorrectly. Danger","1875","0"},
1493  {"1459","(Q sets of) temporary traffic lights not working. Danger","1879","0"},
1494  {"1460","traffic signal control computer not working","1847"," "},
1495  {"1461","traffic signal timings changed","1848"," "},
1496  {"1462","level crossing failure","1806"," "},
1497  {"1463","tunnel ventilation not working","1849"," "},
1498  {"1464"," "," "," "},
1499  {"1465","electronic signs repaired","1833"," "},
1500  {"1466","emergency call facilities restored","1834"," "},
1501  {"1467","traffic signals repaired","1835"," "},
1502  {"1468","level crossing now working normally","1836"," "},
1503  {"1469","power failure","1983"," "},
1504  {"1470","message cancelled","1837"," "},
1505  {"1471"," "," "," "},
1506  {"1472"," "," "," "},
1507  {"1473"," "," "," "},
1508  {"1474"," "," "," "},
1509  {"1475"," "," "," "},
1510  {"1476","temporary width limit (Q)","1851","9"},
1511  {"1477","temporary height limit (Q)","1861","9"},
1512  {"1478","temporary length limit (Q)","1881","9"},
1513  {"1479","temporary axle load limit (Q)","1871","8"},
1514  {"1480","temporary gross weight limit (Q)","1872","8"},
1515  {"1481"," "," "," "},
1516  {"1482","temporary width limit lifted","1852"," "},
1517  {"1483","temporary height limit lifted","1862"," "},
1518  {"1484","temporary length limit lifted","1882"," "},
1519  {"1485","temporary axle weight limit lifted","1874"," "},
1520  {"1486","temporary gross weight limit lifted","1873"," "},
1521  {"1487"," "," "," "},
1522  {"1488","message cancelled","1857"," "},
1523  {"1489"," "," "," "},
1524  {"1490"," "," "," "},
1525  {"1491"," "," "," "},
1526  {"1492"," "," "," "},
1527  {"1493"," "," "," "},
1528  {"1494","normal parking restrictions lifted","1886"," "},
1529  {"1495","special parking restrictions in force","1887"," "},
1530  {"1496","no parking (until Q)","1927","7"},
1531  {"1497"," "," "," "},
1532  {"1498","special parking restrictions lifted","1928"," "},
1533  {"1499"," "," "," "},
1534  {"1500","message cancelled","1883"," "},
1535  {"1501"," "," "," "},
1536  {"1502"," "," "," "},
1537  {"1503"," "," "," "},
1538  {"1504"," "," "," "},
1539  {"1505"," "," "," "},
1540  {"1506","car park (Q) full","1903","3"},
1541  {"1507","expect car park to be full","1922"," "},
1542  {"1508","10% full","1888"," "},
1543  {"1509","20% full","1889"," "},
1544  {"1510","30% full","1890"," "},
1545  {"1511","40% full","1891"," "},
1546  {"1512","50% full","1892"," "},
1547  {"1513","60% full","1893"," "},
1548  {"1514","70% full","1894"," "},
1549  {"1515","80% full","1895"," "},
1550  {"1516","90% full","1896"," "},
1551  {"1517","full","1918"," "},
1552  {"1518","all car parks (Q) full","1904","3"},
1553  {"1519","multi story car parks full","1924"," "},
1554  {"1520","less than (Q) car parking spaces available","1905","1"},
1555  {"1521","no parking spaces available","1926"," "},
1556  {"1522","expect no parking spaces available","1923"," "},
1557  {"1523","only a few parking spaces available","1920"," "},
1558  {"1524","(Q) parking spaces available","1921","1"},
1559  {"1525","less than 10 parking spaces available","1897"," "},
1560  {"1526","less than 20 parking spaces available","1898"," "},
1561  {"1527","less than 30 parking spaces available","1899"," "},
1562  {"1528","less than 40 parking spaces available","1900"," "},
1563  {"1529","less than 50 parking spaces available","1855"," "},
1564  {"1530","no problems to report with park and ride services","1925"," "},
1565  {"1531","no park and ride information available (until Q)","1934","7"},
1566  {"1532"," "," "," "},
1567  {"1533","park and ride information service resumed","1938"," "},
1568  {"1534","no parking information available (until Q)","1856","7"},
1569  {"1535"," "," "," "},
1570  {"1536","message cancelled","2038"," "},
1571  {"1537"," "," "," "},
1572  {"1538"," "," "," "},
1573  {"1539"," "," "," "},
1574  {"1540"," "," "," "},
1575  {"1541"," "," "," "},
1576  {"1542","switch your car radio (to Q)","1913","12"},
1577  {"1543","switch your car radio (to Q)","1908","11"},
1578  {"1544","urgent information will be given (at Q) on normal programme broadcasts","1929","7"},
1579  {"1545","detailed information will be given (at Q) on normal programme broadcasts","1931","7"},
1580  {"1546","alarm call: important new information on this frequency follows now in normal programme","1909"," "},
1581  {"1547","alarm set: new information will be broadcast between these times in normal programme","1910"," "},
1582  {"1548"," "," "," "},
1583  {"1549","reference to audio programmes no longer valid","1955"," "},
1584  {"1550"," "," "," "},
1585  {"1551","message cancelled","1911"," "},
1586  {"1552"," "," "," "},
1587  {"1553"," "," "," "},
1588  {"1554"," "," "," "},
1589  {"1555"," "," "," "},
1590  {"1556"," "," "," "},
1591  {"1557","additional regional information is provided by another TMC service","1940"," "},
1592  {"1558","additional local information is provided by another TMC service","1941"," "},
1593  {"1559","additional public transport information is provided by another TMC service","1942"," "},
1594  {"1560","national traffic information is provided by another TMC service","1943"," "},
1595  {"1561","this service provides major road information","1944"," "},
1596  {"1562","this service provides regional travel information","1945"," "},
1597  {"1563","this service provides local travel information","1946"," "},
1598  {"1564","no detailed regional information provided by this service","1947"," "},
1599  {"1565","no detailed local information provided by this service","1948"," "},
1600  {"1566","detailed information is provided by another TMC service","1932"," "},
1601  {"1567","no cross-border information provided by this service","1949"," "},
1602  {"1568","information restricted to this area","1950"," "},
1603  {"1569","no new traffic information available (until Q)","1951","7"},
1604  {"1570","no public transport information available","1952"," "},
1605  {"1571","this TMC-service is being suspended (at Q)","1953","7"},
1606  {"1572","active TMC-service will resume (at Q)","1954","7"},
1607  {"1573","this TMC-service is not active (until Q)","1930","7"},
1608  {"1574","no information available (until Q)","1914","7"},
1609  {"1575","no information available (until Q) due to technical problems","1916","7"},
1610  {"1576"," "," "," "},
1611  {"1577","reference to other TMC services no longer valid","1956"," "},
1612  {"1578","previous announcement about this or other TMC services no longer valid","1957"," "},
1613  {"1579","rail Information service not available","1964"," "},
1614  {"1580","rail information service resumed","1965"," "},
1615  {"1581","rapid transit information service not available","1966"," "},
1616  {"1582","rapid transit information service resumed","1967"," "},
1617  {"1583","message cancelled","2039"," "},
1618  {"1584"," "," "," "},
1619  {"1585"," "," "," "},
1620  {"1586","this message is for test purposes only (number Q), please ignore","1915","0"},
1621  {"1587","(null event) {no event description, but location etc. given in message}","1907"," "},
1622  {"1588","(null message) {completely silent message, see EN ISO 14819-1, 3.5.4}","2047"," "},
1623  {"1589","nothing to report","2041"," "},
1624  {"1590","message cancelled","2040"," "}};
1625 
1626 
1627 /* this is like an index key:
1628  * 1st column: tmc event code
1629  * 2nd column: row in tmc_events */
1630 static const int tmc_event_code_index[TMC_EVENTS][2]={
1631  {0,},
1632  {1,5},
1633  {2,48},
1634  {3,},
1635  {4,},
1636  {5,},
1637  {6,},
1638  {7,},
1639  {8,},
1640  {9,},
1641  {10,},
1642  {11,536},
1643  {12,516},
1644  {13,},
1645  {14,},
1646  {15,},
1647  {16,553},
1648  {17,},
1649  {18,},
1650  {19,},
1651  {20,766},
1652  {21,},
1653  {22,767},
1654  {23,768},
1655  {24,769},
1656  {25,770},
1657  {26,695},
1658  {27,696},
1659  {28,775},
1660  {29,},
1661  {30,},
1662  {31,},
1663  {32,},
1664  {33,},
1665  {34,},
1666  {35,},
1667  {36,790},
1668  {37,791},
1669  {38,},
1670  {39,},
1671  {40,793},
1672  {41,560},
1673  {42,641},
1674  {43,},
1675  {44,},
1676  {45,},
1677  {46,},
1678  {47,},
1679  {48,},
1680  {49,},
1681  {50,},
1682  {51,577},
1683  {52,831},
1684  {53,832},
1685  {54,},
1686  {55,430},
1687  {56,435},
1688  {57,487},
1689  {58,},
1690  {59,},
1691  {60,},
1692  {61,860},
1693  {62,899},
1694  {63,861},
1695  {64,900},
1696  {65,},
1697  {66,},
1698  {67,},
1699  {68,},
1700  {69,},
1701  {70,37},
1702  {71,38},
1703  {72,39},
1704  {73,40},
1705  {74,41},
1706  {75,42},
1707  {76,43},
1708  {77,},
1709  {78,},
1710  {79,},
1711  {80,},
1712  {81,},
1713  {82,},
1714  {83,},
1715  {84,},
1716  {85,},
1717  {86,},
1718  {87,},
1719  {88,},
1720  {89,},
1721  {90,},
1722  {91,1294},
1723  {92,},
1724  {93,},
1725  {94,},
1726  {95,},
1727  {96,},
1728  {97,},
1729  {98,},
1730  {99,},
1731  {100,},
1732  {101,6},
1733  {102,7},
1734  {103,8},
1735  {104,10},
1736  {105,11},
1737  {106,12},
1738  {107,431},
1739  {108,14},
1740  {109,15},
1741  {110,16},
1742  {111,18},
1743  {112,19},
1744  {113,20},
1745  {114,432},
1746  {115,23},
1747  {116,24},
1748  {117,25},
1749  {118,27},
1750  {119,28},
1751  {120,29},
1752  {121,433},
1753  {122,30},
1754  {123,434},
1755  {124,33},
1756  {125,34},
1757  {126,420},
1758  {127,421},
1759  {128,424},
1760  {129,9},
1761  {130,13},
1762  {131,17},
1763  {132,21},
1764  {133,22},
1765  {134,26},
1766  {135,35},
1767  {136,36},
1768  {137,44},
1769  {138,45},
1770  {139,46},
1771  {140,47},
1772  {141,521},
1773  {142,31},
1774  {143,32},
1775  {144,},
1776  {145,},
1777  {146,},
1778  {147,},
1779  {148,},
1780  {149,},
1781  {150,},
1782  {151,},
1783  {152,},
1784  {153,},
1785  {154,},
1786  {155,},
1787  {156,},
1788  {157,},
1789  {158,},
1790  {159,},
1791  {160,},
1792  {161,},
1793  {162,},
1794  {163,},
1795  {164,},
1796  {165,},
1797  {166,},
1798  {167,},
1799  {168,},
1800  {169,},
1801  {170,},
1802  {171,},
1803  {172,},
1804  {173,},
1805  {174,},
1806  {175,},
1807  {176,},
1808  {177,},
1809  {178,},
1810  {179,},
1811  {180,},
1812  {181,},
1813  {182,},
1814  {183,},
1815  {184,},
1816  {185,},
1817  {186,},
1818  {187,},
1819  {188,},
1820  {189,},
1821  {190,},
1822  {191,},
1823  {192,},
1824  {193,},
1825  {194,},
1826  {195,},
1827  {196,},
1828  {197,},
1829  {198,},
1830  {199,},
1831  {200,1212},
1832  {201,495},
1833  {202,496},
1834  {203,497},
1835  {204,498},
1836  {205,500},
1837  {206,501},
1838  {207,502},
1839  {208,91},
1840  {209,519},
1841  {210,862},
1842  {211,531},
1843  {212,533},
1844  {213,509},
1845  {214,530},
1846  {215,49},
1847  {216,50},
1848  {217,51},
1849  {218,53},
1850  {219,54},
1851  {220,55},
1852  {221,56},
1853  {222,57},
1854  {223,58},
1855  {224,59},
1856  {225,61},
1857  {226,62},
1858  {227,63},
1859  {228,64},
1860  {229,65},
1861  {230,66},
1862  {231,67},
1863  {232,69},
1864  {233,70},
1865  {234,71},
1866  {235,436},
1867  {236,72},
1868  {237,437},
1869  {238,73},
1870  {239,74},
1871  {240,552},
1872  {241,608},
1873  {242,609},
1874  {243,610},
1875  {244,611},
1876  {245,612},
1877  {246,613},
1878  {247,1209},
1879  {248,1210},
1880  {249,1211},
1881  {250,75},
1882  {251,76},
1883  {252,77},
1884  {253,79},
1885  {254,80},
1886  {255,81},
1887  {256,82},
1888  {257,83},
1889  {258,84},
1890  {259,85},
1891  {260,87},
1892  {261,88},
1893  {262,89},
1894  {263,90},
1895  {264,92},
1896  {265,93},
1897  {266,94},
1898  {267,96},
1899  {268,97},
1900  {269,98},
1901  {270,438},
1902  {271,99},
1903  {272,439},
1904  {273,},
1905  {274,100},
1906  {275,1213},
1907  {276,1214},
1908  {277,1215},
1909  {278,102},
1910  {279,103},
1911  {280,104},
1912  {281,106},
1913  {282,107},
1914  {283,108},
1915  {284,109},
1916  {285,110},
1917  {286,111},
1918  {287,112},
1919  {288,114},
1920  {289,115},
1921  {290,116},
1922  {291,117},
1923  {292,118},
1924  {293,119},
1925  {294,120},
1926  {295,122},
1927  {296,123},
1928  {297,124},
1929  {298,440},
1930  {299,125},
1931  {300,441},
1932  {301,126},
1933  {302,127},
1934  {303,614},
1935  {304,615},
1936  {305,616},
1937  {306,617},
1938  {307,618},
1939  {308,619},
1940  {309,620},
1941  {310,1216},
1942  {311,1217},
1943  {312,1218},
1944  {313,142},
1945  {314,143},
1946  {315,144},
1947  {316,145},
1948  {317,146},
1949  {318,444},
1950  {319,147},
1951  {320,445},
1952  {321,148},
1953  {322,149},
1954  {323,627},
1955  {324,628},
1956  {325,629},
1957  {326,630},
1958  {327,631},
1959  {328,632},
1960  {329,633},
1961  {330,1224},
1962  {331,1225},
1963  {332,1226},
1964  {333,522},
1965  {334,524},
1966  {335,499},
1967  {336,503},
1968  {337,504},
1969  {338,505},
1970  {339,506},
1971  {340,507},
1972  {341,508},
1973  {342,510},
1974  {343,512},
1975  {344,513},
1976  {345,517},
1977  {346,535},
1978  {347,1412},
1979  {348,52},
1980  {349,60},
1981  {350,68},
1982  {351,515},
1983  {352,78},
1984  {353,86},
1985  {354,95},
1986  {355,101},
1987  {356,105},
1988  {357,113},
1989  {358,121},
1990  {359,863},
1991  {360,128},
1992  {361,129},
1993  {362,130},
1994  {363,131},
1995  {364,132},
1996  {365,442},
1997  {366,133},
1998  {367,443},
1999  {368,134},
2000  {369,621},
2001  {370,622},
2002  {371,623},
2003  {372,624},
2004  {373,625},
2005  {374,626},
2006  {375,1219},
2007  {376,1220},
2008  {377,1221},
2009  {378,511},
2010  {379,135},
2011  {380,136},
2012  {381,137},
2013  {382,138},
2014  {383,139},
2015  {384,},
2016  {385,140},
2017  {386,},
2018  {387,141},
2019  {388,1222},
2020  {389,},
2021  {390,1223},
2022  {391,514},
2023  {392,518},
2024  {393,532},
2025  {394,534},
2026  {395,543},
2027  {396,542},
2028  {397,539},
2029  {398,},
2030  {399,733},
2031  {400,},
2032  {401,551},
2033  {402,634},
2034  {403,771},
2035  {404,745},
2036  {405,744},
2037  {406,726},
2038  {407,707},
2039  {408,711},
2040  {409,713},
2041  {410,150},
2042  {411,151},
2043  {412,152},
2044  {413,154},
2045  {414,155},
2046  {415,156},
2047  {416,157},
2048  {417,158},
2049  {418,159},
2050  {419,160},
2051  {420,162},
2052  {421,163},
2053  {422,164},
2054  {423,165},
2055  {424,166},
2056  {425,167},
2057  {426,168},
2058  {427,170},
2059  {428,171},
2060  {429,172},
2061  {430,446},
2062  {431,173},
2063  {432,447},
2064  {433,174},
2065  {434,175},
2066  {435,1227},
2067  {436,1228},
2068  {437,1229},
2069  {438,176},
2070  {439,177},
2071  {440,178},
2072  {441,180},
2073  {442,181},
2074  {443,182},
2075  {444,183},
2076  {445,184},
2077  {446,185},
2078  {447,186},
2079  {448,188},
2080  {449,189},
2081  {450,190},
2082  {451,191},
2083  {452,192},
2084  {453,193},
2085  {454,194},
2086  {455,196},
2087  {456,197},
2088  {457,198},
2089  {458,448},
2090  {459,199},
2091  {460,449},
2092  {461,200},
2093  {462,201},
2094  {463,1230},
2095  {464,1231},
2096  {465,1232},
2097  {466,718},
2098  {467,670},
2099  {468,796},
2100  {469,748},
2101  {470,749},
2102  {471,727},
2103  {472,728},
2104  {473,729},
2105  {474,708},
2106  {475,709},
2107  {476,710},
2108  {477,712},
2109  {478,714},
2110  {479,681},
2111  {480,682},
2112  {481,683},
2113  {482,684},
2114  {483,685},
2115  {484,686},
2116  {485,715},
2117  {486,687},
2118  {487,688},
2119  {488,689},
2120  {489,690},
2121  {490,691},
2122  {491,692},
2123  {492,739},
2124  {493,740},
2125  {494,772},
2126  {495,153},
2127  {496,161},
2128  {497,169},
2129  {498,179},
2130  {499,187},
2131  {500,554},
2132  {501,555},
2133  {502,556},
2134  {503,557},
2135  {504,558},
2136  {505,562},
2137  {506,563},
2138  {507,636},
2139  {508,637},
2140  {509,638},
2141  {510,639},
2142  {511,643},
2143  {512,644},
2144  {513,653},
2145  {514,564},
2146  {515,565},
2147  {516,566},
2148  {517,650},
2149  {518,651},
2150  {519,652},
2151  {520,635},
2152  {521,202},
2153  {522,203},
2154  {523,204},
2155  {524,206},
2156  {525,207},
2157  {526,208},
2158  {527,209},
2159  {528,210},
2160  {529,211},
2161  {530,212},
2162  {531,214},
2163  {532,215},
2164  {533,216},
2165  {534,217},
2166  {535,218},
2167  {536,219},
2168  {537,220},
2169  {538,222},
2170  {539,223},
2171  {540,224},
2172  {541,450},
2173  {542,225},
2174  {543,451},
2175  {544,226},
2176  {545,227},
2177  {546,228},
2178  {547,229},
2179  {548,230},
2180  {549,231},
2181  {550,232},
2182  {551,452},
2183  {552,233},
2184  {553,453},
2185  {554,234},
2186  {555,235},
2187  {556,236},
2188  {557,237},
2189  {558,238},
2190  {559,239},
2191  {560,240},
2192  {561,454},
2193  {562,241},
2194  {563,455},
2195  {564,242},
2196  {565,243},
2197  {566,244},
2198  {567,245},
2199  {568,246},
2200  {569,247},
2201  {570,248},
2202  {571,456},
2203  {572,249},
2204  {573,457},
2205  {574,250},
2206  {575,251},
2207  {576,252},
2208  {577,253},
2209  {578,254},
2210  {579,256},
2211  {580,257},
2212  {581,258},
2213  {582,259},
2214  {583,260},
2215  {584,261},
2216  {585,262},
2217  {586,264},
2218  {587,265},
2219  {588,266},
2220  {589,267},
2221  {590,268},
2222  {591,269},
2223  {592,270},
2224  {593,272},
2225  {594,273},
2226  {595,274},
2227  {596,458},
2228  {597,275},
2229  {598,459},
2230  {599,276},
2231  {600,277},
2232  {601,567},
2233  {602,568},
2234  {603,569},
2235  {604,278},
2236  {605,279},
2237  {606,280},
2238  {607,281},
2239  {608,282},
2240  {609,460},
2241  {610,283},
2242  {611,461},
2243  {612,284},
2244  {613,285},
2245  {614,286},
2246  {615,287},
2247  {616,288},
2248  {617,289},
2249  {618,290},
2250  {619,462},
2251  {620,291},
2252  {621,463},
2253  {622,292},
2254  {623,293},
2255  {624,672},
2256  {625,675},
2257  {626,195},
2258  {627,741},
2259  {628,742},
2260  {629,743},
2261  {630,671},
2262  {631,668},
2263  {632,731},
2264  {633,717},
2265  {634,699},
2266  {635,792},
2267  {636,794},
2268  {637,559},
2269  {638,659},
2270  {639,661},
2271  {640,662},
2272  {641,561},
2273  {642,640},
2274  {643,660},
2275  {644,664},
2276  {645,665},
2277  {646,642},
2278  {647,802},
2279  {648,803},
2280  {649,804},
2281  {650,806},
2282  {651,205},
2283  {652,213},
2284  {653,221},
2285  {654,255},
2286  {655,263},
2287  {656,271},
2288  {657,667},
2289  {658,669},
2290  {659,812},
2291  {660,787},
2292  {661,773},
2293  {662,781},
2294  {663,698},
2295  {664,673},
2296  {665,674},
2297  {666,550},
2298  {667,},
2299  {668,},
2300  {669,},
2301  {670,},
2302  {671,805},
2303  {672,701},
2304  {673,720},
2305  {674,},
2306  {675,},
2307  {676,694},
2308  {677,},
2309  {678,663},
2310  {679,666},
2311  {680,789},
2312  {681,1401},
2313  {682,},
2314  {683,},
2315  {684,},
2316  {685,},
2317  {686,},
2318  {687,},
2319  {688,},
2320  {689,},
2321  {690,},
2322  {691,},
2323  {692,},
2324  {693,},
2325  {694,},
2326  {695,},
2327  {696,},
2328  {697,},
2329  {698,},
2330  {699,},
2331  {700,},
2332  {701,820},
2333  {702,821},
2334  {703,826},
2335  {704,824},
2336  {705,825},
2337  {706,947},
2338  {707,828},
2339  {708,839},
2340  {709,830},
2341  {710,294},
2342  {711,295},
2343  {712,296},
2344  {713,298},
2345  {714,299},
2346  {715,300},
2347  {716,301},
2348  {717,302},
2349  {718,303},
2350  {719,304},
2351  {720,306},
2352  {721,307},
2353  {722,308},
2354  {723,309},
2355  {724,310},
2356  {725,311},
2357  {726,312},
2358  {727,314},
2359  {728,315},
2360  {729,316},
2361  {730,464},
2362  {731,317},
2363  {732,465},
2364  {733,318},
2365  {734,319},
2366  {735,570},
2367  {736,571},
2368  {737,572},
2369  {738,573},
2370  {739,574},
2371  {740,575},
2372  {741,576},
2373  {742,655},
2374  {743,578},
2375  {744,579},
2376  {745,580},
2377  {746,654},
2378  {747,1233},
2379  {748,1234},
2380  {749,1235},
2381  {750,320},
2382  {751,321},
2383  {752,322},
2384  {753,324},
2385  {754,325},
2386  {755,326},
2387  {756,327},
2388  {757,328},
2389  {758,329},
2390  {759,330},
2391  {760,332},
2392  {761,333},
2393  {762,334},
2394  {763,335},
2395  {764,336},
2396  {765,337},
2397  {766,338},
2398  {767,340},
2399  {768,341},
2400  {769,342},
2401  {770,466},
2402  {771,343},
2403  {772,467},
2404  {773,344},
2405  {774,345},
2406  {775,657},
2407  {776,581},
2408  {777,582},
2409  {778,583},
2410  {779,656},
2411  {780,1236},
2412  {781,1237},
2413  {782,1238},
2414  {783,346},
2415  {784,347},
2416  {785,348},
2417  {786,349},
2418  {787,350},
2419  {788,468},
2420  {789,351},
2421  {790,469},
2422  {791,352},
2423  {792,353},
2424  {793,584},
2425  {794,585},
2426  {795,586},
2427  {796,587},
2428  {797,588},
2429  {798,589},
2430  {799,595},
2431  {800,849},
2432  {801,851},
2433  {802,822},
2434  {803,823},
2435  {804,1397},
2436  {805,829},
2437  {806,840},
2438  {807,841},
2439  {808,842},
2440  {809,843},
2441  {810,844},
2442  {811,846},
2443  {812,297},
2444  {813,305},
2445  {814,313},
2446  {815,833},
2447  {816,834},
2448  {817,835},
2449  {818,323},
2450  {819,331},
2451  {820,339},
2452  {821,836},
2453  {822,837},
2454  {823,838},
2455  {824,948},
2456  {825,354},
2457  {826,355},
2458  {827,356},
2459  {828,357},
2460  {829,358},
2461  {830,470},
2462  {831,359},
2463  {832,471},
2464  {833,360},
2465  {834,361},
2466  {835,590},
2467  {836,591},
2468  {837,592},
2469  {838,593},
2470  {839,594},
2471  {840,1239},
2472  {841,1240},
2473  {842,1241},
2474  {843,1242},
2475  {844,1243},
2476  {845,1244},
2477  {846,1245},
2478  {847,1246},
2479  {848,1247},
2480  {849,1248},
2481  {850,1249},
2482  {851,1250},
2483  {852,945},
2484  {853,827},
2485  {854,848},
2486  {855,845},
2487  {856,946},
2488  {857,950},
2489  {858,951},
2490  {859,952},
2491  {860,953},
2492  {861,954},
2493  {862,955},
2494  {863,},
2495  {864,},
2496  {865,},
2497  {866,},
2498  {867,},
2499  {868,},
2500  {869,},
2501  {870,},
2502  {871,},
2503  {872,},
2504  {873,},
2505  {874,},
2506  {875,},
2507  {876,},
2508  {877,},
2509  {878,},
2510  {879,},
2511  {880,},
2512  {881,},
2513  {882,},
2514  {883,},
2515  {884,},
2516  {885,},
2517  {886,},
2518  {887,},
2519  {888,},
2520  {889,},
2521  {890,},
2522  {891,},
2523  {892,},
2524  {893,},
2525  {894,},
2526  {895,},
2527  {896,},
2528  {897,},
2529  {898,923},
2530  {899,924},
2531  {900,874},
2532  {901,857},
2533  {902,858},
2534  {903,864},
2535  {904,866},
2536  {905,869},
2537  {906,870},
2538  {907,873},
2539  {908,875},
2540  {909,878},
2541  {910,879},
2542  {911,881},
2543  {912,883},
2544  {913,886},
2545  {914,888},
2546  {915,891},
2547  {916,981},
2548  {917,893},
2549  {918,895},
2550  {919,897},
2551  {920,901},
2552  {921,904},
2553  {922,934},
2554  {923,939},
2555  {924,537},
2556  {925,647},
2557  {926,648},
2558  {927,910},
2559  {928,362},
2560  {929,363},
2561  {930,364},
2562  {931,365},
2563  {932,366},
2564  {933,472},
2565  {934,367},
2566  {935,473},
2567  {936,368},
2568  {937,369},
2569  {938,759},
2570  {939,1251},
2571  {940,1252},
2572  {941,1253},
2573  {942,912},
2574  {943,760},
2575  {944,913},
2576  {945,763},
2577  {946,915},
2578  {947,596},
2579  {948,916},
2580  {949,764},
2581  {950,918},
2582  {951,599},
2583  {952,600},
2584  {953,601},
2585  {954,658},
2586  {955,917},
2587  {956,602},
2588  {957,597},
2589  {958,1257},
2590  {959,1258},
2591  {960,1259},
2592  {961,603},
2593  {962,1260},
2594  {963,1261},
2595  {964,1262},
2596  {965,598},
2597  {966,1263},
2598  {967,1264},
2599  {968,1265},
2600  {969,604},
2601  {970,925},
2602  {971,931},
2603  {972,868},
2604  {973,871},
2605  {974,876},
2606  {975,885},
2607  {976,890},
2608  {977,903},
2609  {978,906},
2610  {979,907},
2611  {980,645},
2612  {981,859},
2613  {982,646},
2614  {983,908},
2615  {984,865},
2616  {985,909},
2617  {986,867},
2618  {987,649},
2619  {988,911},
2620  {989,872},
2621  {990,877},
2622  {991,880},
2623  {992,882},
2624  {993,761},
2625  {994,884},
2626  {995,762},
2627  {996,914},
2628  {997,919},
2629  {998,887},
2630  {999,889},
2631  {1000,892},
2632  {1001,962},
2633  {1002,969},
2634  {1003,970},
2635  {1004,971},
2636  {1005,973},
2637  {1006,983},
2638  {1007,984},
2639  {1008,987},
2640  {1009,989},
2641  {1010,991},
2642  {1011,992},
2643  {1012,993},
2644  {1013,994},
2645  {1014,995},
2646  {1015,996},
2647  {1016,997},
2648  {1017,1000},
2649  {1018,998},
2650  {1019,999},
2651  {1020,1005},
2652  {1021,605},
2653  {1022,606},
2654  {1023,607},
2655  {1024,1007},
2656  {1025,1013},
2657  {1026,894},
2658  {1027,1254},
2659  {1028,1255},
2660  {1029,1256},
2661  {1030,896},
2662  {1031,898},
2663  {1032,902},
2664  {1033,905},
2665  {1034,538},
2666  {1035,958},
2667  {1036,959},
2668  {1037,960},
2669  {1038,963},
2670  {1039,964},
2671  {1040,965},
2672  {1041,968},
2673  {1042,974},
2674  {1043,975},
2675  {1044,977},
2676  {1045,979},
2677  {1046,},
2678  {1047,985},
2679  {1048,986},
2680  {1049,},
2681  {1050,988},
2682  {1051,},
2683  {1052,},
2684  {1053,},
2685  {1054,1001},
2686  {1055,972},
2687  {1056,976},
2688  {1057,978},
2689  {1058,980},
2690  {1059,982},
2691  {1060,1002},
2692  {1061,1003},
2693  {1062,1004},
2694  {1063,966},
2695  {1064,967},
2696  {1065,1009},
2697  {1066,540},
2698  {1067,943},
2699  {1068,944},
2700  {1069,1010},
2701  {1070,1008},
2702  {1071,},
2703  {1072,},
2704  {1073,961},
2705  {1074,990},
2706  {1075,1006},
2707  {1076,},
2708  {1077,},
2709  {1078,},
2710  {1079,1022},
2711  {1080,1023},
2712  {1081,1024},
2713  {1082,1026},
2714  {1083,1019},
2715  {1084,927},
2716  {1085,},
2717  {1086,929},
2718  {1087,},
2719  {1088,},
2720  {1089,},
2721  {1090,},
2722  {1091,},
2723  {1092,},
2724  {1093,},
2725  {1094,},
2726  {1095,},
2727  {1096,},
2728  {1097,},
2729  {1098,},
2730  {1099,},
2731  {1100,},
2732  {1101,1042},
2733  {1102,1045},
2734  {1103,1046},
2735  {1104,1047},
2736  {1105,1049},
2737  {1106,1036},
2738  {1107,1037},
2739  {1108,1038},
2740  {1109,1050},
2741  {1110,1053},
2742  {1111,1054},
2743  {1112,1055},
2744  {1113,1057},
2745  {1114,1058},
2746  {1115,1020},
2747  {1116,1021},
2748  {1117,},
2749  {1118,},
2750  {1119,},
2751  {1120,},
2752  {1121,},
2753  {1122,},
2754  {1123,},
2755  {1124,},
2756  {1125,},
2757  {1126,1090},
2758  {1127,1028},
2759  {1128,1039},
2760  {1129,},
2761  {1130,1040},
2762  {1131,},
2763  {1132,1034},
2764  {1133,},
2765  {1134,1044},
2766  {1135,1048},
2767  {1136,1052},
2768  {1137,1056},
2769  {1138,},
2770  {1139,},
2771  {1140,},
2772  {1141,},
2773  {1142,},
2774  {1143,},
2775  {1144,},
2776  {1145,},
2777  {1146,},
2778  {1147,},
2779  {1148,},
2780  {1149,},
2781  {1150,},
2782  {1151,},
2783  {1152,},
2784  {1153,},
2785  {1154,},
2786  {1155,},
2787  {1156,},
2788  {1157,},
2789  {1158,},
2790  {1159,},
2791  {1160,},
2792  {1161,},
2793  {1162,},
2794  {1163,},
2795  {1164,},
2796  {1165,1011},
2797  {1166,1012},
2798  {1167,},
2799  {1168,},
2800  {1169,},
2801  {1170,1043},
2802  {1171,1051},
2803  {1172,1089},
2804  {1173,1041},
2805  {1174,1035},
2806  {1175,1063},
2807  {1176,1079},
2808  {1177,1073},
2809  {1178,1076},
2810  {1179,1088},
2811  {1180,1091},
2812  {1181,},
2813  {1182,},
2814  {1183,},
2815  {1184,},
2816  {1185,},
2817  {1186,},
2818  {1187,},
2819  {1188,},
2820  {1189,},
2821  {1190,1107},
2822  {1191,1108},
2823  {1192,},
2824  {1193,},
2825  {1194,},
2826  {1195,},
2827  {1196,},
2828  {1197,},
2829  {1198,},
2830  {1199,},
2831  {1200,},
2832  {1201,1099},
2833  {1202,1100},
2834  {1203,1101},
2835  {1204,1102},
2836  {1205,1103},
2837  {1206,},
2838  {1207,},
2839  {1208,},
2840  {1209,1104},
2841  {1210,1105},
2842  {1211,1106},
2843  {1212,785},
2844  {1213,1111},
2845  {1214,1113},
2846  {1215,788},
2847  {1216,},
2848  {1217,1110},
2849  {1218,},
2850  {1219,},
2851  {1220,},
2852  {1221,},
2853  {1222,},
2854  {1223,},
2855  {1224,},
2856  {1225,},
2857  {1226,},
2858  {1227,},
2859  {1228,},
2860  {1229,},
2861  {1230,},
2862  {1231,},
2863  {1232,},
2864  {1233,},
2865  {1234,},
2866  {1235,},
2867  {1236,},
2868  {1237,},
2869  {1238,},
2870  {1239,},
2871  {1240,},
2872  {1241,},
2873  {1242,},
2874  {1243,},
2875  {1244,},
2876  {1245,},
2877  {1246,},
2878  {1247,},
2879  {1248,},
2880  {1249,},
2881  {1250,},
2882  {1251,},
2883  {1252,},
2884  {1253,},
2885  {1254,},
2886  {1255,},
2887  {1256,},
2888  {1257,},
2889  {1258,},
2890  {1259,},
2891  {1260,},
2892  {1261,},
2893  {1262,},
2894  {1263,},
2895  {1264,},
2896  {1265,},
2897  {1266,},
2898  {1267,},
2899  {1268,},
2900  {1269,},
2901  {1270,},
2902  {1271,},
2903  {1272,},
2904  {1273,},
2905  {1274,},
2906  {1275,},
2907  {1276,},
2908  {1277,},
2909  {1278,},
2910  {1279,},
2911  {1280,},
2912  {1281,},
2913  {1282,},
2914  {1283,},
2915  {1284,},
2916  {1285,},
2917  {1286,},
2918  {1287,},
2919  {1288,},
2920  {1289,},
2921  {1290,},
2922  {1291,},
2923  {1292,},
2924  {1293,},
2925  {1294,},
2926  {1295,},
2927  {1296,},
2928  {1297,},
2929  {1298,},
2930  {1299,},
2931  {1300,},
2932  {1301,1072},
2933  {1302,1080},
2934  {1303,1081},
2935  {1304,1074},
2936  {1305,1082},
2937  {1306,},
2938  {1307,1075},
2939  {1308,1077},
2940  {1309,1066},
2941  {1310,1069},
2942  {1311,},
2943  {1312,1083},
2944  {1313,1087},
2945  {1314,1093},
2946  {1315,},
2947  {1316,},
2948  {1317,},
2949  {1318,1059},
2950  {1319,1060},
2951  {1320,1061},
2952  {1321,1062},
2953  {1322,1064},
2954  {1323,1065},
2955  {1324,1067},
2956  {1325,1068},
2957  {1326,1070},
2958  {1327,},
2959  {1328,},
2960  {1329,},
2961  {1330,},
2962  {1331,},
2963  {1332,746},
2964  {1333,},
2965  {1334,},
2966  {1335,},
2967  {1336,},
2968  {1337,1078},
2969  {1338,747},
2970  {1339,},
2971  {1340,1071},
2972  {1341,},
2973  {1342,},
2974  {1343,},
2975  {1344,},
2976  {1345,1086},
2977  {1346,1085},
2978  {1347,},
2979  {1348,},
2980  {1349,},
2981  {1350,},
2982  {1351,},
2983  {1352,},
2984  {1353,},
2985  {1354,},
2986  {1355,},
2987  {1356,},
2988  {1357,},
2989  {1358,},
2990  {1359,},
2991  {1360,},
2992  {1361,},
2993  {1362,},
2994  {1363,},
2995  {1364,},
2996  {1365,},
2997  {1366,},
2998  {1367,},
2999  {1368,},
3000  {1369,},
3001  {1370,},
3002  {1371,},
3003  {1372,},
3004  {1373,},
3005  {1374,},
3006  {1375,},
3007  {1376,},
3008  {1377,},
3009  {1378,},
3010  {1379,},
3011  {1380,},
3012  {1381,},
3013  {1382,},
3014  {1383,},
3015  {1384,},
3016  {1385,},
3017  {1386,},
3018  {1387,},
3019  {1388,},
3020  {1389,},
3021  {1390,},
3022  {1391,},
3023  {1392,},
3024  {1393,},
3025  {1394,},
3026  {1395,},
3027  {1396,},
3028  {1397,},
3029  {1398,},
3030  {1399,},
3031  {1400,},
3032  {1401,},
3033  {1402,},
3034  {1403,},
3035  {1404,},
3036  {1405,},
3037  {1406,},
3038  {1407,},
3039  {1408,},
3040  {1409,},
3041  {1410,},
3042  {1411,},
3043  {1412,},
3044  {1413,},
3045  {1414,},
3046  {1415,},
3047  {1416,},
3048  {1417,},
3049  {1418,},
3050  {1419,},
3051  {1420,},
3052  {1421,},
3053  {1422,},
3054  {1423,},
3055  {1424,},
3056  {1425,},
3057  {1426,},
3058  {1427,},
3059  {1428,},
3060  {1429,},
3061  {1430,},
3062  {1431,},
3063  {1432,},
3064  {1433,},
3065  {1434,},
3066  {1435,},
3067  {1436,},
3068  {1437,},
3069  {1438,},
3070  {1439,},
3071  {1440,},
3072  {1441,},
3073  {1442,},
3074  {1443,},
3075  {1444,},
3076  {1445,},
3077  {1446,},
3078  {1447,},
3079  {1448,},
3080  {1449,},
3081  {1450,1122},
3082  {1451,1123},
3083  {1452,1124},
3084  {1453,1125},
3085  {1454,1126},
3086  {1455,1127},
3087  {1456,1128},
3088  {1457,1129},
3089  {1458,1130},
3090  {1459,1131},
3091  {1460,1132},
3092  {1461,1133},
3093  {1462,1134},
3094  {1463,1135},
3095  {1464,1136},
3096  {1465,1137},
3097  {1466,1138},
3098  {1467,1139},
3099  {1468,1145},
3100  {1469,1146},
3101  {1470,1150},
3102  {1471,935},
3103  {1472,936},
3104  {1473,937},
3105  {1474,938},
3106  {1475,1152},
3107  {1476,1169},
3108  {1477,1170},
3109  {1478,1172},
3110  {1479,1173},
3111  {1480,1174},
3112  {1481,1175},
3113  {1482,940},
3114  {1483,941},
3115  {1484,942},
3116  {1485,758},
3117  {1486,1287},
3118  {1487,1288},
3119  {1488,1289},
3120  {1489,1290},
3121  {1490,1291},
3122  {1491,1292},
3123  {1492,1179},
3124  {1493,1157},
3125  {1494,1176},
3126  {1495,400},
3127  {1496,1158},
3128  {1497,},
3129  {1498,},
3130  {1499,},
3131  {1500,},
3132  {1501,1119},
3133  {1502,1121},
3134  {1503,1140},
3135  {1504,1141},
3136  {1505,1142},
3137  {1506,1144},
3138  {1507,1143},
3139  {1508,1147},
3140  {1509,1148},
3141  {1510,1149},
3142  {1511,1151},
3143  {1512,1153},
3144  {1513,1154},
3145  {1514,1155},
3146  {1515,1168},
3147  {1516,1171},
3148  {1517,370},
3149  {1518,371},
3150  {1519,372},
3151  {1520,373},
3152  {1521,374},
3153  {1522,474},
3154  {1523,375},
3155  {1524,475},
3156  {1525,376},
3157  {1526,377},
3158  {1527,751},
3159  {1528,1266},
3160  {1529,1267},
3161  {1530,1268},
3162  {1531,378},
3163  {1532,379},
3164  {1533,380},
3165  {1534,381},
3166  {1535,382},
3167  {1536,476},
3168  {1537,383},
3169  {1538,477},
3170  {1539,384},
3171  {1540,385},
3172  {1541,752},
3173  {1542,1269},
3174  {1543,1270},
3175  {1544,1271},
3176  {1545,386},
3177  {1546,387},
3178  {1547,388},
3179  {1548,389},
3180  {1549,390},
3181  {1550,478},
3182  {1551,391},
3183  {1552,479},
3184  {1553,392},
3185  {1554,393},
3186  {1555,753},
3187  {1556,1272},
3188  {1557,1273},
3189  {1558,1274},
3190  {1559,754},
3191  {1560,1275},
3192  {1561,1276},
3193  {1562,1277},
3194  {1563,755},
3195  {1564,1278},
3196  {1565,1279},
3197  {1566,1280},
3198  {1567,756},
3199  {1568,1281},
3200  {1569,1282},
3201  {1570,1283},
3202  {1571,394},
3203  {1572,395},
3204  {1573,396},
3205  {1574,397},
3206  {1575,398},
3207  {1576,480},
3208  {1577,399},
3209  {1578,481},
3210  {1579,402},
3211  {1580,757},
3212  {1581,1284},
3213  {1582,1285},
3214  {1583,1286},
3215  {1584,422},
3216  {1585,1165},
3217  {1586,401},
3218  {1587,1178},
3219  {1588,1180},
3220  {1589,489},
3221  {1590,1120},
3222  {1591,1156},
3223  {1592,1159},
3224  {1593,1160},
3225  {1594,1161},
3226  {1595,1162},
3227  {1596,1163},
3228  {1597,1164},
3229  {1598,},
3230  {1599,},
3231  {1600,},
3232  {1601,1188},
3233  {1602,1193},
3234  {1603,1196},
3235  {1604,1199},
3236  {1605,1201},
3237  {1606,1205},
3238  {1607,1189},
3239  {1608,1206},
3240  {1609,1293},
3241  {1610,1296},
3242  {1611,1297},
3243  {1612,1298},
3244  {1613,1299},
3245  {1614,1300},
3246  {1615,1339},
3247  {1616,1341},
3248  {1617,1342},
3249  {1618,1362},
3250  {1619,1367},
3251  {1620,1331},
3252  {1621,1191},
3253  {1622,1192},
3254  {1623,1194},
3255  {1624,1195},
3256  {1625,1197},
3257  {1626,1198},
3258  {1627,1200},
3259  {1628,1202},
3260  {1629,1203},
3261  {1630,1204},
3262  {1631,1207},
3263  {1632,1208},
3264  {1633,1340},
3265  {1634,1337},
3266  {1635,1345},
3267  {1636,1346},
3268  {1637,1347},
3269  {1638,1348},
3270  {1639,1352},
3271  {1640,1354},
3272  {1641,1355},
3273  {1642,1295},
3274  {1643,1301},
3275  {1644,1363},
3276  {1645,1364},
3277  {1646,1381},
3278  {1647,1382},
3279  {1648,1328},
3280  {1649,1353},
3281  {1650,1190},
3282  {1651,1357},
3283  {1652,1338},
3284  {1653,1302},
3285  {1654,1303},
3286  {1655,1343},
3287  {1656,1378},
3288  {1657,1350},
3289  {1658,1351},
3290  {1659,1356},
3291  {1660,1366},
3292  {1661,1361},
3293  {1662,1375},
3294  {1663,1329},
3295  {1664,},
3296  {1665,},
3297  {1666,},
3298  {1667,},
3299  {1668,},
3300  {1669,},
3301  {1670,},
3302  {1671,},
3303  {1672,},
3304  {1673,},
3305  {1674,},
3306  {1675,},
3307  {1676,},
3308  {1677,},
3309  {1678,},
3310  {1679,},
3311  {1680,},
3312  {1681,},
3313  {1682,},
3314  {1683,},
3315  {1684,},
3316  {1685,},
3317  {1686,},
3318  {1687,},
3319  {1688,},
3320  {1689,},
3321  {1690,},
3322  {1691,},
3323  {1692,},
3324  {1693,},
3325  {1694,},
3326  {1695,1376},
3327  {1696,1377},
3328  {1697,},
3329  {1698,},
3330  {1699,},
3331  {1700,921},
3332  {1701,1390},
3333  {1702,1403},
3334  {1703,1406},
3335  {1704,1391},
3336  {1705,1392},
3337  {1706,1393},
3338  {1707,1394},
3339  {1708,1395},
3340  {1709,920},
3341  {1710,1396},
3342  {1711,1402},
3343  {1712,926},
3344  {1713,},
3345  {1714,},
3346  {1715,},
3347  {1716,},
3348  {1717,},
3349  {1718,},
3350  {1719,},
3351  {1720,1349},
3352  {1721,1360},
3353  {1722,},
3354  {1723,},
3355  {1724,},
3356  {1725,},
3357  {1726,},
3358  {1727,},
3359  {1728,},
3360  {1729,},
3361  {1730,},
3362  {1731,1415},
3363  {1732,1417},
3364  {1733,1419},
3365  {1734,1421},
3366  {1735,1423},
3367  {1736,1399},
3368  {1737,1426},
3369  {1738,1428},
3370  {1739,1413},
3371  {1740,1307},
3372  {1741,1311},
3373  {1742,},
3374  {1743,},
3375  {1744,},
3376  {1745,},
3377  {1746,},
3378  {1747,},
3379  {1748,},
3380  {1749,},
3381  {1750,},
3382  {1751,1414},
3383  {1752,1416},
3384  {1753,1418},
3385  {1754,1420},
3386  {1755,1425},
3387  {1756,1306},
3388  {1757,1304},
3389  {1758,1305},
3390  {1759,1308},
3391  {1760,1309},
3392  {1761,1310},
3393  {1762,1431},
3394  {1763,1433},
3395  {1764,1422},
3396  {1765,1398},
3397  {1766,1427},
3398  {1767,1424},
3399  {1768,1400},
3400  {1769,1404},
3401  {1770,1430},
3402  {1771,949},
3403  {1772,},
3404  {1773,},
3405  {1774,},
3406  {1775,},
3407  {1776,},
3408  {1777,},
3409  {1778,},
3410  {1779,},
3411  {1780,},
3412  {1781,},
3413  {1782,},
3414  {1783,},
3415  {1784,},
3416  {1785,},
3417  {1786,},
3418  {1787,},
3419  {1788,},
3420  {1789,},
3421  {1790,},
3422  {1791,},
3423  {1792,},
3424  {1793,},
3425  {1794,},
3426  {1795,},
3427  {1796,},
3428  {1797,},
3429  {1798,},
3430  {1799,},
3431  {1800,},
3432  {1801,1439},
3433  {1802,1445},
3434  {1803,1446},
3435  {1804,1449},
3436  {1805,1450},
3437  {1806,1462},
3438  {1807,403},
3439  {1808,404},
3440  {1809,405},
3441  {1810,406},
3442  {1811,407},
3443  {1812,482},
3444  {1813,408},
3445  {1814,483},
3446  {1815,409},
3447  {1816,410},
3448  {1817,1312},
3449  {1818,1313},
3450  {1819,1314},
3451  {1820,411},
3452  {1821,412},
3453  {1822,413},
3454  {1823,414},
3455  {1824,415},
3456  {1825,484},
3457  {1826,416},
3458  {1827,485},
3459  {1828,417},
3460  {1829,418},
3461  {1830,1324},
3462  {1831,1325},
3463  {1832,1326},
3464  {1833,1465},
3465  {1834,1466},
3466  {1835,1467},
3467  {1836,1468},
3468  {1837,1470},
3469  {1838,1440},
3470  {1839,1441},
3471  {1840,1442},
3472  {1841,1443},
3473  {1842,1444},
3474  {1843,1451},
3475  {1844,1452},
3476  {1845,1453},
3477  {1846,1454},
3478  {1847,1460},
3479  {1848,1461},
3480  {1849,1463},
3481  {1850,1455},
3482  {1851,1476},
3483  {1852,1482},
3484  {1853,},
3485  {1854,774},
3486  {1855,1529},
3487  {1856,1534},
3488  {1857,1488},
3489  {1858,1327},
3490  {1859,},
3491  {1860,},
3492  {1861,1477},
3493  {1862,1483},
3494  {1863,},
3495  {1864,1456},
3496  {1865,1447},
3497  {1866,1448},
3498  {1867,1457},
3499  {1868,1315},
3500  {1869,1316},
3501  {1870,1317},
3502  {1871,1479},
3503  {1872,1480},
3504  {1873,1486},
3505  {1874,1485},
3506  {1875,1458},
3507  {1876,1318},
3508  {1877,1319},
3509  {1878,1320},
3510  {1879,1459},
3511  {1880,1321},
3512  {1881,1478},
3513  {1882,1484},
3514  {1883,1500},
3515  {1884,1322},
3516  {1885,1323},
3517  {1886,1494},
3518  {1887,1495},
3519  {1888,1508},
3520  {1889,1509},
3521  {1890,1510},
3522  {1891,1511},
3523  {1892,1512},
3524  {1893,1513},
3525  {1894,1514},
3526  {1895,1515},
3527  {1896,1516},
3528  {1897,1525},
3529  {1898,1526},
3530  {1899,1527},
3531  {1900,1528},
3532  {1901,1379},
3533  {1902,1380},
3534  {1903,1506},
3535  {1904,1518},
3536  {1905,1520},
3537  {1906,1344},
3538  {1907,1587},
3539  {1908,1543},
3540  {1909,1546},
3541  {1910,1547},
3542  {1911,1551},
3543  {1912,},
3544  {1913,1542},
3545  {1914,1574},
3546  {1915,1586},
3547  {1916,1575},
3548  {1917,},
3549  {1918,1517},
3550  {1919,},
3551  {1920,1523},
3552  {1921,1524},
3553  {1922,1507},
3554  {1923,1522},
3555  {1924,1519},
3556  {1925,1530},
3557  {1926,1521},
3558  {1927,1496},
3559  {1928,1498},
3560  {1929,1544},
3561  {1930,1573},
3562  {1931,1545},
3563  {1932,1566},
3564  {1933,},
3565  {1934,1531},
3566  {1935,},
3567  {1936,},
3568  {1937,},
3569  {1938,1533},
3570  {1939,},
3571  {1940,1557},
3572  {1941,1558},
3573  {1942,1559},
3574  {1943,1560},
3575  {1944,1561},
3576  {1945,1562},
3577  {1946,1563},
3578  {1947,1564},
3579  {1948,1565},
3580  {1949,1567},
3581  {1950,1568},
3582  {1951,1569},
3583  {1952,1570},
3584  {1953,1571},
3585  {1954,1572},
3586  {1955,1549},
3587  {1956,1577},
3588  {1957,1578},
3589  {1958,},
3590  {1959,},
3591  {1960,},
3592  {1961,784},
3593  {1962,807},
3594  {1963,808},
3595  {1964,1579},
3596  {1965,1580},
3597  {1966,1581},
3598  {1967,1582},
3599  {1968,},
3600  {1969,},
3601  {1970,},
3602  {1971,776},
3603  {1972,777},
3604  {1973,778},
3605  {1974,782},
3606  {1975,},
3607  {1976,},
3608  {1977,783},
3609  {1978,779},
3610  {1979,780},
3611  {1980,},
3612  {1981,},
3613  {1982,693},
3614  {1983,1469},
3615  {1984,},
3616  {1985,},
3617  {1986,},
3618  {1987,},
3619  {1988,},
3620  {1989,},
3621  {1990,},
3622  {1991,},
3623  {1992,},
3624  {1993,},
3625  {1994,},
3626  {1995,},
3627  {1996,},
3628  {1997,},
3629  {1998,},
3630  {1999,},
3631  {2000,750},
3632  {2001,},
3633  {2002,},
3634  {2003,},
3635  {2004,},
3636  {2005,},
3637  {2006,809},
3638  {2007,810},
3639  {2008,},
3640  {2009,},
3641  {2010,},
3642  {2011,},
3643  {2012,},
3644  {2013,765},
3645  {2014,},
3646  {2015,},
3647  {2016,},
3648  {2017,},
3649  {2018,},
3650  {2019,},
3651  {2020,},
3652  {2021,1358},
3653  {2022,1359},
3654  {2023,},
3655  {2024,},
3656  {2025,},
3657  {2026,},
3658  {2027,},
3659  {2028,545},
3660  {2029,814},
3661  {2030,956},
3662  {2031,},
3663  {2032,},
3664  {2033,1182},
3665  {2034,1369},
3666  {2035,1384},
3667  {2036,},
3668  {2037,},
3669  {2038,1536},
3670  {2039,1583},
3671  {2040,1590},
3672  {2041,1589},
3673  {2042,},
3674  {2043,},
3675  {2044,},
3676  {2045,},
3677  {2046,},
3678  {2047,1588}};
3679 
3680 /* table 1, paragraph 3.1.2, page 4 of ISO 14819-2
3681  * descriptions of the types of quantifiers */
3682 const std::string quantifier_types[13][2]={
3683  {"0", "n (small number)"},
3684  {"1", "N (number)"},
3685  {"2", "less than V metres"},
3686  {"3", "P percent"},
3687  {"4", "of up to S km/h"},
3688  {"5", "of up to M minutes"},
3689  {"6", "T degrees Celsius"},
3690  {"7", "H time"},
3691  {"8", "W tonnes"},
3692  {"9", "L metres"},
3693  {"10", "of up to D millimetres"},
3694  {"11", "M MHz"},
3695  {"12", "k kHz"}};
static const std::string tmc_events[TMC_EVENTS][4]
Definition: tmc_events.h:33
#define TMC_EVENTS
Definition: tmc_events.h:25
const std::string quantifier_types[13][2]
Definition: tmc_events.h:3682
static const int tmc_event_code_index[TMC_EVENTS][2]
Definition: tmc_events.h:1630