source: svn/newcon3bcm2_21bu/dst/dlib/src/si/DLIB_SDDS_Parser.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.1 KB
Line 
1/**
2        @file
3                DLIB_SDDS_Parser.h
4
5        @brief
6               
7
8*/
9
10
11#ifndef __DLIB_SDDS_PARSER_H__
12#define __DLIB_SDDS_PARSER_H__
13
14
15//#include "DHL_Demux.h"
16#include "DLIB_SDDS.h"
17
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23
24
25#if COMMENT
26____Overview____(){}
27#endif
28
29
30
31#if COMMENT
32____Config____(){}
33#endif
34
35
36
37#if COMMENT
38____Types____(){}
39#endif
40
41
42
43
44#if COMMENT
45____Defines____(){}
46#endif
47
48
49
50
51
52
53#if COMMENT
54____API____(){}
55#endif
56
57
58/**
59
60*/
61void DLIB_SDDS_FreeSection (void *sectionPtr);
62
63/**
64
65*/
66DHL_RESULT DLIB_SDDS_ParseDsiSection (UINT8 *section, sddsDsiPtr_t *ppDsi);
67
68/**
69
70*/
71DHL_RESULT DLIB_SDDS_ParseDiiSection (UINT8 *section, sddsDiiPtr_t *ppDii);
72
73/**
74
75*/
76DHL_RESULT DLIB_SDDS_ParseDdbSection (UINT8 *section, sddsDdbPtr_t *ppDdb);
77
78
79
80#if COMMENT
81____Debug____(){}
82#endif
83
84void DLIB_SDDS_PrintDsiSection (sddsDsiPtr_t dsi, UINT32 indent);
85
86void DLIB_SDDS_PrintDiiSection (sddsDiiPtr_t dii, UINT32 indent);
87
88void DLIB_SDDS_PrintDdbSection (sddsDdbPtr_t ddb, UINT32 indent);
89
90
91
92#ifdef __cplusplus
93} /* extern "C" */
94#endif
95
96
97
98#endif  /* __DLIB_SDDS_PARSER_H__ */
99
Note: See TracBrowser for help on using the repository browser.