]> git.kernelconcepts.de Git - rdstmc.git/blob - decoder/tmc_consts.h
Add new rdstmc
[rdstmc.git] / decoder / tmc_consts.h
1 const char *EVNT_LABEL[] = {
2         "Duration",
3         "Control code",
4         "Length of route affected",
5         "Speed limit advice",
6         "Quantifier",
7         "Quantifier",
8         "Supplimetary information code",
9         "Explicit start time",
10         "Explicit stop time",
11         "Additional event",
12         "Detailed diversion instructions",
13         "Destination",
14         "reserved",
15         "Cross linkage to source of problem, on another route",
16         "Separator",
17         "reserved"
18 };
19
20 const char *monthname[] = {
21         "Januar",
22         "Februar",
23         "März",
24         "April",
25         "Mai",
26         "Juni",
27         "Juli",
28         "August",
29         "September",
30         "Oktober",
31         "November",
32         "Dezember",
33         "Oh oh..."
34 };
35
36