source: svn/newcon3bcm2_21bu/dta/src/app/ntia/tsid_table.h @ 43

Last change on this file since 43 was 43, checked in by megakiss, 11 years ago

광주방송 OTC 주파수 369Mhz로 변경

  • Property svn:executable set to *
File size: 461 bytes
Line 
1#ifndef __TSID_TABLE_H__
2#define __TSID_TABLE_H__
3typedef struct utc_offset_t
4{
5        unsigned short  tsid;                           /* Broadcaster TSID (RE ATSC A65) */
6        char                    offset;                         /* signed offset in hours from UTC */
7        unsigned char   dtv;                            /* DTV Channel Number */
8        unsigned short  dst                     : 1;    /* DST observance */
9        unsigned short  location        : 10;   /* BRCM location code */
10        unsigned short  ant                     : 5;    /* BRCM antenna location code */
11}utc_offset_t;
12
13#endif /* __TSID_TABLE_H__ */
Note: See TracBrowser for help on using the repository browser.