vdr
2.0.2
Main Page
Namespaces
Classes
Files
File List
File Members
sdt.h
Go to the documentation of this file.
1
/*
2
* sdt.h: SDT section filter
3
*
4
* See the main source file 'vdr.c' for copyright information and
5
* how to reach the author.
6
*
7
* $Id: sdt.h 2.0 2004/01/05 14:30:14 kls Exp $
8
*/
9
10
#ifndef __SDT_H
11
#define __SDT_H
12
13
#include "
filter.h
"
14
#include "
pat.h
"
15
16
class
cSdtFilter
:
public
cFilter
{
17
private
:
18
cSectionSyncer
sectionSyncer
;
19
cPatFilter
*
patFilter
;
20
protected
:
21
virtual
void
Process
(u_short Pid,
u_char
Tid,
const
u_char
*Data,
int
Length);
22
public
:
23
cSdtFilter
(
cPatFilter
*PatFilter);
24
virtual
void
SetStatus
(
bool
On);
25
};
26
27
#endif //__SDT_H
28
Generated by
1.8.3.1