Definition at line 563 of file dvbci.cpp.
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] |
| cCiTransportLayer::cCiTransportLayer | ( | int | Fd, | |
| int | NumSlots | |||
| ) |
| cCiTransportConnection * cCiTransportLayer::NewConnection | ( | int | Slot | ) |
| bool cCiTransportLayer::ResetSlot | ( | int | Slot | ) |
Definition at line 598 of file dvbci.cpp.
Referenced by cCiTransportLayer(), cLlCiHandler::Process(), and cLlCiHandler::Reset().
| bool cCiTransportLayer::ModuleReady | ( | int | Slot | ) |
| cCiTransportConnection * cCiTransportLayer::Process | ( | int | Slot | ) |
int cCiTransportLayer::fd [private] |
Definition at line 565 of file dvbci.cpp.
Referenced by cCiTransportLayer(), ModuleReady(), NewConnection(), and ResetSlot().
int cCiTransportLayer::numSlots [private] |
cCiTransportConnection cCiTransportLayer::tc[MAX_CI_CONNECT] [private] |
Definition at line 567 of file dvbci.cpp.
Referenced by NewConnection(), Process(), and cCiSession::Tc().
1.5.5