#include <string.h>#include <memory.h>#include <math.h>#include <stdio.h>#include <stdlib.h>#include <time.h>#include "rtv.h"#include "rtvlib.h"#include "guideparser.h"Go to the source code of this file.
|
|
Definition at line 37 of file guideparser.c. Referenced by mapDaysOfWeek(). |
|
|
Definition at line 39 of file guideparser.c. Referenced by parse_show(). |
|
|
Definition at line 38 of file guideparser.c. Referenced by mapExtendedMPAARating(), and mapExtendedTVRating(). |
|
|
Definition at line 36 of file guideparser.c. Referenced by convert_v1_to_v2_snapshot_header(). |
|
|
Definition at line 41 of file guideparser.c. |
|
|
|
||||||||||||
|
|
Definition at line 425 of file guideparser.c. References channel_info_t::channel, channel_info_t::channelindex, channel_info_t::isvalid, channel_info_t::structuresize, channel_info_t::tmsID, and channel_info_t::usetuner. Referenced by parse_show(). |
|
|
Definition at line 562 of file guideparser.c. Referenced by parse_show(). |
|
|
Definition at line 452 of file guideparser.c. References movie_info_t::mpaa, movie_info_t::runtime, movie_info_t::stars, and movie_info_t::year. Referenced by parse_show(). |
|
|
Definition at line 462 of file guideparser.c. References parts_info_t::maxparts, and parts_info_t::partnumber. Referenced by parse_show(). |
|
|
Definition at line 437 of file guideparser.c. References program_info_t::autorecord, program_info_t::eventtime, program_info_t::flags, program_info_t::isvalid, program_info_t::minutes, program_info_t::recLen, program_info_t::structuresize, program_info_t::tmsID, and program_info_t::tuning. Referenced by parse_show(). |
|
|
|
|
Definition at line 416 of file guideparser.c. References theme_info_t::flags, theme_info_t::suzuki_id, and theme_info_t::thememinutes. |
|
|
|
||||||||||||
|
Definition at line 313 of file guideparser.c. References CE_FRI, CE_MON, CE_SAT, CE_SUN, CE_THU, CE_TUE, CE_WED, and DAYSOFWEEK_STR_SZ. |
|
||||||||||||
|
Definition at line 372 of file guideparser.c. References SHOW_RATING_STR_SZ. Referenced by parse_show(). |
|
||||||||||||
|
Definition at line 348 of file guideparser.c. References SHOW_RATING_STR_SZ. Referenced by parse_show(). |
|
||||||||||||||||
|
||||||||||||
|
||||||||||||
|
Definition at line 821 of file guideparser.c. |
|
|
Definition at line 802 of file guideparser.c. References group_data_t::categories, group_data_t::category, group_data_t::categoryoffset, RTV_PRT, group_data_t::structuresize, and x. |
|
|
|
Definition at line 837 of file guideparser.c. References CHANNELINFO_SZ, GUIDEHEADER_SZ, GUIDEHEADER_V1_SZ, PROGRAMINFO_SZ, rc, REPLAYCHANNEL_SZ, REPLAYSHOW_SZ, and RTV_ERRLOG. Referenced by parse_guide_snapshot(). |
|
|
Definition at line 108 of file guideparser.c. References input_source, and xref_string(). Referenced by rtv_print_show(). |
|
|
Definition at line 92 of file guideparser.c. References rtv_quality, and xref_string(). Referenced by rtv_print_show(). |
|
||||||||||||
|
Definition at line 70 of file guideparser.c. Referenced by parse_show(). |
|
||||||||||||
|
Definition at line 58 of file guideparser.c. Referenced by parse_show(), rtv_xref_input_source(), and rtv_xref_quality(). |
|
|
Initial value:
{
{ 64, "Standard" },
{ 65, "A Lineup" },
{ 66, "B Lineup" },
{ 68, "Rebuild Lineup" },
{ 71, "Non-Addressable Converter" },
{ 72, "Hamlin" },
{ 73, "Jerrold Impulse" },
{ 74, "Jerrold" },
{ 76, "Digital Rebuild" },
{ 77, "Multiple Converters" },
{ 78, "Pioneer" },
{ 79, "Oak" },
{ 80, "Premium" },
{ 82, "Cable-ready-TV" },
{ 83, "Converter Switch" },
{ 84, "Tocom" },
{ 85, "A Lineup Cable-ready-TV" },
{ 86, "B Lineup Cable-ready-TV" },
{ 87, "Scientific-Atlanta" },
{ 88, "Digital" },
{ 90, "Zenith" },
{ -1, "" }
}
Definition at line 220 of file guideparser.c. |
|
|
Initial value:
{
{ 0, "Direct RF" },
{ 1, "Direct Line 1"} ,
{ 2, "Direct Line 2" },
{ 3, "Tuner"} ,
{ 16, "Pre-loaded" },
{ -1, "" }
}
Definition at line 99 of file guideparser.c. Referenced by rtv_xref_input_source(). |
|
|
Initial value:
{
{ 0, "Local" },
{ 1, "LAN" } ,
{ 2, "Internet Downloadable" },
{ 3, "Internet Download Failed" },
{ 4, "Internet Index Download Restart" } ,
{ 5, "Internet Index Downloading" },
{ 6, "Internet Index Download Complete" },
{ 7, "Internet MPEG Download Restart" } ,
{ 8, "Internet MPEG Downloading" },
{ 9, "Internet MPEG Download Complete" } ,
{ 10, "Internet File Not Found" },
{ -1, "" }
}
Definition at line 261 of file guideparser.c. |
|
|
Initial value:
{
{ 0x00000002, "G"} ,
{ 0x00000004, "NC-17" },
{ 0x00000008, "NR" },
{ 0x00000010, "PG"} ,
{ 0x00000020, "PG-13" },
{ 0x00000040, "R" },
{ -1, "" }
}
Definition at line 293 of file guideparser.c. Referenced by parse_show(). |
|
|
Initial value:
{
{ 1, "Recurring" },
{ 2, "Theme"} ,
{ 3, "Single" },
{ 4, "Zone" },
{ -1, "" }
}
Definition at line 304 of file guideparser.c. |
|
|
Initial value:
{
{ RTV_QUALITY_HIGH, "High" },
{ RTV_QUALITY_MEDIUM, "Medium"} ,
{ RTV_QUALITY_STANDARD, "Standard" },
{ -1, "" }
}
Definition at line 84 of file guideparser.c. Referenced by rtv_xref_quality(). |
|
|
Initial value:
{
{ 1, "Basic" },
{ 2, "Expanded Basi" } ,
{ 3, "Premium" },
{ 4, "PPV" } ,
{ 5, "DMX/Music" },
{ -1, "" }
}
Definition at line 249 of file guideparser.c. |
|
|
Definition at line 116 of file guideparser.c. Referenced by parse_show(). |
|
|
Initial value:
{
{ 0x00000800, "TV-14" },
{ 0x00001000, "TV-G" },
{ 0x00002000, "TV-MA"} ,
{ 0x00004000, "TV-PG" },
{ 0x00008000, "TV-Y" },
{ 0x00010000, "TV-Y7"} ,
{ -1, "" }
}
Definition at line 279 of file guideparser.c. Referenced by parse_show(). |
1.4.6