vdr  2.2.0
Public Member Functions | Private Attributes | List of all members
cChannelCamRelation Class Reference
Collaboration diagram for cChannelCamRelation:
[legend]

Public Member Functions

 cChannelCamRelation (tChannelID ChannelID)
 
bool TimedOut (void)
 
tChannelID ChannelID (void)
 
bool CamChecked (int CamSlotNumber)
 
bool CamDecrypt (int CamSlotNumber)
 
void SetChecked (int CamSlotNumber)
 
void SetDecrypt (int CamSlotNumber)
 
void ClrChecked (int CamSlotNumber)
 
void ClrDecrypt (int CamSlotNumber)
 
- Public Member Functions inherited from cListObject
 cListObject (void)
 
virtual ~cListObject ()
 
virtual int Compare (const cListObject &ListObject) const
 
void Append (cListObject *Object)
 
void Insert (cListObject *Object)
 
void Unlink (void)
 
int Index (void) const
 
cListObjectPrev (void) const
 
cListObjectNext (void) const
 

Private Attributes

tChannelID channelID
 
uint32_t camSlotsChecked
 
uint32_t camSlotsDecrypt
 
time_t lastChecked
 

Detailed Description

Definition at line 2257 of file ci.c.

Constructor & Destructor Documentation

cChannelCamRelation::cChannelCamRelation ( tChannelID  ChannelID)

Definition at line 2275 of file ci.c.

Member Function Documentation

bool cChannelCamRelation::CamChecked ( int  CamSlotNumber)

Definition at line 2288 of file ci.c.

References CAM_CHECKED_TIMEOUT.

Referenced by cChannelCamRelations::CamChecked().

bool cChannelCamRelation::CamDecrypt ( int  CamSlotNumber)

Definition at line 2297 of file ci.c.

Referenced by cChannelCamRelations::CamDecrypt().

tChannelID cChannelCamRelation::ChannelID ( void  )
inline

Definition at line 2266 of file ci.c.

void cChannelCamRelation::ClrChecked ( int  CamSlotNumber)

Definition at line 2315 of file ci.c.

Referenced by cChannelCamRelations::ClrChecked().

void cChannelCamRelation::ClrDecrypt ( int  CamSlotNumber)

Definition at line 2321 of file ci.c.

Referenced by cChannelCamRelations::ClrDecrypt().

void cChannelCamRelation::SetChecked ( int  CamSlotNumber)

Definition at line 2302 of file ci.c.

Referenced by cChannelCamRelations::SetChecked().

void cChannelCamRelation::SetDecrypt ( int  CamSlotNumber)

Definition at line 2309 of file ci.c.

Referenced by cChannelCamRelations::SetDecrypt().

bool cChannelCamRelation::TimedOut ( void  )

Definition at line 2283 of file ci.c.

References CAM_CHECKED_TIMEOUT.

Referenced by cChannelCamRelations::Cleanup().

Member Data Documentation

uint32_t cChannelCamRelation::camSlotsChecked
private

Definition at line 2260 of file ci.c.

uint32_t cChannelCamRelation::camSlotsDecrypt
private

Definition at line 2261 of file ci.c.

tChannelID cChannelCamRelation::channelID
private

Definition at line 2259 of file ci.c.

time_t cChannelCamRelation::lastChecked
private

Definition at line 2262 of file ci.c.


The documentation for this class was generated from the following file: