source: svn/newcon3bcm2_21bu/dst/app/src/Function/App_Fnc_AutoScan.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.8 KB
Line 
1/****************************************************************************
2* NAME: App_Fnc_AutoScan.h
3*----------------------------------------------------------------------------
4* Copyright (c) DIGITAL STREAM Technology Inc.
5*----------------------------------------------------------------------------
6* CREATED_BY: Chan Hun Jeon
7* CREATION_DATE: 2009/09/08
8* $Author: chjeon $
9* $Revision: 1.1 $
10* $Date: 2009/07/08 15:08:26 $
11*----------------------------------------------------------------------------
12* PURPOSE:
13* - implement autoscan API
14*****************************************************************************/
15
16#ifndef __APP_FNC_AUTOSCAN_H__
17#define __APP_FNC_AUTOSCAN_H__
18
19/*_____ I N C L U D E __________________________________________*/
20
21#include "DMW_ChannelAPI.h"
22
23
24
25#if COMMENT
26____Overview____(){}
27#endif
28
29/*
30        Autoscan module
31        - Autoscan API
32
33        Dependencies
34        - Channel MW (Channelscan)     
35*/
36
37
38
39
40
41/*_____ D E F I N I T I O N ____________________________________*/
42
43#if COMMENT
44____Config____(){}
45#endif
46
47
48
49
50
51#if COMMENT
52____Types____(){}
53#endif
54
55
56
57
58
59#if COMMENT
60____Variables____(){}
61#endif
62
63
64
65
66
67#if COMMENT
68____NvParam____(){}
69#endif
70
71
72
73
74
75/*_____ F U N C T I O N ________________________________________*/
76
77#if COMMENT
78____Function____(){}
79#endif
80
81void App_AutoScan_StartScan(int nStart, int nEnd, BOOL bAddOnMode);
82void App_AutoScan_RestartScan(BOOL bAddOnMode);
83BOOL App_Autoscan_CheckAutoscanOnGoing(void);
84void App_Autoscan_ChBackupBeforeScan(void);
85void App_Autoscan_RecoverLastChannel(void);
86void App_AutoScan_TunerSet(ScanTunerSetCbParam *param);
87int App_Autoscan_GetProgressPercent(void);
88void App_AutoScanInit(void);
89
90void App_Autoscan_SetSTTCheck(BOOL bset);
91
92
93
94#endif /* __APP_FNC_AUTOSCAN_H__ */
Note: See TracBrowser for help on using the repository browser.