X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fsec.h;h=c50aee4d381c28dcb9712cb064efda508790e97b;hp=5d96932870e7b7a0fca3a64bd4a2c7b16a5988cc;hb=dafa266c71fd625cd5a9bedbea10a47e27c868ad;hpb=3b35f69ac92259f20cd69c08993a89c7a52f19ab 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; } };