source: svn/newcon3bcm2_21bu/dst/app/src/kview/OSD/App_OSD_ChEdit.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.6 KB
Line 
1/****************************************************************************
2* NAME: App_OSD_ChEdit.h
3*----------------------------------------------------------------------------
4* Copyright (c) DIGITAL STREAM Technology Inc.
5*----------------------------------------------------------------------------
6* CREATED_BY: Do Gon Lee
7* CREATION_DATE: 2009/07/08
8* $Author: foxhunt $
9* $Revision: 1.0 $
10* $Date: 2010/04/29 19:23:31 $
11*----------------------------------------------------------------------------
12* PURPOSE:
13*       - Channel Edit banner OSD header file
14*****************************************************************************/
15
16#ifndef __APP_OSD_CHEDIT_H__
17#define __APP_OSD_CHEDIT_H__
18
19/*_____ I N C L U D E __________________________________________*/
20
21#include "App_Fnc_Ucm.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
75void App_OSD_DrawChEditIcon(void);
76void App_OSD_DrawChEditSignal(int signal);
77void App_OSD_DrawChEditData(int bCursorFav, int curChIdx, int chDrawStIdx, tApp_UcmShortInfo* chinfo, int numCh);
78
79void App_OSD_DrawChEditBG(void);
80void App_OSD_EraseChEditBG(void);
81void App_OSD_RedrawChEditSignal(void);
82
83
84
85
86
87#endif  /* __APP_OSD_CHEDIT_H__ */
Note: See TracBrowser for help on using the repository browser.