source: svn/newcon3bcm2_21bu/dst/app/src/Function/App_Fnc_EPG.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.5 KB
Line 
1/****************************************************************************
2* NAME: App_Fnc_EPG.h
3*----------------------------------------------------------------------------
4* Copyright (c) DIGITAL STREAM Technology Inc.
5*----------------------------------------------------------------------------
6* CREATED_BY: Do Gon Lee
7* CREATION_DATE: 2009/08/20
8* $Author: foxhunt $
9* $Revision: 1.0 $
10* $Date: 2009/08/20 14:19:07 $
11*----------------------------------------------------------------------------
12* PURPOSE:
13* - Function EPG header file
14*****************************************************************************/
15
16#ifndef __APP_FNC_EPG_H__
17#define __APP_FNC_EPG_H__
18
19/*_____ I N C L U D E __________________________________________*/
20
21
22
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#if COMMENT
60____NvParam____(){}
61#endif
62
63
64
65
66
67/*_____ F U N C T I O N ________________________________________*/
68
69#if COMMENT
70____Function____(){}
71#endif
72
73void App_EpgInit(void);
74void App_EpgUpdateStart(void);
75void App_EpgIdleUpdateStart(int rf);
76void App_EpgUpdateCancel(void);
77void App_EpgDeleteAll(void);
78
79//neverdai addd. 110711 ¾Æ·¡ µÎ ÇÔ¼ö·Î EIT/ETTÀÇ ¼ö½Å ¿©ºÎ¸¦ °¨ÁöÇÑ´Ù.
80UINT32 App_EpgGetEitCount(void);
81UINT32 App_EpgGetEttCount(void);
82
83
84
85#endif  /* __APP_FNC_EPG_H__ */
Note: See TracBrowser for help on using the repository browser.