26static const unsigned int offset_word[5]={252,408,360,436,848};
27static const unsigned int syndrome[5]={383,14,303,663,748};
28static const char *
const offset_name[]={
"A",
"B",
"C",
"D",
"C'"};
33 {
"Undefined",
"Undefined"},
35 {
"Current Affairs",
"Information"},
36 {
"Information",
"Sports"},
38 {
"Education",
"Rock"},
39 {
"Drama",
"Classic Rock"},
40 {
"Culture",
"Adult Hits"},
41 {
"Science",
"Soft Rock"},
43 {
"Pop Music",
"Country"},
44 {
"Rock Music",
"Oldies"},
45 {
"Easy Listening",
"Soft"},
46 {
"Light Classical",
"Nostalgia"},
47 {
"Serious Classical",
"Jazz"},
48 {
"Other Music",
"Classical"},
49 {
"Weather",
"Rhythm & Blues"},
50 {
"Finance",
"Soft Rhythm & Blues"},
51 {
"Children’s Programmes",
"Language"},
52 {
"Social Affairs",
"Religious Music"},
53 {
"Religion",
"Religious Talk"},
54 {
"Phone-In",
"Personality"},
56 {
"Leisure",
"College"},
57 {
"Jazz Music",
"Spanish Talk"},
58 {
"Country Music",
"Spanish Music"},
59 {
"National Music",
"Hip Hop"},
60 {
"Oldies Music",
"Unassigned"},
61 {
"Folk Music",
"Unassigned"},
62 {
"Documentary",
"Weather"},
63 {
"Alarm Test",
"Emergency Test"},
64 {
"Alarm",
"Emergency"}};
68 {
"DE",
"GR",
"MA",
"__",
"MD"},
69 {
"DZ",
"CY",
"CZ",
"IE",
"EE"},
70 {
"AD",
"SM",
"PL",
"TR",
"__"},
71 {
"IL",
"CH",
"VA",
"MK",
"__"},
72 {
"IT",
"JO",
"SK",
"__",
"__"},
73 {
"BE",
"FI",
"SY",
"__",
"UA"},
74 {
"RU",
"LU",
"TN",
"__",
"__"},
75 {
"PS",
"BG",
"__",
"NL",
"PT"},
76 {
"AL",
"DK",
"LI",
"LV",
"SI"},
77 {
"AT",
"GI",
"IS",
"LB",
"__"},
78 {
"HU",
"IQ",
"MC",
"__",
"__"},
79 {
"MT",
"GB",
"LT",
"HR",
"__"},
80 {
"DE",
"LY",
"YU",
"__",
"__"},
81 {
"__",
"RO",
"ES",
"SE",
"__"},
82 {
"EG",
"FR",
"NO",
"BY",
"BA"}};
125 "Unknown/not applicable",
172 {
"no duration given",
"no duration given"},
173 {
"15 minutes",
"next few hours"},
174 {
"30 minutes",
"rest of the day"},
175 {
"1 hour",
"until tomorrow evening"},
176 {
"2 hours",
"rest of the week"},
177 {
"3 hours",
"end of next week"},
178 {
"4 hours",
"end of the month"},
179 {
"rest of the day",
"long period"}};
183const int optional_content_lengths[16]={3,3,5,5,5,8,8,8,8,11,16,16,16,16,0,0};
188 "Length of route affected",
189 "Speed limit advice",
192 "Supplementary information code",
193 "Explicit start time",
194 "Explicit stop time",
196 "Detailed diversion instructions",
198 "RFU (Reserved for future use)",
199 "Cross linkage to source of problem, or another route",
201 "RFU (Reserved for future use)"};
const std::string label_descriptions[16]
Definition constants.h:185
static const unsigned int offset_pos[5]
Definition constants.h:25
const std::string rds_group_acronyms[16]
Definition constants.h:103
static const unsigned int syndrome[5]
Definition constants.h:27
const std::string pi_country_codes[15][5]
Definition constants.h:67
const std::string coverage_area_codes[16]
Definition constants.h:85
const std::string pty_table[32][2]
Definition constants.h:32
static const char *const offset_name[]
Definition constants.h:28
static const unsigned int offset_word[5]
Definition constants.h:26
const std::string language_codes[44]
Definition constants.h:124
const std::string tmc_duration[8][2]
Definition constants.h:171
const int optional_content_lengths[16]
Definition constants.h:183