source: svn/newcon3bcm2_21bu/dst/app/src/Function/App_Fnc_RRT.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.9 KB
Line 
1/****************************************************************************
2* NAME: App_Fnc_RRT.h
3*----------------------------------------------------------------------------
4* Copyright (c) DIGITAL STREAM Technology Inc.
5*----------------------------------------------------------------------------
6* CREATED_BY: Do Gon Lee
7* CREATION_DATE: 2009/08/26
8* $Author: foxhunt $
9* $Revision: 1.0 $
10* $Date: 2009/08/26 09:12:22 $
11*----------------------------------------------------------------------------
12* PURPOSE:
13* - App_Fnc_RRT.c header file
14*****************************************************************************/
15
16#ifndef _APP_FNC_RRT_H_
17#define _APP_FNC_RRT_H_
18
19/*_____ I N C L U D E __________________________________________*/
20
21#include "DMW_EpgBase.h"
22
23
24
25
26
27#if COMMENT
28____Overview____(){}
29#endif
30
31
32
33
34
35/*_____ D E F I N I T I O N ____________________________________*/
36
37#if COMMENT
38____Config____(){}
39#endif
40
41
42
43
44
45#if COMMENT
46____Types____(){}
47#endif
48
49
50
51
52
53#if COMMENT
54____Variables____(){}
55#endif
56
57
58
59
60
61#if COMMENT
62____NvParam____(){}
63#endif
64
65
66
67
68
69/*_____ F U N C T I O N ________________________________________*/
70
71#if COMMENT
72____Function____(){}
73#endif
74
75
76void AppRrt_Init(void);
77
78// init/reset µîÀº º¸Åë ÇѲ¨¹ø¿¡ ¼öÇàµÇ´Â °æ¿ì°¡ ¸¹À¸¹Ç·Î, Çѹø¿¡ ¸ð¾Æ¼­ sync¸¦ ÇÒ Çʿ䰡 ÀÖ´Ù.
79// µû¶ó¼­ ÇÔ¼ö ÀÎÀÚ·Î sync ¿©ºÎ¸¦ ¼±ÅÃÇÏ°Ô ÇÔ.
80void AppRrt_ResetRrtDB(BOOL bSync);
81void AppRrt_SaveRrt(void);
82void AppRrt_LoadRrt(void);
83
84void AppRrt_PrintRrt(BOOL bDetail);
85BOOL AppRrt_ChangeRrtOption(int dim, int value, EPG_RRT_BLOCK_OPTION action, BOOL bSaveNvRam);
86        /* cafrii 060822, support toggle */
87
88void AppRrt_UseDRRT(BOOL bUse);
89
90/* iskang */
91void AppRrt_SaveCopiedRrtSection(rrtSectionPtr_t rrt);
92rrtSectionPtr_t AppRrt_GetRrt();
93BOOL AppRrt_ChangeCopiedRrtOption(rrtSectionPtr_t rrt,int idim, int ivalue
94                ,EPG_RRT_BLOCK_OPTION action);
95
96
97
98#endif  /* _APP_FNC_RRT_H_ */
Note: See TracBrowser for help on using the repository browser.