X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Ffrontend.h;h=5887f4049431c257f9160d425f6e166dc0b77c31;hp=bef4a18f1de923ec37fe872c4a4456936377ab47;hb=a4d95aed350cfe26a278ad7f9475bc8be77ff9ff;hpb=1b50c31e8c9a2d690500feac0065fd1ace941c80 diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index bef4a18..5887f40 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -72,6 +72,7 @@ private: bool m_simulate; bool m_enabled; int m_type; + eDVBFrontend *m_simulate_fe; // only used to set frontend type in dvb.cpp int m_dvbid; int m_slotid; int m_fd; @@ -115,7 +116,7 @@ private: bool setSecSequencePos(int steps); static int PriorityOrder; public: - eDVBFrontend(int adap, int fe, int &ok, bool simulate=false); + eDVBFrontend(int adap, int fe, int &ok, bool simulate=false, eDVBFrontend *simulate_fe=NULL); virtual ~eDVBFrontend(); int readInputpower();