fix linked tuners (i hope)
[enigma2.git] / lib / dvb / frontend.h
index da9c703414fe8b7fec08252b5975e4f7ab06a946..d06da32a58b4592a13925d0c887266e576b56425 100644 (file)
@@ -54,14 +54,15 @@ class eDVBFrontend: public iDVBFrontend, public Object
 
        eSecCommandList m_sec_sequence;
 
-       int m_data[7]; /* when satellite frontend then
+       int m_data[8]; /* 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] = newRotorCmd -> last sent rotor cmd
                data[4] = newRotorPos -> current Rotor Position
                data[5] = curRotorCmd
-               data[6] = curRotorPos */
+               data[6] = curRotorPos
+               data[7] = linkedToTunerNo */
 
        int m_idleInputpower[2];  // 13V .. 18V
        int m_runningInputpower;
@@ -91,6 +92,8 @@ public:
        RESULT getData(int num, int &data);
        RESULT setData(int num, int val);
        
+       int isCompatibleWith(ePtr<iDVBFrontendParameters> &feparm);
+       
        int getID() { return m_fe; }
 };