add serviceinfo
[enigma2.git] / lib / dvb / frontend.h
index e6beb680265b2446a43f65f7e0f039e1e54467d8..c091227bfbd844a78ffe594760bfe72b4a672d98 100644 (file)
@@ -53,17 +53,26 @@ class eDVBFrontend: public iDVBFrontend, public Object
 
        eSecCommandList m_sec_sequence;
 
-       int m_data[5]; /* when satellite frontend then
+       int m_data[7]; /* when satellite frontend then
                data[0] = lastcsw -> state of the committed switch
                data[1] = lastucsw -> state of the uncommitted switch
                data[2] = lastToneburst -> current state of toneburst switch
-               data[3] = lastRotorCmd -> last sent rotor cmd
-               data[4] = curRotorPos -> current Rotor Position */
+               data[3] = newRotorCmd -> last sent rotor cmd
+               data[4] = newRotorPos -> current Rotor Position
+               data[5] = curRotorCmd
+               data[6] = curRotorPos */
+
+       int m_idleInputpower[2];  // 13V .. 18V
+       int m_runningInputpower;
+       int m_timeoutCount; // needed for timeout
+       int m_curVoltage;
 
        void feEvent(int);
        void timeout();
        void tuneLoop();  // called by m_tuneTimer
        void setFrontend();
+       int readInputpower();
+       bool setSecSequencePos(int steps);
 public:
        eDVBFrontend(int adap, int fe, int &ok);        
        virtual ~eDVBFrontend();