Mercurial > pt1
comparison driver/pt1_tuner_data.h @ 69:272a8fba970b
added very rough support for PT2.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 26 Oct 2009 19:46:49 +0900 |
parents | 07b2fc07ff48 |
children | 28f25ec7f962 |
comparison
equal
deleted
inserted
replaced
68:440c13a0030b | 69:272a8fba970b |
---|---|
25 extern WBLOCK com_initdata; //初期化(共通) | 25 extern WBLOCK com_initdata; //初期化(共通) |
26 extern WBLOCK isdb_s_init1; //ISDB-S先頭 | 26 extern WBLOCK isdb_s_init1; //ISDB-S先頭 |
27 extern WBLOCK isdb_s_init21; //ISDB-S最終 | 27 extern WBLOCK isdb_s_init21; //ISDB-S最終 |
28 extern WBLOCK isdb_t_init17; //ISDB-T最終 | 28 extern WBLOCK isdb_t_init17; //ISDB-T最終 |
29 extern WBLOCK bs_pll_lock; //ISDB-S PLLロック確認 | 29 extern WBLOCK bs_pll_lock; //ISDB-S PLLロック確認 |
30 extern WBLOCK *isdb_s_initial[MAX_ISDB_S_INIT]; | 30 extern WBLOCK *isdb_s_initial_pt1[MAX_ISDB_S_INIT]; |
31 extern WBLOCK *isdb_t_initial[MAX_ISDB_T_INIT]; | 31 extern WBLOCK *isdb_s_initial_pt2[MAX_ISDB_S_INIT]; |
32 extern WBLOCK *isdb_t_initial_pt1[MAX_ISDB_T_INIT]; | |
33 extern WBLOCK *isdb_t_initial_pt2[MAX_ISDB_T_INIT]; | |
32 /***************************************************************************/ | 34 /***************************************************************************/ |
33 /* BS用データ定義 */ | 35 /* BS用データ定義 */ |
34 /***************************************************************************/ | 36 /***************************************************************************/ |
35 extern WBLOCK_BS_PLL bs_pll[MAX_BS_CHANNEL] ; // 周波数テーブル | 37 extern WBLOCK_BS_PLL bs_pll[MAX_BS_CHANNEL] ; // 周波数テーブル |
36 extern WBLOCK *bs_get_ts_id[(MAX_BS_TS_ID / 2)] ; // TS-ID取得テーブル | 38 extern WBLOCK *bs_get_ts_id[(MAX_BS_TS_ID / 2)] ; // TS-ID取得テーブル |