added ability to diable timers (yellow button in the timer list)
[enigma2.git] / lib / dvb / sec.h
index 0720beeb07e0169077c0362930692f6217f0d0a7..18bc2b37d67e75c63012b35ea6065abd5f9a7116 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __dvb_sec_h
 #define __dvb_sec_h
 
-#include <config.h>
 #include <lib/dvb/idvb.h>
 #include <list>
 
@@ -238,6 +237,8 @@ class eDVBSatelliteEquipmentControl: public iDVBSatelliteEquipmentControl
        eDVBSatelliteEquipmentControl();
        ~eDVBSatelliteEquipmentControl();
 #endif
+       // helper function for setTunerLinked and setTunerDepends
+       RESULT setDependencyPointers( int no1, int no2, int dest_data_byte );
 public:
 #ifndef SWIG
        eDVBSatelliteEquipmentControl(eSmartPtrList<eDVBRegisteredFrontend> &avail_frontends);
@@ -278,6 +279,7 @@ public:
        RESULT setRotorPosNum(int rotor_pos_num);
 /* Tuner Specific Parameters */
        RESULT setTunerLinked(int from, int to);
+       RESULT setTunerDepends(int from, int to);
 
        void setRotorMoving(bool); // called from the frontend's
        bool isRotorMoving();