|
vdr 2.6.4
|
#include <ci.h>
Public Member Functions | |
| ~cCiCaPmtList () | |
| cCiCaPmt * | Add (uint8_t CmdId, int Source, int Transponder, int ProgramNumber, const int *CaSystemIds) |
| void | Del (cCiCaPmt *CaPmt) |
Public Attributes | |
| cVector< cCiCaPmt * > | caPmts |
| cCiCaPmtList::~cCiCaPmtList | ( | ) |
Definition at line 2501 of file ci.c.
References caPmts, and cVector< T >::Size().
| cCiCaPmt * cCiCaPmtList::Add | ( | uint8_t | CmdId, |
| int | Source, | ||
| int | Transponder, | ||
| int | ProgramNumber, | ||
| const int * | CaSystemIds | ||
| ) |
Definition at line 2507 of file ci.c.
References cVector< T >::Append(), and caPmts.
Referenced by cCamSlot::BuildCaPmts().
| void cCiCaPmtList::Del | ( | cCiCaPmt * | CaPmt | ) |
Definition at line 2514 of file ci.c.
References caPmts, and cVector< T >::RemoveElement().
Definition at line 226 of file ci.h.
Referenced by Add(), cCamSlot::BuildCaPmts(), Del(), cCamSlot::SendCaPmts(), and ~cCiCaPmtList().