X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fsec.h;h=c50aee4d381c28dcb9712cb064efda508790e97b;hp=5d96932870e7b7a0fca3a64bd4a2c7b16a5988cc;hb=9c998a40679f9b630ccf8cc6fda7384ce94c30e5;hpb=fd7605d30bb6b1523282dfb0493826dfd2e26152 diff --git a/lib/dvb/sec.h b/lib/dvb/sec.h index 5d96932..c50aee4 100644 --- a/lib/dvb/sec.h +++ b/lib/dvb/sec.h @@ -298,7 +298,7 @@ private: int m_lnbidx; // current index for set parameters std::map::iterator m_curSat; eSmartPtrList &m_avail_frontends, &m_avail_simulate_frontends; - bool m_rotorMoving; + int m_rotorMoving; int m_not_linked_slot_mask; bool m_canMeasureInputPower; #endif @@ -359,7 +359,7 @@ public: RESULT setTunerDepends(int from, int to); void setSlotNotLinked(int tuner_no); - void setRotorMoving(bool); // called from the frontend's + void setRotorMoving(int, bool); // called from the frontend's bool isRotorMoving(); bool canMeasureInputPower() { return m_canMeasureInputPower; } };