source: svn/newcon3bcm2_21bu/dst/app/src/Function/App_Fnc_Pod.h

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 1.7 KB
Line 
1/****************************************************************************
2* NAME: App_Fnc_Pod.h
3*----------------------------------------------------------------------------
4* Copyright (c) DIGITAL STREAM Technology Inc.
5*----------------------------------------------------------------------------
6* CREATED_BY: Young Hun Lee
7* CREATION_DATE: 2009/11/11
8* $Author: cafrii $
9* $Revision: 1.0 $
10* $Date: $
11*----------------------------------------------------------------------------
12* PURPOSE:
13* - App_Fnc_Pod.c header file
14*****************************************************************************/
15
16#ifndef __APP_FNC_POD_H__
17#define __APP_FNC_POD_H__
18
19/*_____ I N C L U D E __________________________________________*/
20
21//#include "DHL_PsiAPI.h"
22//#include "DHL_PODIF.h"
23
24
25#if COMMENT
26____Overview____(){}
27#endif
28
29
30
31
32
33/*_____ D E F I N I T I O N ____________________________________*/
34
35#if COMMENT
36____Config____(){}
37#endif
38
39
40
41
42
43#if COMMENT
44____Types____(){}
45#endif
46
47
48
49
50
51#if COMMENT
52____Variables____(){}
53#endif
54
55
56
57
58
59
60
61/*_____ F U N C T I O N ________________________________________*/
62
63#if COMMENT
64____Function____(){}
65#endif
66
67/* Dialog */
68BOOL AppInfoRegisterOn(BOOL bOn);
69void APP_POD_OpenDialog(char *url);
70void APP_POD_CloseDialog(void);
71unsigned char* ReceiveCardMmi(unsigned char *pData);
72
73/* POD */
74void APP_POD_Start(void);
75void APP_POD_Stop(void);
76void APP_POD_Init(void);
77
78/* CA PMT */
79BOOL APP_POD_IsPodInserted(void);
80void APP_POD_NotifyPmtChange(MPEG_PMT *pPmt);
81
82/* SI control */
83void APP_ScteSiStart(void);
84void APP_ScteSiStop(void);
85UINT32 APP_ScteSiChListUpdateCount(void);
86void APP_ScteSiUpdateChList(void);
87
88
89
90
91
92#endif  /* __APP_FNC_POD_H__ */
Note: See TracBrowser for help on using the repository browser.