|
Last change
on this file since 76 was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
Property svn:executable set to
*
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | /******************************************************************** |
|---|
| 2 | |
|---|
| 3 | DMW_EpgMgtMgr.h |
|---|
| 4 | |
|---|
| 5 | Mgt table manager module |
|---|
| 6 | |
|---|
| 7 | Copyright 2004 Digital STREAM Technology, Inc. |
|---|
| 8 | All Rights Reserved |
|---|
| 9 | |
|---|
| 10 | $Id: DMW_EpgMgtMgr.c v1.00 2004/04 cafrii Exp $ |
|---|
| 11 | |
|---|
| 12 | ********************************************************************/ |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | typedef void (*MgtEventProc)(tDHL_TSD tsd, mgtSectionPtr_t mgt, UINT32 userParam); |
|---|
| 16 | // mgt is temporary and should not be used later.. |
|---|
| 17 | // if necessary, duplicate it! |
|---|
| 18 | // |
|---|
| 19 | // do not call 'Dmc_EmmRegisterMgtEventProc' API in this 'MgtEventProc' event procedure.. |
|---|
| 20 | // it might be recursive call chain and system hangup.. |
|---|
| 21 | // |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | STATUS Dmc_DuplicateMgtSection(mgtSectionPtr_t *pmgt_new, mgtSectionPtr_t mgt_org); |
|---|
| 25 | |
|---|
| 26 | STATUS Dmc_EmmStartMgtMonitor(tDHL_TSD tsd); |
|---|
| 27 | STATUS Dmc_EmmGetMgtSection(tDHL_TSD tsd, mgtSectionPtr_t *pMgtSectPtr, int timeOut, BOOL (*ckfn)()); |
|---|
| 28 | STATUS Dmc_EmmInvalidateMgt(tDHL_TSD tsd); |
|---|
| 29 | STATUS Dmc_EmmCancelMgtMoninor(tDHL_TSD tsd); |
|---|
| 30 | STATUS Dmc_EmmRegisterMgtEventProc(tDHL_TSD tsd, MgtEventProc eventProc, UINT32 userParam, BOOL bSendEventCurMgt); |
|---|
| 31 | STATUS Dmc_EmmUnregisterMgtEventProc(tDHL_TSD tsd, MgtEventProc eventProc); |
|---|
| 32 | |
|---|
| 33 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.