|
MythTV
0.26-pre
|
Public Member Functions | |
| cCiConditionalAccessSupport (int SessionId, cCiTransportConnection *Tc) | |
| virtual bool | Process (int Length=0, const uint8_t *Data=NULL) |
| const unsigned short * | GetCaSystemIds (void) |
| bool | SendPMT (cCiCaPmt &CaPmt) |
| bool | NeedCaPmt (void) |
Private Attributes | |
| int | state |
| int | numCaSystemIds |
| unsigned short | caSystemIds [MAXCASYSTEMIDS+1] |
| bool | needCaPmt |
| cCiConditionalAccessSupport::cCiConditionalAccessSupport | ( | int | SessionId, |
| cCiTransportConnection * | Tc | ||
| ) |
| bool cCiConditionalAccessSupport::Process | ( | int | Length = 0, |
| const uint8_t * | Data = NULL |
||
| ) | [virtual] |
Reimplemented from cCiSession.
| const unsigned short* cCiConditionalAccessSupport::GetCaSystemIds | ( | void | ) | [inline] |
Definition at line 983 of file dvbci.cpp.
Referenced by cLlCiHandler::GetCaSystemIds().
| bool cCiConditionalAccessSupport::SendPMT | ( | cCiCaPmt & | CaPmt | ) |
Definition at line 1044 of file dvbci.cpp.
Referenced by cLlCiHandler::SetCaPmt().
| bool cCiConditionalAccessSupport::NeedCaPmt | ( | void | ) | [inline] |
Definition at line 985 of file dvbci.cpp.
Referenced by cLlCiHandler::Process().
int cCiConditionalAccessSupport::state [private] |
unsigned short cCiConditionalAccessSupport::caSystemIds[MAXCASYSTEMIDS+1] [private] |
Definition at line 978 of file dvbci.cpp.
Referenced by cCiConditionalAccessSupport(), GetCaSystemIds(), and Process().
bool cCiConditionalAccessSupport::needCaPmt [private] |
Definition at line 979 of file dvbci.cpp.
Referenced by NeedCaPmt(), Process(), and SendPMT().
1.7.6.1