Changeset 14 in svn


Ignore:
Timestamp:
May 4, 2015 2:33:46 PM (11 years ago)
Author:
megakiss
Message:

CMB와 동일하게 PID는 0xDF1으로 수정

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zasc/app_c/dst_eroum_interface.c

    r2 r14  
    805805        //return DHL_SI_Monitor(RF, nRequestID, 0xDF1, 0x3C, sectionMode, 0, false); 
    806806        //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¿Í °°°Ô 
    808808#endif 
    809809} 
     
    812812{ 
    813813        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 
    815816} 
    816817 
     
    818819{ 
    819820        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 
    821823} 
    822824 
     
    873875        } 
    874876        tDHL_Demod demod = eDHL_DEMOD_8VSB; 
    875 #if 0 // ¼­°æ¹æ¼ÛÀº µ¥ÀÌÅÍ Ã¤³Îµµ 8VSBÀ̱⶧¹®¿¡ ¸ðµÎ 8VSB °íÁ¤À¸·Î ÇÔ 
     877#if 1 // ¼­°æ¹æ¼ÛÀº µ¥ÀÌÅÍ Ã¤³Îµµ 8VSBÀ̱⶧¹®¿¡ ¸ðµÎ 8VSB °íÁ¤À¸·Î ÇÔ 
    876878        if (nMode == DHL_MODULATION_64QAM) demod = eDHL_DEMOD_64QAM; 
    877879        if (nMode == DHL_MODULATION_256QAM) demod = eDHL_DEMOD_256QAM; 
Note: See TracChangeset for help on using the changeset viewer.