MythTV
master
|
Public Member Functions | |
cCiTransportLayer (int Fd, int NumSlots) | |
cCiTransportConnection * | NewConnection (int Slot) |
bool | ResetSlot (int Slot) const |
bool | ModuleReady (int Slot) const |
cCiTransportConnection * | Process (int Slot) |
Private Attributes | |
int | m_fd |
int | m_numSlots |
std::array< cCiTransportConnection, MAX_CI_CONNECT > | m_tc |
cCiTransportLayer::cCiTransportLayer | ( | int | Fd, |
int | NumSlots | ||
) |
cCiTransportConnection * cCiTransportLayer::NewConnection | ( | int | Slot | ) |
Definition at line 619 of file dvbci.cpp.
Referenced by cLlCiHandler::Process().
bool cCiTransportLayer::ResetSlot | ( | int | Slot | ) | const |
Definition at line 633 of file dvbci.cpp.
Referenced by cCiTransportLayer(), cLlCiHandler::Process(), and cLlCiHandler::Reset().
bool cCiTransportLayer::ModuleReady | ( | int | Slot | ) | const |
Definition at line 645 of file dvbci.cpp.
Referenced by cLlCiHandler::Process().
cCiTransportConnection * cCiTransportLayer::Process | ( | int | Slot | ) |
Definition at line 655 of file dvbci.cpp.
Referenced by cLlCiHandler::Process().
|
private |
Definition at line 600 of file dvbci.cpp.
Referenced by ModuleReady(), NewConnection(), and ResetSlot().
|
private |
Definition at line 601 of file dvbci.cpp.
Referenced by cCiTransportLayer().
|
private |
Definition at line 602 of file dvbci.cpp.
Referenced by NewConnection(), and Process().