mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +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:
@@ -79,11 +79,11 @@ class CScanTs : public CMenuTarget
|
||||
void testFunc();
|
||||
void prev_next_TP(bool);
|
||||
TP_params TP;
|
||||
int deltype;
|
||||
delivery_system_t delsys;
|
||||
std::string pname;
|
||||
|
||||
public:
|
||||
CScanTs(int dtype = FE_QPSK);
|
||||
CScanTs(delivery_system_t DelSys);
|
||||
~CScanTs();
|
||||
void hide();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
|
Reference in New Issue
Block a user