source: svn/newcon3bcm2_21bu/dst/dmw/src/Channel/DMW_ChannelPM.h @ 76

Last change on this file since 76 was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 814 bytes
Line 
1/********************************************************************
2 *
3 * DMW_ChannelPM.h
4 *
5 *  Channel Module Performance Monitor definition
6 *
7 * Copyright 2002-2007 Digital STREAM Technology, Inc.
8 * All Rights Reserved
9 *
10 * DMW_ChannelPM.h,  cafrii
11 *
12 *******************************************************************/
13
14
15#ifndef __DMW_CHANNEL_PM_H__
16#define __DMW_CHANNEL_PM_H__
17
18
19#define USE_PERF_MON 0
20        //
21        // perfomance monitor »ç¿ë.
22        //
23
24
25
26
27#if USE_PERF_MON
28
29enum
30{
31        PM_EV_TUNE_TOTAL = 0,
32        PM_EV_TUNE_STOP,
33        PM_EV_TUNE_LOCK, 
34        PM_EV_TUNE_PSIP_LOAD,
35        PM_EV_TUNE_PSI_LOAD,
36        PM_EV_TUNE_AV_START,
37        PM_EV_TUNE_VIDEO_START,
38        PM_EV_TUNE_AUDIO_START,
39        PM_EV_TUNE_CALLBACK,
40};
41
42
43extern DHL_PM_HANDLE gDmcPMTune;
44
45#endif
46
47
48#endif // __DMW_CHANNEL_PM_H__
49
50
51
Note: See TracBrowser for help on using the repository browser.