libdvbv5 1.22.1
Library to work with Digital TV devices on Linux
|
Provides the table parser for the DVB EIT (Event Information Table) More...
Go to the source code of this file.
Data Structures | |
struct | dvb_table_eit_event |
DVB EIT event table. More... | |
struct | dvb_table_eit |
DVB EIT table. More... | |
Macros | |
#define | DVB_TABLE_EIT |
DVB EIT table ID for the actual TS. More... | |
#define | DVB_TABLE_EIT_OTHER |
DVB EIT table ID for other TS. More... | |
#define | DVB_TABLE_EIT_PID |
DVB EIT Program ID. More... | |
#define | DVB_TABLE_EIT_SCHEDULE |
Start table ID for the DVB EIT schedule data on the actual TS The range has 0x0f elements (0x50 to 0x5F). More... | |
#define | DVB_TABLE_EIT_SCHEDULE_OTHER |
Start table ID for the DVB EIT schedule data on other TS The range has 0x0f elements (0x60 to 0x6F). More... | |
#define | dvb_eit_event_foreach(_event, _eit) |
Macro used to find event on a DVB EIT table. More... | |
Functions | |
ssize_t | dvb_table_eit_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, ssize_t buflen, struct dvb_table_eit **table) |
Initializes and parses EIT table. More... | |
void | dvb_table_eit_free (struct dvb_table_eit *table) |
Frees all data allocated by the DVB EIT table parser. More... | |
void | dvb_table_eit_print (struct dvb_v5_fe_parms *parms, struct dvb_table_eit *table) |
Prints the content of the DVB EIT table. More... | |
void | dvb_time (const uint8_t data[5], struct tm *tm) |
Converts a DVB EIT formatted timestamp into struct tm. More... | |
Variables | |
const char * | dvb_eit_running_status_name [8] |
Converts a running_status field into string. More... | |
Provides the table parser for the DVB EIT (Event Information Table)
Definition in file eit.h.
|
extern |
Converts a running_status field into string.