]> git.kernelconcepts.de Git - rdstmc.git/blob - decoder/rds_consts.h
Added
[rdstmc.git] / decoder / rds_consts.h
1 const char *PTY_text[] = {
2         "No programme type or undefined",
3         "News",
4         "Current Affairs",
5         "Information",
6         "Sport",
7         "Education",
8         "Drama",
9         "Culture",
10         "Science",
11         "Varied",
12         "Pop Music",
13         "Rock Music",
14         "Easy Listening Music",
15         "Light classical",
16         "Serious classical",
17         "Other Music",
18         "Weather",
19         "Finance",
20         "Children's programmes",
21         "Social Affairs",
22         "Religion",
23         "Phone In",
24         "Travel",
25         "Leisure",
26         "Jazz Music",
27         "Country Music",
28         "National Music",
29         "Oldies Music",
30         "Folk Music",
31         "Documentary",
32         "Alarm Test",
33         "Alarm"
34 };
35
36 const char *ECC_text[] = {
37 /*               0     1     2     3     4     5     6     7    8     9     A     B     C     D     E     F */
38 /*E0*/  "DE", "DZ", "AD", "IL", "IT", "BE", "RU", "PS","AL", "AT", "HU", "MT", "DE", ""  , "EG", "",
39 /*E1*/  "GR", "CY", "SM", "CH", "JO", "FI", "LU", "BG","DK", "GI", "IQ", "GB", "LY", "RO", "FR", "",
40 /*E2*/  "MA", "CZ", "PL", "VA", "SK", "SY", "TN", ""  ,"LI", "IS", "MC", "LT", "YU", "ES", "NO", "",
41 /*E3*/  ""  , "IE", "TR", "MK", ""  , ""  , ""  , "NL","LV", "LB", ""  , "HR", ""  , "SE", "BY", "",
42 /*E4*/  "MD", "EE", ""  , ""  , ""  , "UA", ""  , "PT","SI", ""  , ""  , ""  , ""  , ""  , "BA", "",
43 };
44
45 const char *ptype_stext[] = {
46         "L", "I", "N", "S", "R1", "R2", "R3", "R4", "R5", "R6","R7", "R8", "R9", "R10", "R11", "R12"
47 };
48
49 const char *ptype_ltext[] = {
50         "Local",
51         "International",
52         "National",
53         "Supra-regional",
54         "Regional 1",
55         "Regional 2",
56         "Regional 3",
57         "Regional 4",
58         "Regional 5",
59         "Regional 6",
60         "Regional 7",
61         "Regional 8",
62         "Regional 9",
63         "Regional 10",
64         "Regional 11",
65         "Regional 12"
66 };
67