X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3df16a12b479b1d4cfddf75f9129ce652855f1b7..477c468861635555c7179f2f4397dd765f499656:/lib/dvb/frontend.h diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 0a7943f9..2cccf885 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -1,7 +1,6 @@ #ifndef __dvb_frontend_h #define __dvb_frontend_h -#include #include #include @@ -71,6 +70,7 @@ class eDVBFrontend: public iDVBFrontend, public Object int m_idleInputpower[2]; // 13V .. 18V int m_runningInputpower; int m_timeoutCount; // needed for timeout + int m_retryCount; // diseqc retry for rotor int m_curVoltage; void feEvent(int);