X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/01921e17fbec0161d4f1578d6648c08e4968f0c4..0feaed7d905b121804110148aa33e1ff479088e3:/lib/dvb/frontend.h?ds=sidebyside diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index a0ca08ec..c091227b 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -62,9 +62,10 @@ class eDVBFrontend: public iDVBFrontend, public Object data[5] = curRotorCmd data[6] = curRotorPos */ - int m_idleInputpower; + int m_idleInputpower[2]; // 13V .. 18V int m_runningInputpower; int m_timeoutCount; // needed for timeout + int m_curVoltage; void feEvent(int); void timeout();