vdr
2.0.4
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
filter.h
cSdtFilter
Definition:
sdt.h:16
cSdtFilter::patFilter
cPatFilter * patFilter
Definition:
sdt.h:19
cSdtFilter::sectionSyncer
cSectionSyncer sectionSyncer
Definition:
sdt.h:18
cFilter
Definition:
filter.h:41
cSectionSyncer
Definition:
filter.h:16
cPatFilter
Definition:
pat.h:18
cSdtFilter::SetStatus
virtual void SetStatus(bool On)
Turns this filter on or off, depending on the value of On.
Definition:
sdt.c:24
cSdtFilter::Process
virtual void Process(u_short Pid, u_char Tid, const u_char *Data, int Length)
Processes the data delivered to this filter.
Definition:
sdt.c:30
SI::u_char
unsigned char u_char
Definition:
headers.h:24
pat.h
cSdtFilter::cSdtFilter
cSdtFilter(cPatFilter *PatFilter)
Definition:
sdt.c:18
Generated by
1.8.5