X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2db9104f97679c2756816867dca581cd62a818c8..c5bb99fa2019da12a8fbaa1766189af520b9e79a:/lib/dvb/frontend.h diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 6e272aca..b6e3b6a4 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -63,6 +63,7 @@ public: FREQ_OFFSET, // current frequency offset CUR_VOLTAGE, // current voltage CUR_TONE, // current continuous tone + SATCR, // current SatCR NUM_DATA_ENTRIES }; Signal1 m_stateChanged; @@ -83,6 +84,8 @@ private: char m_sec_filename[128]; #endif FRONTENDPARAMETERS parm; + int m_cur_orbpos; // only valid when this is a DVB-S tuner + int m_cur_pol; // only valid when this is a DVB-S tuner int m_state; ePtr m_sec; ePtr m_sn; @@ -142,6 +145,9 @@ public: int closeFrontend(bool force=false); const char *getDescription() const { return m_description; } bool is_simulate() const { return m_simulate; } + + RESULT turnOffSatCR(int satcr); + RESULT ScanSatCR(); }; #endif // SWIG