diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-16 16:50:27 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-16 16:50:27 +0000 |
| commit | e768f7667ec5da0e331725de8a582365358cf7e3 (patch) | |
| tree | b884b58e3ede7547306f141c45786b154d7313b5 /lib/dvb/sec.h | |
| parent | 82aa264d3b1732f8c5883a13401a45cb32e00bc1 (diff) | |
| download | enigma2-e768f7667ec5da0e331725de8a582365358cf7e3.tar.gz enigma2-e768f7667ec5da0e331725de8a582365358cf7e3.zip | |
auto tuner selection is now working (this breaks allocateRawChannel..)
TODO: handling for linked tuners (loop through)
Diffstat (limited to 'lib/dvb/sec.h')
| -rw-r--r-- | lib/dvb/sec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/sec.h b/lib/dvb/sec.h index 68add398..901e4e2e 100644 --- a/lib/dvb/sec.h +++ b/lib/dvb/sec.h @@ -214,6 +214,7 @@ public: DECLARE_REF(eDVBSatelliteEquipmentControl); eDVBSatelliteEquipmentControl(); RESULT prepare(iDVBFrontend &frontend, FRONTENDPARAMETERS &parm, eDVBFrontendParametersSatellite &sat); + int canTune(const eDVBFrontendParametersSatellite &feparm, iDVBFrontend *, int frontend_id); bool currentLNBValid() { return m_lnbidx > -1 && m_lnbidx < (int)(sizeof(m_lnbs) / sizeof(eDVBSatelliteLNBParameters)); } #endif static eDVBSatelliteEquipmentControl *getInstance() { return instance; } |
