diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-06-02 14:35:58 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-06-02 14:35:58 +0000 |
| commit | f97a4e53dcd9321cfe4d026f8efac3a3fea1cb6a (patch) | |
| tree | 87447df391296618793c1bd99761d9ec1d681a64 /lib/dvb/dvb.h | |
| parent | 7ee3f3b8aaf43c8c712ce1c4c1d8b8c52e692e12 (diff) | |
| download | enigma2-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/dvb.h')
| -rw-r--r-- | lib/dvb/dvb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index c71a4d1b..d2148bc9 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -215,6 +215,7 @@ public: #ifdef SWIG public: #endif + bool canMeasureFrontendInputPower(); PSignal1<void,int> frontendUseMaskChanged; SWIG_VOID(RESULT) allocateRawChannel(eUsePtr<iDVBChannel> &SWIG_OUTPUT, int slot_index); PyObject *setFrontendSlotInformations(SWIG_PYOBJECT(ePyObject) list); |
