From f9a3885ef2d21cef30180f2a90a0a305981a27c6 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 10 Mar 2002 12:45:58 +0100 Subject: New Setup parameter TrustedTransponder --- config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 1913764f..e3cd3add 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.103 2002/03/08 17:59:02 kls Exp $ + * $Id: config.h 1.104 2002/03/10 12:45:11 kls Exp $ */ #ifndef __CONFIG_H @@ -92,6 +92,8 @@ public: void Set(eKeys Key, unsigned int Code); }; +#define ISTRANSPONDER(f1, f2) (abs((f1) - (f2)) < 4) + class cChannel : public cListObject { private: static char *buffer; @@ -340,6 +342,7 @@ public: int LnbFrequHi; int DiSEqC; int SetSystemTime; + int TrustedTransponder; int MarginStart, MarginStop; int EPGScanTimeout; int EPGBugfixLevel; -- cgit v1.2.3