vdr
2.7.6
|
Public Member Functions | |
cPmtPidEntry (int Pid) | |
int | Pid (void) |
int | Count (void) |
int | State (void) |
void | SetState (int State) |
void | Inc (void) |
void | Dec (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 |
int | count |
int | state |
bool | complete |
cPmtPidEntry::cPmtPidEntry | ( | int | Pid | ) |
|
inline |
|
inline |
Definition at line 296 of file pat.c.
References count.
Referenced by cPatFilter::Release(), cPatFilter::Request(), cPatFilter::SetStatus(), and cPatFilter::SwitchToNextPmtPid().
|
inline |
Definition at line 300 of file pat.c.
Referenced by cPatFilter::Release().
|
inline |
Definition at line 299 of file pat.c.
Referenced by cPatFilter::Process(), and cPatFilter::Request().
|
inline |
Definition at line 295 of file pat.c.
References pid.
Referenced by cPmtPidEntry(), cPmtSidEntry::cPmtSidEntry(), cPatFilter::Process(), cPatFilter::Release(), cPatFilter::Request(), and cPatFilter::SwitchToNextPmtPid().
|
inline |
|
inline |
Definition at line 298 of file pat.c.
References state, and State().
Referenced by cPatFilter::SetStatus().
|
inline |
Definition at line 297 of file pat.c.
References state.
Referenced by SetComplete(), and SetState().
|
private |
Definition at line 292 of file pat.c.
Referenced by Complete(), cPmtPidEntry(), and SetComplete().
|
private |
|
private |
Definition at line 287 of file pat.c.
Referenced by cPmtPidEntry(), and Pid().
|
private |
Definition at line 289 of file pat.c.
Referenced by cPmtPidEntry(), Dec(), Inc(), SetState(), and State().