1 #ifndef __lib_dvb_frontendparms_h
2 #define __lib_dvb_frontendparms_h
4 #include <lib/python/swig.h>
6 class SatelliteDeliverySystemDescriptor;
7 class CableDeliverySystemDescriptor;
8 class TerrestrialDeliverySystemDescriptor;
10 struct eDVBFrontendParametersSatellite
13 void set(const SatelliteDeliverySystemDescriptor &);
17 Horizontal, Vertical, CircularLeft, CircularRight
27 fAuto, f1_2, f2_3, f3_4, f5_6, f7_8, f8_9, f3_5, f4_5, f9_10, fNone=15
37 Auto, QPSK, M8PSK, QAM_16
43 alpha_0_35, alpha_0_25, alpha_0_20
52 bool no_rotor_command_on_tune;
53 unsigned int frequency, symbol_rate;
54 int polarisation, fec, inversion, orbital_position, system, modulation, rolloff, pilot;
56 SWIG_ALLOW_OUTPUT_SIMPLE(eDVBFrontendParametersSatellite);
58 struct eDVBFrontendParametersCable
61 void set(const CableDeliverySystemDescriptor &);
70 fAuto, f1_2, f2_3, f3_4, f5_6, f7_8, f8_9, fNone=15
75 Auto, QAM16, QAM32, QAM64, QAM128, QAM256
78 unsigned int frequency, symbol_rate;
79 int modulation, inversion, fec_inner;
81 SWIG_ALLOW_OUTPUT_SIMPLE(eDVBFrontendParametersCable);
83 struct eDVBFrontendParametersTerrestrial
86 void set(const TerrestrialDeliverySystemDescriptor &);
90 Bw8MHz, Bw7MHz, Bw6MHz, /*Bw5MHz,*/ BwAuto
91 }; // Bw5Mhz nyi (compatibilty with enigma1)
95 f1_2, f2_3, f3_4, f5_6, f7_8, fAuto
98 struct TransmissionMode {
100 TM2k, TM8k, /*TM4k,*/ TMAuto
101 }; // TM4k nyi (compatibility with enigma1)
103 struct GuardInterval {
105 GI_1_32, GI_1_16, GI_1_8, GI_1_4, GI_Auto
110 HNone, H1, H2, H4, HAuto
115 QPSK, QAM16, QAM64, Auto
124 unsigned int frequency;
126 int code_rate_HP, code_rate_LP;
128 int transmission_mode;
133 SWIG_ALLOW_OUTPUT_SIMPLE(eDVBFrontendParametersTerrestrial);