vdr  2.4.7
Public Member Functions | Private Attributes | List of all members
cPmtPidEntry Class Reference

Public Member Functions

 cPmtPidEntry (int Pid)
 
int Pid (void)
 
int Complete (void)
 
void SetComplete (bool State)
 
- Public Member Functions inherited from cListObject
 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
 
cListObjectPrev (void) const
 
cListObjectNext (void) const
 

Private Attributes

int pid
 
bool complete
 

Detailed Description

Definition at line 285 of file pat.c.

Constructor & Destructor Documentation

◆ cPmtPidEntry()

cPmtPidEntry::cPmtPidEntry ( int  Pid)

Definition at line 296 of file pat.c.

References complete, pid, and Pid().

Member Function Documentation

◆ Complete()

int cPmtPidEntry::Complete ( void  )
inline

Definition at line 292 of file pat.c.

References complete.

Referenced by cPatFilter::Process().

◆ Pid()

int cPmtPidEntry::Pid ( void  )
inline

Definition at line 291 of file pat.c.

References pid.

Referenced by cPmtPidEntry(), cPatFilter::Process(), cPatFilter::SwitchToNextPmtPid(), and cPatFilter::Trigger().

◆ SetComplete()

void cPmtPidEntry::SetComplete ( bool  State)
inline

Definition at line 293 of file pat.c.

References complete.

Referenced by cPatFilter::SwitchToNextPmtPid().

Member Data Documentation

◆ complete

bool cPmtPidEntry::complete
private

Definition at line 288 of file pat.c.

Referenced by Complete(), cPmtPidEntry(), and SetComplete().

◆ pid

int cPmtPidEntry::pid
private

Definition at line 287 of file pat.c.

Referenced by cPmtPidEntry(), and Pid().


The documentation for this class was generated from the following file: