vdr
2.4.7
|
Public Member Functions | |
cPmtPidEntry (int Pid) | |
int | Pid (void) |
int | Complete (void) |
void | SetComplete (bool State) |
![]() | |
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 |
Private Attributes | |
int | pid |
bool | complete |
cPmtPidEntry::cPmtPidEntry | ( | int | Pid | ) |
|
inline |
|
inline |
Definition at line 291 of file pat.c.
References pid.
Referenced by cPmtPidEntry(), cPatFilter::Process(), cPatFilter::SwitchToNextPmtPid(), and cPatFilter::Trigger().
|
inline |
Definition at line 293 of file pat.c.
References complete.
Referenced by cPatFilter::SwitchToNextPmtPid().
|
private |
Definition at line 288 of file pat.c.
Referenced by Complete(), cPmtPidEntry(), and SetComplete().
|
private |
Definition at line 287 of file pat.c.
Referenced by cPmtPidEntry(), and Pid().