libdvbpsi 1.3.2
dr_83.h
Go to the documentation of this file.
1/*
2Copyright (C) 2006 Adam Charrett
3
4This library is free software; you can redistribute it and/or
5modify it under the terms of the GNU Lesser General Public
6License as published by the Free Software Foundation; either
7version 2.1 of the License, or (at your option) any later version.
8
9This library is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12Lesser General Public License for more details.
13
14You should have received a copy of the GNU Lesser General Public
15License along with this library; if not, write to the Free Software
16Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
18dr_83.h
19
20Decode Logical Channel Number Descriptor.
21
22*/
23
30#ifndef _DR_83_H
31#define _DR_83_H
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36
37/*****************************************************************************
38 * dvbpsi_lcn_entry_t
39 *****************************************************************************/
56
57/*****************************************************************************
58 * dvbpsi_lcn_dr_s
59 *****************************************************************************/
75
76/*****************************************************************************
77 * dvbpsi_DecodeLCNDr
78 *****************************************************************************/
87
88/*****************************************************************************
89 * dvbpsi_GenLCNDr
90 *****************************************************************************/
102
103#ifdef __cplusplus
104};
105#endif
106
107#endif // _DR_83_H
108
dvbpsi_lcn_dr_t * dvbpsi_DecodeLCNDr(dvbpsi_descriptor_t *p_descriptor)
Decode a Logical Channel Number descriptor (tag 0x83)
dvbpsi_descriptor_t * dvbpsi_GenLCNDr(dvbpsi_lcn_dr_t *p_decoded, bool b_duplicate)
"logical_channel" descriptor generator.
struct dvbpsi_lcn_dr_s dvbpsi_lcn_dr_t
dvbpsi_lcn_dr_t type definition.
struct dvbpsi_lcn_entry_s dvbpsi_lcn_entry_t
dvbpsi_lcn_entry_t type definition.
Descriptor structure.
Definition descriptor.h:83
Logical Channel Number Descriptor.
Definition dr_83.h:71
dvbpsi_lcn_entry_t p_entries[64]
Definition dr_83.h:73
uint8_t i_number_of_entries
Definition dr_83.h:72
Logical Channel Number Entry.
Definition dr_83.h:51
uint16_t i_logical_channel_number
Definition dr_83.h:54
uint16_t i_service_id
Definition dr_83.h:52
int b_visible_service_flag
Definition dr_83.h:53