54 #define ATSC_TABLE_EIT 0xCB
88 } __attribute__((packed));
89 } __attribute__((packed));
99 } __attribute__((packed));
100 } __attribute__((packed));
105 } __attribute__((packed));
127 } __attribute__((packed));
128 } __attribute__((packed));
152 } __attribute__((packed));
161 #define atsc_eit_event_foreach(_event, _eit) \
162 for( struct atsc_table_eit_event *_event = _eit->event; _event; _event = _event->next ) \
215 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.