aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/sec.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-02 14:35:58 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-02 14:35:58 +0000
commitf97a4e53dcd9321cfe4d026f8efac3a3fea1cb6a (patch)
tree87447df391296618793c1bd99761d9ec1d681a64 /lib/dvb/sec.h
parent7ee3f3b8aaf43c8c712ce1c4c1d8b8c52e692e12 (diff)
downloadenigma2-f97a4e53dcd9321cfe4d026f8efac3a3fea1cb6a.tar.gz
enigma2-f97a4e53dcd9321cfe4d026f8efac3a3fea1cb6a.zip
dont use and show input power measurement (for rotor running detection),
when the hardware doesn't support it
Diffstat (limited to 'lib/dvb/sec.h')
-rw-r--r--lib/dvb/sec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/sec.h b/lib/dvb/sec.h
index 9522426b..2241e00e 100644
--- a/lib/dvb/sec.h
+++ b/lib/dvb/sec.h
@@ -270,6 +270,7 @@ private:
eSmartPtrList<eDVBRegisteredFrontend> &m_avail_frontends;
bool m_rotorMoving;
int m_not_linked_slot_mask;
+ bool m_canMeasureInputPower;
#endif
#ifdef SWIG
eDVBSatelliteEquipmentControl();
@@ -324,6 +325,7 @@ public:
PyObject *get_exclusive_satellites(int tu1, int tu2);
void setRotorMoving(bool); // called from the frontend's
bool isRotorMoving();
+ bool canMeasureInputPower() { return m_canMeasureInputPower; }
};
#endif