From cd10b439d0465afa6bce38188a4e9d8a5e74d859 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 21 Aug 2013 11:02:52 +0200 Subject: Added basic support for positioners to control steerable satellite dishes --- device.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'device.c') diff --git a/device.c b/device.c index b84fee02..7ff24edd 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.c 3.1 2013/04/05 10:05:33 kls Exp $ + * $Id: device.c 3.2 2013/06/01 11:34:11 kls Exp $ */ #include "device.h" @@ -665,6 +665,11 @@ int cDevice::NumProvidedSystems(void) const return 0; } +const cPositioner *cDevice::Positioner(void) const +{ + return NULL; +} + int cDevice::SignalStrength(void) const { return -1; -- cgit v1.2.3