X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Ffrontend.h;h=6a8c39d61499ff9b640282c41b2a7b526268fd9d;hp=41dc31163d8f8fe7e19eb9c391eef62cc00529ce;hb=d8e08fe0a7304ed06b3de0b9ad6d4265ec8063b8;hpb=4911a0121954f6b6657ba28fab8d9dd9031d9a59 diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 41dc311..6a8c39d 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -77,6 +77,7 @@ private: bool m_simulate; bool m_enabled; bool m_fbc; + bool m_is_usbtuner; eDVBFrontend *m_simulate_fe; // only used to set frontend type in dvb.cpp int m_dvbid; int m_slotid; @@ -86,10 +87,6 @@ private: std::map m_delsys, m_delsys_whitelist; char m_filename[128]; char m_description[128]; -#if HAVE_DVB_API_VERSION < 3 - int m_secfd; - char m_sec_filename[128]; -#endif FRONTENDPARAMETERS parm; eDVBFrontendParameters oparm; @@ -165,6 +162,7 @@ public: void setEnabled(bool enable) { m_enabled = enable; } bool isLoopTimerActive() { return m_tuneTimer->isActive(); } bool isScheduledSendDiseqc(); + void setUSBTuner(bool yesno) { m_is_usbtuner = yesno; } }; #endif // SWIG