vdr
2.2.0
|
#include <filter.h>
Public Member Functions | |
cFilterData (void) | |
cFilterData (u_short Pid, u_char Tid, u_char Mask, bool Sticky) | |
bool | Is (u_short Pid, u_char Tid, u_char Mask) |
bool | Matches (u_short Pid, u_char Tid) |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
virtual int | Compare (const cListObject &ListObject) const |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Public Attributes | |
u_short | pid |
u_char | tid |
u_char | mask |
bool | sticky |
cFilterData::cFilterData | ( | u_short | Pid, |
u_char | Tid, | ||
u_char | Mask, | ||
bool | Sticky | ||
) |
bool cFilterData::Is | ( | u_short | Pid, |
u_char | Tid, | ||
u_char | Mask | ||
) |
Definition at line 58 of file filter.c.
Referenced by cSectionHandler::Add(), and cSectionHandler::Del().
u_char cFilterData::mask |
Definition at line 30 of file filter.h.
Referenced by cSectionHandler::Add(), and cSectionHandler::Del().
u_short cFilterData::pid |
Definition at line 28 of file filter.h.
Referenced by cSectionHandler::Action(), cSectionHandler::Add(), and cSectionHandler::Del().
bool cFilterData::sticky |
Definition at line 31 of file filter.h.
Referenced by cFilter::SetStatus().
u_char cFilterData::tid |
Definition at line 29 of file filter.h.
Referenced by cSectionHandler::Add(), and cSectionHandler::Del().