From 0161197360fb2090dd189daa672871695bc2fef2 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 20 May 2002 11:18:09 +0200 Subject: Moved the cEITScanner out of dvbapi.h/.c, into the new eitscan.h/.c --- dvbapi.h | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'dvbapi.h') diff --git a/dvbapi.h b/dvbapi.h index 0b3f963a..036ded85 100644 --- a/dvbapi.h +++ b/dvbapi.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbapi.h 1.71 2002/05/19 10:13:34 kls Exp $ + * $Id: dvbapi.h 1.72 2002/05/20 10:58:20 kls Exp $ */ #ifndef __DVBAPI_H @@ -280,21 +280,4 @@ public: static int CurrentVolume(void) { return PrimaryDvbApi ? PrimaryDvbApi->volume : 0; } }; -class cEITScanner { -private: - enum { ActivityTimeout = 60, - ScanTimeout = 20 - }; - time_t lastScan, lastActivity; - int currentChannel, lastChannel; - int numTransponders, *transponders; - bool TransponderScanned(cChannel *Channel); -public: - cEITScanner(void); - ~cEITScanner(); - bool Active(void) { return currentChannel; } - void Activity(void); - void Process(void); - }; - #endif //__DVBAPI_H -- cgit v1.2.3