Changeset 14 in svn
- Timestamp:
- May 4, 2015 2:33:46 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/zasc/app_c/dst_eroum_interface.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/zasc/app_c/dst_eroum_interface.c
r2 r14 805 805 //return DHL_SI_Monitor(RF, nRequestID, 0xDF1, 0x3C, sectionMode, 0, false); 806 806 //return DHL_SI_Monitor(RF, nRequestID, 0x3A2, 0x3C, sectionMode, 0, false); // ±Ý°¹æ¼Û 807 return DHL_SI_Monitor(RF, nRequestID, 8160, 0x3C, sectionMode, 0, false); // ¼°æ¹æ¼Û807 return DHL_SI_Monitor(RF, nRequestID, 0xDF1, 0x3C, sectionMode, 0, false); // CMB¿Í °°°Ô 808 808 #endif 809 809 } … … 812 812 { 813 813 DST_Printf("%s nRequestID = %d 0x%X\n", __func__, (int)nRequestID, pid); 814 return DHL_SI_Monitor(RF, nRequestID, pid, 0x4B, tableMode, 0, false); // ¼°æ¹æ¼ÛÀ» À§ÇØ 3B -> 4B·Î º¯°æ 814 return DHL_SI_Monitor(RF, nRequestID, pid, 0x3B, tableMode, 0, false);// CMB¿Í °°°Ô 815 #endif 815 816 } 816 817 … … 818 819 { 819 820 DST_Printf("%s nRequestID = %d 0x%X\n", __func__, (int)nRequestID, pid); 820 return DHL_SI_Monitor(RF, nRequestID, pid, 0x4C, sectionMode, 0, false); // ¼°æ¹æ¼ÛÀ» À§ÇØ 3C -> 4C·Î º¯°æ 821 return DHL_SI_Monitor(RF, nRequestID, pid, 0x3C, sectionMode, 0, false); // CMB¿Í °°°Ô 822 #endif 821 823 } 822 824 … … 873 875 } 874 876 tDHL_Demod demod = eDHL_DEMOD_8VSB; 875 #if 0// ¼°æ¹æ¼ÛÀº µ¥ÀÌÅÍ Ã¤³Îµµ 8VSBÀ̱⶧¹®¿¡ ¸ðµÎ 8VSB °íÁ¤À¸·Î ÇÔ877 #if 1 // ¼°æ¹æ¼ÛÀº µ¥ÀÌÅÍ Ã¤³Îµµ 8VSBÀ̱⶧¹®¿¡ ¸ðµÎ 8VSB °íÁ¤À¸·Î ÇÔ 876 878 if (nMode == DHL_MODULATION_64QAM) demod = eDHL_DEMOD_64QAM; 877 879 if (nMode == DHL_MODULATION_256QAM) demod = eDHL_DEMOD_256QAM;
Note: See TracChangeset
for help on using the changeset viewer.
