Go to the source code of this file.
Functions | |
| static QString | decode_iso6937 (const unsigned char *buf, uint length) |
| static QString | decode_text (const unsigned char *buf, uint length) |
| QString | dvb_decode_text (const unsigned char *src, uint raw_length, const unsigned char *encoding_override, uint encoding_override_length) |
| QString | dvb_decode_short_name (const unsigned char *src, uint raw_length) |
| QString | myth_category_type_to_string (uint category_type) |
| MythCategoryType | string_to_myth_category_type (const QString &category_type) |
Variables | |
| const char * | linkage_types [] |
| static QString decode_iso6937 | ( | const unsigned char * | buf, | |
| uint | length | |||
| ) | [static] |
Definition at line 11 of file dvbdescriptors.cpp.
Referenced by decode_text().
| static QString decode_text | ( | const unsigned char * | buf, | |
| uint | length | |||
| ) | [static] |
Definition at line 98 of file dvbdescriptors.cpp.
Referenced by dvb_decode_short_name(), and dvb_decode_text().
| QString dvb_decode_text | ( | const unsigned char * | src, | |
| uint | raw_length, | |||
| const unsigned char * | encoding_override, | |||
| uint | encoding_override_length | |||
| ) |
Definition at line 49 of file dvbdescriptors.cpp.
Referenced by BouquetNameDescriptor::BouquetName(), TransportStreamDescriptor::Data(), dvb_decode_short_name(), dvb_decode_text(), ShortEventDescriptor::EventName(), NetworkNameDescriptor::Name(), SCTEComponentNameDescriptor::NameString(), ServiceDescriptor::ServiceName(), ServiceDescriptor::ServiceProviderName(), ShortEventDescriptor::Text(), ExtendedEventDescriptor::Text(), and DataBroadcastDescriptor::Text().
| QString dvb_decode_short_name | ( | const unsigned char * | src, | |
| uint | raw_length | |||
| ) |
Definition at line 157 of file dvbdescriptors.cpp.
Referenced by BouquetNameDescriptor::BouquetShortName(), ShortEventDescriptor::EventShortName(), ServiceDescriptor::ServiceProviderShortName(), ServiceDescriptor::ServiceShortName(), and NetworkNameDescriptor::ShortName().
| QString myth_category_type_to_string | ( | uint | category_type | ) |
Definition at line 204 of file dvbdescriptors.cpp.
Referenced by ProgInfo::InsertDB(), DBEvent::InsertDB(), ProgramData::IsUnchanged(), XMLTVParser::parseProgram(), and DBEvent::UpdateDB().
| MythCategoryType string_to_myth_category_type | ( | const QString & | category_type | ) |
Definition at line 215 of file dvbdescriptors.cpp.
Referenced by DBEvent::GetOverlappingPrograms(), and XMLTVParser::parseProgram().
| const char* linkage_types[] |
{
"Reserved(0x00)",
"Information Service",
"EPG Service",
"CA Replacement Service",
"TS Containing Complete Network/Bouquet SI",
"Service Replacement Service",
"Data Broadcast Service",
"RCS Map",
"Mobile Hand-Over",
"System Software Update Service",
"TS Containing SSU, BAT or NIT",
"IP/MAC Notification Service",
"TS Containing INT, BAT or NIT",
"Event Linkage",
}
Definition at line 235 of file dvbdescriptors.cpp.
Referenced by LinkageDescriptor::LinkageTypeString().
1.6.3