vdr  1.7.27
Public Member Functions | Private Attributes
cChannelCamRelation Class Reference

List of all members.

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)

Private Attributes

tChannelID channelID
uint32_t camSlotsChecked
uint32_t camSlotsDecrypt
time_t lastChecked

Detailed Description

Definition at line 1994 of file ci.c.


Constructor & Destructor Documentation

Definition at line 2012 of file ci.c.

References camSlotsChecked, camSlotsDecrypt, channelID, ChannelID(), and lastChecked.


Member Function Documentation

bool cChannelCamRelation::CamChecked ( int  CamSlotNumber)

Definition at line 2025 of file ci.c.

References CAM_CHECKED_TIMEOUT, camSlotsChecked, and lastChecked.

Referenced by cChannelCamRelations::CamChecked().

bool cChannelCamRelation::CamDecrypt ( int  CamSlotNumber)

Definition at line 2034 of file ci.c.

References camSlotsDecrypt.

Referenced by cChannelCamRelations::CamDecrypt().

Definition at line 2003 of file ci.c.

References channelID.

Referenced by cChannelCamRelation().

void cChannelCamRelation::ClrChecked ( int  CamSlotNumber)

Definition at line 2052 of file ci.c.

References camSlotsChecked, and lastChecked.

Referenced by cChannelCamRelations::ClrChecked(), and SetDecrypt().

void cChannelCamRelation::ClrDecrypt ( int  CamSlotNumber)

Definition at line 2058 of file ci.c.

References camSlotsDecrypt.

Referenced by cChannelCamRelations::ClrDecrypt(), and SetChecked().

void cChannelCamRelation::SetChecked ( int  CamSlotNumber)

Definition at line 2039 of file ci.c.

References camSlotsChecked, ClrDecrypt(), and lastChecked.

Referenced by cChannelCamRelations::SetChecked().

void cChannelCamRelation::SetDecrypt ( int  CamSlotNumber)

Definition at line 2046 of file ci.c.

References camSlotsDecrypt, and ClrChecked().

Referenced by cChannelCamRelations::SetDecrypt().

Definition at line 2020 of file ci.c.

References CAM_CHECKED_TIMEOUT, camSlotsDecrypt, and lastChecked.

Referenced by cChannelCamRelations::Cleanup().


Member Data Documentation

Definition at line 1997 of file ci.c.

Referenced by CamChecked(), cChannelCamRelation(), ClrChecked(), and SetChecked().

Definition at line 1998 of file ci.c.

Referenced by CamDecrypt(), cChannelCamRelation(), ClrDecrypt(), SetDecrypt(), and TimedOut().

Definition at line 1996 of file ci.c.

Referenced by cChannelCamRelation(), and ChannelID().

Definition at line 1999 of file ci.c.

Referenced by CamChecked(), cChannelCamRelation(), ClrChecked(), SetChecked(), and TimedOut().


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