libdvbpsi
1.3.2
src
descriptors
dr_43.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* dr_43.h
3
* Copyright (C) 2001-2010 VideoLAN
4
* $Id$
5
*
6
* Authors: Johann Hanne
7
*
8
* This library is free software; you can redistribute it and/or
9
* modify it under the terms of the GNU Lesser General Public
10
* License as published by the Free Software Foundation; either
11
* version 2.1 of the License, or (at your option) any later version.
12
*
13
* This library is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
* Lesser General Public License for more details.
17
*
18
* You should have received a copy of the GNU Lesser General Public
19
* License along with this library; if not, write to the Free Software
20
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
*
22
*****************************************************************************/
23
35
#ifndef _DVBPSI_DR_43_H_
36
#define _DVBPSI_DR_43_H_
37
38
#ifdef __cplusplus
39
extern
"C"
{
40
#endif
41
42
43
/*****************************************************************************
44
* dvbpsi_sat_deliv_sys_dr_t
45
*****************************************************************************/
57
typedef
struct
dvbpsi_sat_deliv_sys_dr_s
58
{
59
uint32_t
i_frequency
;
60
uint16_t
i_orbital_position
;
61
uint8_t
i_west_east_flag
;
62
uint8_t
i_polarization
;
63
uint8_t
i_roll_off
;
64
uint8_t
i_modulation_system
;
65
uint8_t
i_modulation_type
;
66
uint32_t
i_symbol_rate
;
67
uint8_t
i_fec_inner
;
69
}
dvbpsi_sat_deliv_sys_dr_t
;
70
71
72
/*****************************************************************************
73
* dvbpsi_DecodeSatDelivSysDr
74
*****************************************************************************/
83
dvbpsi_sat_deliv_sys_dr_t
*
dvbpsi_DecodeSatDelivSysDr
(
84
dvbpsi_descriptor_t
* p_descriptor);
85
86
87
/*****************************************************************************
88
* dvbpsi_GenSatDelivSysDr
89
*****************************************************************************/
100
dvbpsi_descriptor_t
*
dvbpsi_GenSatDelivSysDr
(
101
dvbpsi_sat_deliv_sys_dr_t
* p_decoded,
102
bool
b_duplicate);
103
104
105
#ifdef __cplusplus
106
};
107
#endif
108
109
#else
110
#error "Multiple inclusions of dr_43.h"
111
#endif
dvbpsi_sat_deliv_sys_dr_t
struct dvbpsi_sat_deliv_sys_dr_s dvbpsi_sat_deliv_sys_dr_t
dvbpsi_sat_deliv_sys_dr_t type definition.
dvbpsi_sat_deliv_sys_dr_s::i_modulation_system
uint8_t i_modulation_system
Definition:
dr_43.h:64
dvbpsi_sat_deliv_sys_dr_s::i_polarization
uint8_t i_polarization
Definition:
dr_43.h:62
dvbpsi_sat_deliv_sys_dr_s::i_orbital_position
uint16_t i_orbital_position
Definition:
dr_43.h:60
dvbpsi_DecodeSatDelivSysDr
dvbpsi_sat_deliv_sys_dr_t * dvbpsi_DecodeSatDelivSysDr(dvbpsi_descriptor_t *p_descriptor)
satellite delivery system descriptor decoder.
dvbpsi_sat_deliv_sys_dr_s::i_fec_inner
uint8_t i_fec_inner
Definition:
dr_43.h:67
dvbpsi_sat_deliv_sys_dr_s::i_frequency
uint32_t i_frequency
Definition:
dr_43.h:59
dvbpsi_GenSatDelivSysDr
dvbpsi_descriptor_t * dvbpsi_GenSatDelivSysDr(dvbpsi_sat_deliv_sys_dr_t *p_decoded, bool b_duplicate)
satellite delivery system descriptor generator.
dvbpsi_sat_deliv_sys_dr_s::i_modulation_type
uint8_t i_modulation_type
Definition:
dr_43.h:65
dvbpsi_sat_deliv_sys_dr_s
satellite delivery system descriptor structure.
Definition:
dr_43.h:57
dvbpsi_sat_deliv_sys_dr_s::i_roll_off
uint8_t i_roll_off
Definition:
dr_43.h:63
dvbpsi_sat_deliv_sys_dr_s::i_symbol_rate
uint32_t i_symbol_rate
Definition:
dr_43.h:66
dvbpsi_sat_deliv_sys_dr_s::i_west_east_flag
uint8_t i_west_east_flag
Definition:
dr_43.h:61
dvbpsi_descriptor_s
Descriptor structure.
Definition:
descriptor.h:82
Generated on Wed Jan 29 2020 00:00:00 for libdvbpsi by
1.8.17