|
vdr
2.0.7
|
#include <ci.h>
Public Member Functions | |
| cChannelCamRelations (void) | |
| void | Reset (int CamSlotNumber) |
| bool | CamChecked (tChannelID ChannelID, int CamSlotNumber) |
| bool | CamDecrypt (tChannelID ChannelID, int CamSlotNumber) |
| void | SetChecked (tChannelID ChannelID, int CamSlotNumber) |
| void | SetDecrypt (tChannelID ChannelID, int CamSlotNumber) |
| void | ClrChecked (tChannelID ChannelID, int CamSlotNumber) |
| void | ClrDecrypt (tChannelID ChannelID, int CamSlotNumber) |
Public Member Functions inherited from cList< cChannelCamRelation > | |
| cChannelCamRelation * | Get (int Index) const |
| cChannelCamRelation * | First (void) const |
| cChannelCamRelation * | Last (void) const |
| cChannelCamRelation * | Prev (const cChannelCamRelation *object) const |
| cChannelCamRelation * | Next (const cChannelCamRelation *object) const |
Public Member Functions inherited from cListBase | |
| virtual | ~cListBase () |
| void | Add (cListObject *Object, cListObject *After=NULL) |
| void | Ins (cListObject *Object, cListObject *Before=NULL) |
| void | Del (cListObject *Object, bool DeleteObject=true) |
| virtual void | Move (int From, int To) |
| void | Move (cListObject *From, cListObject *To) |
| virtual void | Clear (void) |
| cListObject * | Get (int Index) const |
| int | Count (void) const |
| void | Sort (void) |
Private Member Functions | |
| cChannelCamRelation * | GetEntry (tChannelID ChannelID) |
| cChannelCamRelation * | AddEntry (tChannelID ChannelID) |
| void | Cleanup (void) |
Private Attributes | |
| cMutex | mutex |
| time_t | lastCleanup |
Additional Inherited Members | |
Protected Member Functions inherited from cListBase | |
| cListBase (void) | |
Protected Attributes inherited from cListBase | |
| cListObject * | objects |
| cListObject * | lastObject |
| int | count |
| cChannelCamRelations::cChannelCamRelations | ( | void | ) |
Definition at line 2072 of file ci.c.
References lastCleanup.
|
private |
Definition at line 2102 of file ci.c.
References cListBase::Add(), GetEntry(), and mutex.
Referenced by SetChecked(), and SetDecrypt().
| bool cChannelCamRelations::CamChecked | ( | tChannelID | ChannelID, |
| int | CamSlotNumber | ||
| ) |
Definition at line 2120 of file ci.c.
References cChannelCamRelation::CamChecked(), GetEntry(), and mutex.
Referenced by cDevice::GetDevice().
| bool cChannelCamRelations::CamDecrypt | ( | tChannelID | ChannelID, |
| int | CamSlotNumber | ||
| ) |
Definition at line 2127 of file ci.c.
References cChannelCamRelation::CamDecrypt(), GetEntry(), and mutex.
Referenced by cDevice::GetDevice(), cDvbHdFfDevice::SetChannelDevice(), and cDvbSdFfDevice::SetChannelDevice().
|
private |
Definition at line 2077 of file ci.c.
References CHANNEL_CAM_RELATIONS_CLEANUP_INTERVAL, cListBase::Del(), cList< cChannelCamRelation >::First(), lastCleanup, mutex, cList< cChannelCamRelation >::Next(), and cChannelCamRelation::TimedOut().
Referenced by GetEntry().
| void cChannelCamRelations::ClrChecked | ( | tChannelID | ChannelID, |
| int | CamSlotNumber | ||
| ) |
Definition at line 2150 of file ci.c.
References cChannelCamRelation::ClrChecked(), GetEntry(), and mutex.
| void cChannelCamRelations::ClrDecrypt | ( | tChannelID | ChannelID, |
| int | CamSlotNumber | ||
| ) |
Definition at line 2158 of file ci.c.
References cChannelCamRelation::ClrDecrypt(), GetEntry(), and mutex.
|
private |
Definition at line 2091 of file ci.c.
References Cleanup(), cList< cChannelCamRelation >::First(), mutex, and cList< cChannelCamRelation >::Next().
Referenced by AddEntry(), CamChecked(), CamDecrypt(), ClrChecked(), and ClrDecrypt().
| void cChannelCamRelations::Reset | ( | int | CamSlotNumber | ) |
Definition at line 2111 of file ci.c.
References cList< cChannelCamRelation >::First(), mutex, and cList< cChannelCamRelation >::Next().
Referenced by cCamSlot::Reset().
| void cChannelCamRelations::SetChecked | ( | tChannelID | ChannelID, |
| int | CamSlotNumber | ||
| ) |
Definition at line 2134 of file ci.c.
References AddEntry(), mutex, and cChannelCamRelation::SetChecked().
Referenced by cDevice::Action().
| void cChannelCamRelations::SetDecrypt | ( | tChannelID | ChannelID, |
| int | CamSlotNumber | ||
| ) |
Definition at line 2142 of file ci.c.
References AddEntry(), mutex, and cChannelCamRelation::SetDecrypt().
Referenced by cDevice::Action().
|
private |
Definition at line 246 of file ci.h.
Referenced by cChannelCamRelations(), and Cleanup().
|
private |
Definition at line 243 of file ci.h.
Referenced by AddEntry(), CamChecked(), CamDecrypt(), Cleanup(), ClrChecked(), ClrDecrypt(), GetEntry(), Reset(), SetChecked(), and SetDecrypt().
1.8.8