libdvbv5  1.11.0
Library to work with Digital TV devices on Linux
vct.h File Reference

Provides the descriptors for TVCT and CVCT tables. More...

#include <stdint.h>
#include <unistd.h>
#include <libdvbv5/atsc_header.h>
Include dependency graph for vct.h:

Go to the source code of this file.

Data Structures

struct  atsc_table_vct_channel
 ATSC VCT channel table (covers both CVCT and TVCT) More...
 
struct  atsc_table_vct
 ATSC VCT table (covers both CVCT and TVCT) More...
 
union  atsc_table_vct_descriptor_length
 ATSC VCT descriptor length. More...
 

Macros

#define ATSC_TABLE_TVCT
 TVCT table ID. More...
 
#define ATSC_TABLE_CVCT
 CVCT table ID. More...
 
#define ATSC_TABLE_VCT_PID
 Program ID with the VCT tables on it. More...
 
#define atsc_vct_channel_foreach(_channel, _vct)
 Macro used to find channels on a VCT table. More...
 

Functions

ssize_t atsc_table_vct_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, ssize_t buflen, struct atsc_table_vct **table)
 Initializes and parses VCT table. More...
 
void atsc_table_vct_free (struct atsc_table_vct *table)
 Frees all data allocated by the VCT table parser. More...
 
void atsc_table_vct_print (struct dvb_v5_fe_parms *parms, struct atsc_table_vct *table)
 Prints the content of the VCT table. More...
 

Detailed Description

Provides the descriptors for TVCT and CVCT tables.

Author
Mauro Carvalho Chehab
Andre Roth
Relevant specs
The table described herein is defined at:
  • ATSC A/65:2009
See also
http://www.etherguidesystems.com/help/sdos/atsc/syntax/tablesections/TVCT.aspx
http://www.etherguidesystems.com/help/sdos/atsc/syntax/tablesections/CVCT.aspx
Bug Report
Please submit bug reports and patches to linux.nosp@m.-med.nosp@m.ia@vg.nosp@m.er.k.nosp@m.ernel.nosp@m..org

Definition in file vct.h.