vdr
2.2.0
|
Public Member Functions | |
cCaDescriptors (int Source, int Transponder, int ServiceId, int PmtPid) | |
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) |
int | GetCaPids (const int *CaSystemIds, int BufSize, int *Pids) |
const int | GetPmtPid (void) |
const int * | CaIds (void) |
![]() | |
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 | pmtPid |
int | numCaIds |
int | caIds [MAXCAIDS+1] |
cList< cCaDescriptor > | caDescriptors |
cCaDescriptors::cCaDescriptors | ( | int | Source, |
int | Transponder, | ||
int | ServiceId, | ||
int | PmtPid | ||
) |
void cCaDescriptors::AddCaDescriptor | ( | SI::CaDescriptor * | d, |
int | EsPid | ||
) |
Definition at line 136 of file pat.c.
References cCaDescriptor::CaSystem(), cCaDescriptor::cCaDescriptor(), cCaDescriptor::Data(), dsyslog, cCaDescriptor::EsPid(), SI::CaDescriptor::getCaPid(), SI::CaDescriptor::getCaType(), SI::CharArray::getData(), SI::CharArray::getLength(), cCaDescriptor::Length(), cListObject::Next(), and SI::CaDescriptor::privateData.
Referenced by cPatFilter::Process().
|
private |
|
inline |
Definition at line 88 of file pat.c.
Referenced by cPatFilter::Process().
|
inline |
Definition at line 83 of file pat.c.
References cListBase::Count(), cCaDescriptor::Data(), cCaDescriptor::EsPid(), GetCaDescriptors(), and GetCaPids().
Referenced by cCaDescriptorHandler::AddCaDescriptors().
int cCaDescriptors::GetCaDescriptors | ( | const int * | CaSystemIds, |
int | BufSize, | ||
uchar * | Data, | ||
int | EsPid | ||
) |
Definition at line 163 of file pat.c.
References cCaDescriptor::EsPid(), cCaDescriptor::length, and cListObject::Next().
int cCaDescriptors::GetCaPids | ( | const int * | CaSystemIds, |
int | BufSize, | ||
int * | Pids | ||
) |
Definition at line 189 of file pat.c.
References cListObject::Next().
bool cCaDescriptors::Is | ( | int | Source, |
int | Transponder, | ||
int | ServiceId | ||
) |
bool cCaDescriptors::Is | ( | cCaDescriptors * | CaDescriptors | ) |
Definition at line 119 of file pat.c.
References serviceId, source, and transponder.
bool cCaDescriptors::operator== | ( | const cCaDescriptors & | arg | ) | const |
Definition at line 101 of file pat.c.
References caDescriptors, cList< T >::First(), cListObject::Next(), and cList< T >::Next().
|
private |
Definition at line 76 of file pat.c.
Referenced by operator==().