add DVB-S2X support

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5f24f44353
Author: TangoCash <eric@loxat.de>
Date: 2017-12-04 (Mon, 04 Dec 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-12-04 09:46:04 +01:00
committed by vanhofen
parent 016c074783
commit 696b3316db
13 changed files with 142 additions and 8 deletions

View File

@@ -1071,6 +1071,9 @@ class CScanSettings
int sat_TP_delsys;
int sat_TP_mod;
int sat_TP_pilot;
std::string sat_TP_pli;
std::string sat_TP_plc;
int sat_TP_plm;
std::string cableName;
int cable_TP_mod;
@@ -1089,6 +1092,7 @@ class CScanSettings
int terrestrial_TP_hierarchy;
int terrestrial_TP_transmit_mode;
int terrestrial_TP_delsys;
std::string terrestrial_TP_pli;
CScanSettings();