Public Member Functions | |
| cCiTransportLayer (int Fd, int NumSlots) | |
| cCiTransportConnection * | NewConnection (int Slot) |
| bool | ResetSlot (int Slot) |
| bool | ModuleReady (int Slot) |
| cCiTransportConnection * | Process (int Slot) |
Private Attributes | |
| int | fd |
| int | numSlots |
| cCiTransportConnection | tc [MAX_CI_CONNECT] |
Definition at line 571 of file dvbci.cpp.
| cCiTransportLayer::cCiTransportLayer | ( | int | Fd, | |
| int | NumSlots | |||
| ) |
| cCiTransportConnection * cCiTransportLayer::NewConnection | ( | int | Slot | ) |
Definition at line 592 of file dvbci.cpp.
Referenced by cLlCiHandler::Process().
| bool cCiTransportLayer::ResetSlot | ( | int | Slot | ) |
Definition at line 606 of file dvbci.cpp.
Referenced by cCiTransportLayer(), cLlCiHandler::Process(), and cLlCiHandler::Reset().
| bool cCiTransportLayer::ModuleReady | ( | int | Slot | ) |
Definition at line 619 of file dvbci.cpp.
Referenced by cLlCiHandler::Process().
| cCiTransportConnection * cCiTransportLayer::Process | ( | int | Slot | ) |
Definition at line 630 of file dvbci.cpp.
Referenced by cLlCiHandler::Process().
int cCiTransportLayer::fd [private] |
Definition at line 573 of file dvbci.cpp.
Referenced by cCiTransportLayer(), ModuleReady(), NewConnection(), and ResetSlot().
int cCiTransportLayer::numSlots [private] |
Definition at line 574 of file dvbci.cpp.
Referenced by cCiTransportLayer().
cCiTransportConnection cCiTransportLayer::tc[MAX_CI_CONNECT] [private] |
Definition at line 575 of file dvbci.cpp.
Referenced by NewConnection(), and Process().
1.6.3