source: svn/newcon3bcm2_21bu/dst/app/src/Function/App_Fnc_Common.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_Fnc_Common.h
3*----------------------------------------------------------------------------
4* Copyright (c) DIGITAL STREAM Technology Inc.
5*----------------------------------------------------------------------------
6* CREATED_BY: Yong Dae Park
7* CREATION_DATE: 2010/04/19
8* $Author: x2silo $
9* $Revision: 1.0 $
10* $Date: $ 2010.04.19
11*----------------------------------------------------------------------------
12* PURPOSE:
13* -
14*****************************************************************************/
15
16#ifndef __APP_FNC_COMMON_H__
17#define __APP_FNC_COMMON_H__
18
19/*_____ I N C L U D E __________________________________________*/
20
21#include "DMW_Channel.h"
22#include "DMW_ChannelAPI.h"
23
24#include "DMW_SysTime.h"
25#include "DMW_EpgInterface.h"
26#include "DMW_Timer.h"
27
28//#include "DMW_ChannelVer.h"
29//#include "DMW_EpgVersion.h"
30
31//#include "DMW_CodeConv.h"
32#include "DMW_Mutex.h"
33
34#include "App_Fnc_NvRam.h"
35#include "App_Fnc_Ucm.h"
36
37
38
39#if COMMENT
40____Overview____(){}
41#endif
42
43
44
45
46
47/*_____ D E F I N I T I O N ____________________________________*/
48
49#if COMMENT
50____Config____(){}
51#endif
52
53
54
55
56
57#if COMMENT
58____Types____(){}
59#endif
60
61
62
63#if COMMENT
64____Variables____(){}
65#endif
66
67
68
69
70
71#if COMMENT
72____NvParam____(){}
73#endif
74
75
76
77
78
79/*_____ F U N C T I O N ________________________________________*/
80
81#if COMMENT
82____Function____(){}
83#endif
84
85
86
87
88
89#endif /* __APP_FNC_COMMON_H__ */
Note: See TracBrowser for help on using the repository browser.