diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-06-08 14:28:29 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-06-08 14:28:29 +0200 |
| commit | 62f0db333dd61a779e0545142a4f6d2c7daad52e (patch) | |
| tree | 3ad76525c9ad5c06716fda2d0f5e52c9d67db063 /lib/dvb/frontend.h | |
| parent | 31640ef495075cd82226f08ab961493fa9ff0554 (diff) | |
| download | enigma2-62f0db333dd61a779e0545142a4f6d2c7daad52e.tar.gz enigma2-62f0db333dd61a779e0545142a4f6d2c7daad52e.zip | |
update unicable stuff (by adenin)
Diffstat (limited to 'lib/dvb/frontend.h')
| -rw-r--r-- | lib/dvb/frontend.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index bc31755c..bef4a18f 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -110,6 +110,7 @@ private: void feEvent(int); void timeout(); void tuneLoop(); // called by m_tuneTimer + int tuneLoopInt(); void setFrontend(bool recvEvents=true); bool setSecSequencePos(int steps); static int PriorityOrder; @@ -130,7 +131,7 @@ public: RESULT sendDiseqc(const eDVBDiseqcCommand &diseqc); RESULT sendToneburst(int burst); RESULT setSEC(iDVBSatelliteEquipmentControl *sec); - RESULT setSecSequence(const eSecCommandList &list); + RESULT setSecSequence(eSecCommandList &list); RESULT getData(int num, long &data); RESULT setData(int num, long val); @@ -148,12 +149,9 @@ public: void reopenFrontend(); int openFrontend(); - int closeFrontend(bool force=false); + int closeFrontend(bool force=false, bool no_delayed=false); const char *getDescription() const { return m_description; } bool is_simulate() const { return m_simulate; } - - RESULT turnOffSatCR(int satcr); - RESULT ScanSatCR(); }; #endif // SWIG |
