summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorMarkus Ehrnsperger <markus@vdr1.(none)>2011-02-08 20:57:16 +0100
committerMarkus Ehrnsperger <markus@vdr1.(none)>2011-02-08 20:57:16 +0100
commita6d58a2cfc617a048bbadf9cafc378a9c579aade (patch)
tree98071fe4ed752a1e158a59593dd7de31ebc1dd36 /dvbdevice.h
parentbbea9e80be431b7422aaa4a8a9c0a171ddc105d5 (diff)
downloadvdr-patch-lnbsharing-lnb-sharing-0.1.2.tar.gz
vdr-patch-lnbsharing-lnb-sharing-0.1.2.tar.bz2
lnb-sharing 0.1.2lnb-sharing-0.1.2
- Change: Make it easier to apply this patch together with the dynamite-Plugin patch. Note: this is mostly for maintainers of distributions and multi-patches. It will (must probably) not be possible for devices added with dynamite to share LNBs. Some concept work is required for this: How can VDR uniquely identify a device? How can a user identify such a device on OSD?
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index be3ee13..b3d09bc 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -133,7 +133,6 @@ private:
// cDiseqc *lnbSource; // can not #include "diseqc.h". A workaround follows:
int *lnbSource; // [DiSEqC] DiSEqC-Source
int lnbNr; // Number of LNB used
- bool lnbSendSignals; // false if this device must not send signals to the LNB (like 22 kHz, ...).
public:
int *LnbSource(void) { return lnbSource; };