Definition at line 964 of file dvbci.cpp.
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] |
| const unsigned short* cCiConditionalAccessSupport::GetCaSystemIds | ( | void | ) | [inline] |
| bool cCiConditionalAccessSupport::NeedCaPmt | ( | void | ) | [inline] |
int cCiConditionalAccessSupport::state [private] |
Definition at line 966 of file dvbci.cpp.
Referenced by cCiConditionalAccessSupport(), Process(), and SendPMT().
int cCiConditionalAccessSupport::numCaSystemIds [private] |
Definition at line 967 of file dvbci.cpp.
Referenced by cCiConditionalAccessSupport(), and Process().
unsigned short cCiConditionalAccessSupport::caSystemIds[MAXCASYSTEMIDS+1] [private] |
Definition at line 968 of file dvbci.cpp.
Referenced by cCiConditionalAccessSupport(), and Process().
bool cCiConditionalAccessSupport::needCaPmt [private] |
Definition at line 969 of file dvbci.cpp.
Referenced by cCiConditionalAccessSupport(), Process(), and SendPMT().
1.5.5