libdvbpsi 0.2.0
dr_43.h
Go to the documentation of this file.
00001 /*****************************************************************************
00002  * dr_43.h
00003  * Copyright (C) 2001-2010 VideoLAN
00004  * $Id$
00005  *
00006  * Authors: Johann Hanne
00007  *
00008  * This library is free software; you can redistribute it and/or
00009  * modify it under the terms of the GNU Lesser General Public
00010  * License as published by the Free Software Foundation; either
00011  * version 2.1 of the License, or (at your option) any later version.
00012  *
00013  * This library is distributed in the hope that it will be useful,
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016  * Lesser General Public License for more details.
00017  *
00018  * You should have received a copy of the GNU Lesser General Public
00019  * License along with this library; if not, write to the Free Software
00020  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
00021  *
00022  *****************************************************************************/
00023 
00035 #ifndef _DVBPSI_DR_43_H_
00036 #define _DVBPSI_DR_43_H_
00037 
00038 #ifdef __cplusplus
00039 extern "C" {
00040 #endif
00041 
00042 
00043 /*****************************************************************************
00044  * dvbpsi_sat_deliv_sys_dr_t
00045  *****************************************************************************/
00057 typedef struct dvbpsi_sat_deliv_sys_dr_s
00058 {
00059   uint32_t     i_frequency;                         
00060   uint16_t     i_orbital_position;                  
00061   uint8_t      i_west_east_flag;                    
00062   uint8_t      i_polarization;                      
00063   uint8_t      i_roll_off;                          
00064   uint8_t      i_modulation_system;                 
00065   uint8_t      i_modulation_type;                   
00066   uint32_t     i_symbol_rate;                       
00067   uint8_t      i_fec_inner;                         
00069 } dvbpsi_sat_deliv_sys_dr_t;
00070 
00071 
00072 /*****************************************************************************
00073  * dvbpsi_DecodeSatDelivSysDr
00074  *****************************************************************************/
00083 dvbpsi_sat_deliv_sys_dr_t* dvbpsi_DecodeSatDelivSysDr(
00084                                         dvbpsi_descriptor_t * p_descriptor);
00085 
00086 
00087 /*****************************************************************************
00088  * dvbpsi_GenSatDelivSysDr
00089  *****************************************************************************/
00100 dvbpsi_descriptor_t * dvbpsi_GenSatDelivSysDr(
00101                                         dvbpsi_sat_deliv_sys_dr_t * p_decoded,
00102                                         int b_duplicate);
00103 
00104 
00105 #ifdef __cplusplus
00106 };
00107 #endif
00108 
00109 #else
00110 #error "Multiple inclusions of dr_43.h"
00111 #endif