diff options
author | Frank Schmirler <vdr@schmirler.de> | 2011-07-06 09:13:50 +0200 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2011-07-06 09:13:50 +0200 |
commit | 2c8377d42a9ebd7c399322968d2c78fb377f55b0 (patch) | |
tree | cf94f08eac64285d908e35b9b4d0dcdb09e83e74 /client/device.h | |
parent | 673fbae2e258102c7bd2a7bee554f75eae0e332b (diff) | |
download | vdr-plugin-streamdev-2c8377d42a9ebd7c399322968d2c78fb377f55b0.tar.gz vdr-plugin-streamdev-2c8377d42a9ebd7c399322968d2c78fb377f55b0.tar.bz2 |
added support for VDR 1.7.19 SignalStrength/SignalQuality
Diffstat (limited to 'client/device.h')
-rw-r--r-- | client/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/device.h b/client/device.h index 5eb9e53..186ae89 100644 --- a/client/device.h +++ b/client/device.h @@ -59,6 +59,8 @@ public: virtual int NumProvidedSystems(void) const; #endif virtual bool IsTunedToTransponder(const cChannel *Channel); + virtual int SignalStrength(void) const; + virtual int SignalQuality(void) const; static void UpdatePriority(void); static bool Init(void); |