vdr
2.2.0
|
Go to the source code of this file.
Classes | |
class | cCiMenu |
class | cCiEnquiry |
class | cCiAdapter |
class | cCamSlot |
class | cCamSlots |
class | cChannelCamRelations |
Macros | |
#define | MAX_CAM_SLOTS_PER_ADAPTER 8 |
#define | MAX_CONNECTIONS_PER_CAM_SLOT 8 |
#define | CAM_READ_TIMEOUT 50 |
Enumerations | |
enum | eModuleStatus { msNone, msReset, msPresent, msReady } |
Variables | |
cCamSlots | CamSlots |
cChannelCamRelations | ChannelCamRelations |
#define CAM_READ_TIMEOUT 50 |
Definition at line 21 of file ci.h.
Referenced by cDvbCiAdapter::Read().
#define MAX_CAM_SLOTS_PER_ADAPTER 8 |
Definition at line 19 of file ci.h.
Referenced by cCiAdapter::Action(), cCiAdapter::AddCamSlot(), cCiAdapter::cCiAdapter(), cCiAdapter::ItCamSlot(), and cCiAdapter::~cCiAdapter().
#define MAX_CONNECTIONS_PER_CAM_SLOT 8 |
Definition at line 20 of file ci.h.
Referenced by cCamSlot::cCamSlot(), cCamSlot::DeleteAllConnections(), cCamSlot::NewConnection(), and cCamSlot::Process().
enum eModuleStatus |
cCamSlots CamSlots |
Definition at line 2240 of file ci.c.
Referenced by CamControl(), cCamSlot::cCamSlot(), cMenuSetupCAM::cMenuSetupCAM(), cDevice::GetDevice(), main(), and cCamSlot::~cCamSlot().
cChannelCamRelations ChannelCamRelations |
Definition at line 2335 of file ci.c.
Referenced by cDevice::Action(), cDevice::GetDevice(), cCamSlot::Reset(), cDvbHdFfDevice::SetChannelDevice(), and cDvbSdFfDevice::SetChannelDevice().