diseqc 1.1 should be working now
[enigma2.git] / lib / dvb_si / table_id.h
1 /*
2  * $Id: table_id.h,v 1.1 2003-10-17 15:36:38 tmbinc Exp $
3  *
4  * (C) 2002-2003 Andreas Oberritter <obi@saftware.de>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19  *
20  */
21
22 #ifndef __dvb_id_table_id_h__
23 #define __dvb_id_table_id_h__
24
25 enum TableId {
26         /* ISO/IEC 13818-1, ITU T-REC H.222.0 */
27         TID_PAT                 = 0x00, /* program_association_section */
28         TID_CAT                 = 0x01, /* conditional_access_section */
29         TID_PMT                 = 0x02, /* TS_program_map_section */
30         TID_TSDT                = 0x03, /* TS_description_section */
31         TID_SDT                 = 0x04, /* ISO_IEC_14496_scene_description_section */
32         TID_ODT                 = 0x05, /* ISO_IEC_14496_object_descriptor_section */
33
34         /* 0x06 - 0x09: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 reserved */
35
36         /* 0x0A - 0x0D: ISO/IEC 13818-6 */
37         TID_DSMCC_MULTIPROTOCOL = 0x0A, /* Multiprotocol */
38         TID_DSMCC_MSG_HEADER    = 0x0B, /* DSM-CC Messages Header (U-N) */
39         TID_DSMCC_DESCR_LOOP    = 0x0C, /* DSM-CC Descriptors Loop */
40         TID_DSMCC_TBD           = 0x0D, /* TBD */
41
42         /* 0x0E - 0x37: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 reserved */
43
44         /* 0x38 - 0x3F: Defined in ISO/IEC 13818-6 */
45         TID_DSMCC_DL_MESSAGE    = 0x3B, /* DSM-CC Download Message */
46         TID_DSMCC_DL_DATA       = 0x3C, /* DSM-CC Download Data */
47         TID_DSMCC_DL_EVENT      = 0x3D, /* DSM-CC Download Event */
48
49         /* 0x40 - 0x7F: ETSI EN 300 468 V1.5.1 (2003-01) */
50         TID_NIT_ACTUAL          = 0x40, /* network_information_section - actual_network */
51         TID_NIT_OTHER           = 0x41, /* network_information_section - other_network */
52         TID_SDT_ACTUAL          = 0x42, /* service_description_section - actual_transport_stream */
53         TID_SDT_OTHER           = 0x46, /* service_description_section - other_transport_stream */
54         TID_BAT                 = 0x4A, /* bouquet_association_section */
55         TID_EIT_ACTUAL          = 0x4E, /* event_information_section - actual_transport_stream, present/following */
56         TID_EIT_OTHER           = 0x4F, /* event_information_section - other_transport_stream, present/following */
57         TID_EIT_ACTUAL_SCHED_0  = 0x50, /* event_information_section - actual_transport_stream, schedule */
58         TID_EIT_ACTUAL_SCHED_1  = 0x51, /* event_information_section - actual_transport_stream, schedule */
59         TID_EIT_ACTUAL_SCHED_2  = 0x52, /* event_information_section - actual_transport_stream, schedule */
60         TID_EIT_ACTUAL_SCHED_3  = 0x53, /* event_information_section - actual_transport_stream, schedule */
61         TID_EIT_ACTUAL_SCHED_4  = 0x54, /* event_information_section - actual_transport_stream, schedule */
62         TID_EIT_ACTUAL_SCHED_5  = 0x55, /* event_information_section - actual_transport_stream, schedule */
63         TID_EIT_ACTUAL_SCHED_6  = 0x56, /* event_information_section - actual_transport_stream, schedule */
64         TID_EIT_ACTUAL_SCHED_7  = 0x57, /* event_information_section - actual_transport_stream, schedule */
65         TID_EIT_ACTUAL_SCHED_8  = 0x58, /* event_information_section - actual_transport_stream, schedule */
66         TID_EIT_ACTUAL_SCHED_9  = 0x59, /* event_information_section - actual_transport_stream, schedule */
67         TID_EIT_ACTUAL_SCHED_A  = 0x5A, /* event_information_section - actual_transport_stream, schedule */
68         TID_EIT_ACTUAL_SCHED_B  = 0x5B, /* event_information_section - actual_transport_stream, schedule */
69         TID_EIT_ACTUAL_SCHED_C  = 0x5C, /* event_information_section - actual_transport_stream, schedule */
70         TID_EIT_ACTUAL_SCHED_D  = 0x5D, /* event_information_section - actual_transport_stream, schedule */
71         TID_EIT_ACTUAL_SCHED_E  = 0x5E, /* event_information_section - actual_transport_stream, schedule */
72         TID_EIT_ACTUAL_SCHED_F  = 0x5F, /* event_information_section - actual_transport_stream, schedule */
73         TID_EIT_OTHER_SCHED_0   = 0x60, /* event_information_section - other_transport_stream, schedule */
74         TID_EIT_OTHER_SCHED_1   = 0x61, /* event_information_section - other_transport_stream, schedule */
75         TID_EIT_OTHER_SCHED_2   = 0x62, /* event_information_section - other_transport_stream, schedule */
76         TID_EIT_OTHER_SCHED_3   = 0x63, /* event_information_section - other_transport_stream, schedule */
77         TID_EIT_OTHER_SCHED_4   = 0x64, /* event_information_section - other_transport_stream, schedule */
78         TID_EIT_OTHER_SCHED_5   = 0x65, /* event_information_section - other_transport_stream, schedule */
79         TID_EIT_OTHER_SCHED_6   = 0x66, /* event_information_section - other_transport_stream, schedule */
80         TID_EIT_OTHER_SCHED_7   = 0x67, /* event_information_section - other_transport_stream, schedule */
81         TID_EIT_OTHER_SCHED_8   = 0x68, /* event_information_section - other_transport_stream, schedule */
82         TID_EIT_OTHER_SCHED_9   = 0x69, /* event_information_section - other_transport_stream, schedule */
83         TID_EIT_OTHER_SCHED_A   = 0x6A, /* event_information_section - other_transport_stream, schedule */
84         TID_EIT_OTHER_SCHED_B   = 0x6B, /* event_information_section - other_transport_stream, schedule */
85         TID_EIT_OTHER_SCHED_C   = 0x6C, /* event_information_section - other_transport_stream, schedule */
86         TID_EIT_OTHER_SCHED_D   = 0x6D, /* event_information_section - other_transport_stream, schedule */
87         TID_EIT_OTHER_SCHED_E   = 0x6E, /* event_information_section - other_transport_stream, schedule */
88         TID_EIT_OTHER_SCHED_F   = 0x6F, /* event_information_section - other_transport_stream, schedule */
89         TID_TDT                 = 0x70, /* time_date_section */
90         TID_RST                 = 0x71, /* running_status_section */
91         TID_ST                  = 0x72, /* stuffing_section */
92         TID_TOT                 = 0x73, /* time_offset_section */
93         TID_AIT                 = 0x74, /* application_information_section */
94         TID_DIT                 = 0x7E, /* discontinuity_information_section */
95         TID_SIT                 = 0x7F, /* selection_information_section */
96
97         /* 0x80 - 0x8F: ETSI ETR 289 ed.1 (1996-10) */
98         TID_CAMT_ECM_0          = 0x80,
99         TID_CAMT_ECM_1          = 0x81,
100         TID_CAMT_PRIVATE_0      = 0x82,
101         TID_CAMT_PRIVATE_1      = 0x83,
102         TID_CAMT_PRIVATE_2      = 0x84,
103         TID_CAMT_PRIVATE_3      = 0x85,
104         TID_CAMT_PRIVATE_4      = 0x86,
105         TID_CAMT_PRIVATE_5      = 0x87,
106         TID_CAMT_PRIVATE_6      = 0x88,
107         TID_CAMT_PRIVATE_7      = 0x89,
108         TID_CAMT_PRIVATE_8      = 0x8A,
109         TID_CAMT_PRIVATE_9      = 0x8B,
110         TID_CAMT_PRIVATE_A      = 0x8C,
111         TID_CAMT_PRIVATE_B      = 0x8D,
112         TID_CAMT_PRIVATE_C      = 0x8E,
113         TID_CAMT_PRIVATE_D      = 0x8F,
114
115         /* 0x90 - 0xFE: PRIVATE */
116         TID_TOC                 = 0x91,
117         TID_HIT                 = 0x92,
118
119         /* 0xFF: ISO RESERVED */
120         TID_RESERVED            = 0xFF
121 };
122
123 #endif /* __dvb_id_table_id_h__ */