|
vdr 2.7.9
|
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) |
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 |
| 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(), and cPatFilter::Request().
|
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(), cPatFilter::Process(), cPatFilter::Release(), and cPatFilter::Request().
|
inline |
|
inline |
|
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().