libdvbv5 1.22.1
Library to work with Digital TV devices on Linux
|
Provides the table parser for the ATSC EIT (Event Information Table) More...
Go to the source code of this file.
Data Structures | |
struct | atsc_table_eit_event |
ATSC EIT event table. More... | |
union | atsc_table_eit_desc_length |
ATSC EIT descriptor length. More... | |
struct | atsc_table_eit |
ATSC EIT table. More... | |
Macros | |
#define | ATSC_TABLE_EIT |
ATSC EIT table ID. More... | |
#define | atsc_eit_event_foreach(_event, _eit) |
Macro used to find event on an ATSC EIT table. More... | |
Functions | |
ssize_t | atsc_table_eit_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, ssize_t buflen, struct atsc_table_eit **table) |
Initializes and parses ATSC EIT table. More... | |
void | atsc_table_eit_free (struct atsc_table_eit *table) |
Frees all data allocated by the ATSC EIT table parser. More... | |
void | atsc_table_eit_print (struct dvb_v5_fe_parms *parms, struct atsc_table_eit *table) |
Prints the content of the ATSC EIT table. More... | |
void | atsc_time (const uint32_t start_time, struct tm *tm) |
Converts an ATSC EIT formatted timestamp into struct tm. More... | |
Provides the table parser for the ATSC EIT (Event Information Table)
Definition in file atsc_eit.h.