vdr
2.0.6
|
Public Member Functions | |
int | AddCaDescriptors (cCaDescriptors *CaDescriptors) |
int | GetCaDescriptors (int Source, int Transponder, int ServiceId, const int *CaSystemIds, int BufSize, uchar *Data, int EsPid) |
![]() | |
cCaDescriptors * | Get (int Index) const |
cCaDescriptors * | First (void) const |
cCaDescriptors * | Last (void) const |
cCaDescriptors * | Prev (const cCaDescriptors *object) const |
cCaDescriptors * | Next (const cCaDescriptors *object) const |
![]() | |
virtual | ~cListBase () |
void | Add (cListObject *Object, cListObject *After=NULL) |
void | Ins (cListObject *Object, cListObject *Before=NULL) |
void | Del (cListObject *Object, bool DeleteObject=true) |
virtual void | Move (int From, int To) |
void | Move (cListObject *From, cListObject *To) |
virtual void | Clear (void) |
cListObject * | Get (int Index) const |
int | Count (void) const |
void | Sort (void) |
Private Attributes | |
cMutex | mutex |
Additional Inherited Members | |
![]() | |
cListBase (void) | |
![]() | |
cListObject * | objects |
cListObject * | lastObject |
int | count |
int cCaDescriptorHandler::AddCaDescriptors | ( | cCaDescriptors * | CaDescriptors | ) |
Definition at line 195 of file pat.c.
References cListBase::Add(), cListBase::Del(), cCaDescriptors::Empty(), cList< cCaDescriptors >::First(), mutex, and cList< cCaDescriptors >::Next().
Referenced by cPatFilter::Process().
int cCaDescriptorHandler::GetCaDescriptors | ( | int | Source, |
int | Transponder, | ||
int | ServiceId, | ||
const int * | CaSystemIds, | ||
int | BufSize, | ||
uchar * | Data, | ||
int | EsPid | ||
) |
Definition at line 213 of file pat.c.
References cList< cCaDescriptors >::First(), mutex, and cList< cCaDescriptors >::Next().
Referenced by GetCaDescriptors().
|
private |
Definition at line 186 of file pat.c.
Referenced by AddCaDescriptors(), and GetCaDescriptors().