source: svn/newcon3bcm2_21bu/dst/app/src/kview/OSD/App_OSD_Scan.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_OSD_Scan.h
3*----------------------------------------------------------------------------
4* Copyright (c) DIGITAL STREAM Technology Inc.
5*----------------------------------------------------------------------------
6* CREATED_BY: Yong Dae Park
7* CREATION_DATE: 2009/09/07
8* $Author: x2silo $
9* $Revision: 1.0 $
10* $Date: 2009/09/07 11:58:43 $
11*----------------------------------------------------------------------------
12* PURPOSE:
13* - Autoscan OSD header file
14*****************************************************************************/
15
16#ifndef __APP_OSD_SCAN_H__
17#define __APP_OSD_SCAN_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_OSD_DrawScanBG(void);
74void App_OSD_EraseScanBG(void);
75
76void App_OSD_UpdateScanBtn(int mode, BOOL is_stopped);
77void App_OSD_WaitingScanMsg(void);
78void App_OSD_UpdateScanBar(int curRf, int percent);
79void App_OSD_UpdateScanCh(int rf, int major, int minor);
80
81void App_OSD_ResetScanedChInfo(void);
82
83
84
85
86
87#endif  /* __APP_OSD_SCAN_H__ */
Note: See TracBrowser for help on using the repository browser.