mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
split fec to fec/modulation/delivery system;
switch to new dvb-api headers;
improve dvb-t manual scan
Origin commit data
------------------
Branch: ni/coolstream
Commit: 17d1bbd12b
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)
------------------
This commit was generated by Migit
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