|
vdr
2.0.7
|
Public Member Functions | |
| cCaDescriptors (int Source, int Transponder, int ServiceId) | |
| bool | operator== (const cCaDescriptors &arg) const |
| bool | Is (int Source, int Transponder, int ServiceId) |
| bool | Is (cCaDescriptors *CaDescriptors) |
| bool | Empty (void) |
| void | AddCaDescriptor (SI::CaDescriptor *d, int EsPid) |
| int | GetCaDescriptors (const int *CaSystemIds, int BufSize, uchar *Data, int EsPid) |
| const int * | CaIds (void) |
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 Member Functions | |
| void | AddCaId (int CaId) |
Private Attributes | |
| int | source |
| int | transponder |
| int | serviceId |
| int | numCaIds |
| int | caIds [MAXCAIDS+1] |
| cList< cCaDescriptor > | caDescriptors |
| cCaDescriptors::cCaDescriptors | ( | int | Source, |
| int | Transponder, | ||
| int | ServiceId | ||
| ) |
| void cCaDescriptors::AddCaDescriptor | ( | SI::CaDescriptor * | d, |
| int | EsPid | ||
| ) |
Definition at line 129 of file pat.c.
References cListBase::Add(), AddCaId(), caDescriptors, cCaDescriptor::CaSystem(), cCaDescriptor::Data(), dsyslog, cList< T >::First(), SI::CaDescriptor::getCaPid(), SI::CaDescriptor::getCaType(), SI::CharArray::getData(), SI::CharArray::getLength(), cCaDescriptor::Length(), cList< T >::Next(), SI::CaDescriptor::privateData, serviceId, source, and transponder.
Referenced by cPatFilter::Process().
|
private |
|
inline |
|
inline |
Definition at line 79 of file pat.c.
References cListBase::Count().
Referenced by cCaDescriptorHandler::AddCaDescriptors().
| int cCaDescriptors::GetCaDescriptors | ( | const int * | CaSystemIds, |
| int | BufSize, | ||
| uchar * | Data, | ||
| int | EsPid | ||
| ) |
Definition at line 156 of file pat.c.
References caDescriptors, cList< T >::First(), and cList< T >::Next().
| bool cCaDescriptors::Is | ( | int | Source, |
| int | Transponder, | ||
| int | ServiceId | ||
| ) |
| bool cCaDescriptors::Is | ( | cCaDescriptors * | CaDescriptors | ) |
| bool cCaDescriptors::operator== | ( | const cCaDescriptors & | arg | ) | const |
Definition at line 94 of file pat.c.
References caDescriptors, cList< T >::First(), and cList< T >::Next().
|
private |
Definition at line 72 of file pat.c.
Referenced by AddCaDescriptor(), GetCaDescriptors(), and operator==().
|
private |
Definition at line 71 of file pat.c.
Referenced by AddCaId(), CaIds(), and cCaDescriptors().
|
private |
Definition at line 70 of file pat.c.
Referenced by AddCaId(), and cCaDescriptors().
|
private |
Definition at line 69 of file pat.c.
Referenced by AddCaDescriptor(), cCaDescriptors(), and Is().
|
private |
Definition at line 67 of file pat.c.
Referenced by AddCaDescriptor(), cCaDescriptors(), and Is().
|
private |
Definition at line 68 of file pat.c.
Referenced by AddCaDescriptor(), cCaDescriptors(), and Is().
1.8.8