|
Last change
on this file was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
Property svn:executable set to
*
|
|
File size:
461 bytes
|
| Rev | Line | |
|---|
| 1 | #ifndef __TSID_TABLE_H__ |
|---|
| 2 | #define __TSID_TABLE_H__ |
|---|
| 3 | typedef 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.