mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
split fec to fec/modulation/delivery system;
switch to new dvb-api headers; improve dvb-t manual scan
This commit is contained in:
@@ -798,15 +798,27 @@ class CScanSettings
|
||||
int sat_TP_pol;
|
||||
std::string sat_TP_freq;
|
||||
std::string sat_TP_rate;
|
||||
int sat_TP_delsys;
|
||||
int sat_TP_mod;
|
||||
|
||||
std::string cableName;
|
||||
int cable_TP_mod;
|
||||
int cable_TP_fec;
|
||||
std::string cable_TP_freq;
|
||||
std::string cable_TP_rate;
|
||||
int cable_TP_delsys;
|
||||
|
||||
std::string terrestrialName;
|
||||
std::string terrestrial_TP_freq;
|
||||
int terrestrial_TP_constel;
|
||||
int terrestrial_TP_bw;
|
||||
int terrestrial_TP_coderate_HP;
|
||||
int terrestrial_TP_coderate_LP;
|
||||
int terrestrial_TP_guard;
|
||||
int terrestrial_TP_hierarchy;
|
||||
int terrestrial_TP_transmit_mode;
|
||||
int terrestrial_TP_delsys;
|
||||
|
||||
std::string terrName;
|
||||
std::string terr_TP_freq;
|
||||
CScanSettings();
|
||||
|
||||
bool loadSettings(const char * const fileName);
|
||||
|
Reference in New Issue
Block a user