diff options
author | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:54:58 +0200 |
---|---|---|
committer | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:54:58 +0200 |
commit | 97aea8a92dee1d8ac827f03ce80e19261d6c5f19 (patch) | |
tree | b3e14410a89466f99ad7381854b79635fc7ceaf6 /device.h | |
parent | e5259d1664a976eb7fdad9d8a5b5ee33d04c8281 (diff) | |
download | vdr-plugin-mcli-97aea8a92dee1d8ac827f03ce80e19261d6c5f19.tar.gz vdr-plugin-mcli-97aea8a92dee1d8ac827f03ce80e19261d6c5f19.tar.bz2 |
patch signal_strength.patch.txt applied
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -160,6 +160,8 @@ class cMcliDevice:public cDevice return true; } #endif + virtual int SignalStrength(void) const; + virtual int SignalQuality(void) const; }; #endif // VDR_MCLI_DEVICE_H |