From 2bf718b62f051c0f563fa8ad1d95351b68c5315b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 5 Jan 2004 14:30:31 +0100 Subject: Enhanced the SDT filter to handle multi part sections --- filter.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'filter.h') diff --git a/filter.h b/filter.h index 09703e02..1696e6e2 100644 --- a/filter.h +++ b/filter.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: filter.h 1.1 2003/12/22 11:41:40 kls Exp $ + * $Id: filter.h 1.2 2004/01/05 14:29:49 kls Exp $ */ #ifndef __FILTER_H @@ -13,6 +13,16 @@ #include #include "tools.h" +class cSectionSyncer { +private: + int lastVersion; + bool synced; +public: + cSectionSyncer(void); + void Reset(void); + bool Sync(uchar Version, int Number, int LastNumber); + }; + class cFilterData : public cListObject { public: u_short pid; -- cgit v1.2.3