|
vdr 2.6.4
|
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 |
| cListObject * | Prev (void) const |
| cListObject * | Next (void) const |
Private Attributes | |
| tChannelID | channelID |
| uint32_t | camSlotsChecked |
| uint32_t | camSlotsDecrypt |
| time_t | lastChecked |
| cChannelCamRelation::cChannelCamRelation | ( | tChannelID | ChannelID | ) |
Definition at line 2891 of file ci.c.
References camSlotsChecked, camSlotsDecrypt, channelID, ChannelID(), and lastChecked.
| bool cChannelCamRelation::CamChecked | ( | int | CamSlotNumber | ) |
Definition at line 2904 of file ci.c.
References CAM_CHECKED_TIMEOUT, camSlotsChecked, and lastChecked.
Referenced by cChannelCamRelations::CamChecked().
| bool cChannelCamRelation::CamDecrypt | ( | int | CamSlotNumber | ) |
Definition at line 2913 of file ci.c.
References camSlotsDecrypt.
Referenced by cChannelCamRelations::CamDecrypt().
|
inline |
| void cChannelCamRelation::ClrChecked | ( | int | CamSlotNumber | ) |
Definition at line 2931 of file ci.c.
References camSlotsChecked, and lastChecked.
Referenced by cChannelCamRelations::ClrChecked(), and SetDecrypt().
| void cChannelCamRelation::ClrDecrypt | ( | int | CamSlotNumber | ) |
Definition at line 2937 of file ci.c.
References camSlotsDecrypt.
Referenced by cChannelCamRelations::ClrDecrypt(), and SetChecked().
| void cChannelCamRelation::SetChecked | ( | int | CamSlotNumber | ) |
Definition at line 2918 of file ci.c.
References camSlotsChecked, ClrDecrypt(), and lastChecked.
Referenced by cChannelCamRelations::SetChecked().
| void cChannelCamRelation::SetDecrypt | ( | int | CamSlotNumber | ) |
Definition at line 2925 of file ci.c.
References camSlotsDecrypt, and ClrChecked().
Referenced by cChannelCamRelations::SetDecrypt().
| bool cChannelCamRelation::TimedOut | ( | void | ) |
Definition at line 2899 of file ci.c.
References CAM_CHECKED_TIMEOUT, camSlotsDecrypt, and lastChecked.
Referenced by cChannelCamRelations::Cleanup().
|
private |
Definition at line 2876 of file ci.c.
Referenced by CamChecked(), cChannelCamRelation(), ClrChecked(), and SetChecked().
|
private |
Definition at line 2877 of file ci.c.
Referenced by CamDecrypt(), cChannelCamRelation(), ClrDecrypt(), SetDecrypt(), and TimedOut().
|
private |
Definition at line 2875 of file ci.c.
Referenced by cChannelCamRelation(), and ChannelID().
|
private |
Definition at line 2878 of file ci.c.
Referenced by CamChecked(), cChannelCamRelation(), ClrChecked(), SetChecked(), and TimedOut().