53 #define ATSC_TABLE_EIT 0xCB
87 } __attribute__((packed));
88 } __attribute__((packed));
98 } __attribute__((packed));
99 } __attribute__((packed));
104 } __attribute__((packed));
126 } __attribute__((packed));
127 } __attribute__((packed));
151 } __attribute__((packed));
160 #define atsc_eit_event_foreach(_event, _eit) \
161 for( struct atsc_table_eit_event *_event = _eit->event; _event; _event = _event->next ) \
214 void atsc_time(
const uint32_t start_time,
struct tm *tm);
struct atsc_table_eit_event * next
struct dvb_desc * descriptor
void atsc_time(const uint32_t start_time, struct tm *tm)
Converts an ATSC EIT formatted timestamp into struct tm.
ATSC EIT descriptor length.
Keeps data needed to handle the DVB frontend.
struct atsc_table_eit_event * event
void atsc_table_eit_print(struct dvb_v5_fe_parms *parms, struct atsc_table_eit *table)
Prints the content of the ATSC EIT table.
Linked list containing the several descriptors found on a MPEG-TS table.
struct dvb_table_header header
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.
void atsc_table_eit_free(struct atsc_table_eit *table)
Frees all data allocated by the ATSC EIT table parser.