vdr  1.7.31
Public Member Functions | Private Attributes | List of all members
cScrs Class Reference

#include <diseqc.h>

Public Member Functions

cScrGetUnused (int Device)
cScrGetUnused (int Device)
- Public Member Functions inherited from cConfig< cScr >
 cConfig (void)
 cConfig (void)
virtual ~cConfig ()
virtual ~cConfig ()
const char * FileName (void)
const char * FileName (void)
bool Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false)
bool Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false)
bool Save (void)
bool Save (void)
- Public Member Functions inherited from cList< cScr >
cScrGet (int Index) const
cScrGet (int Index) const
cScrFirst (void) const
cScrFirst (void) const
cScrLast (void) const
cScrLast (void) const
cScrPrev (const cScr *object) const
cScrPrev (const cScr *object) const
cScrNext (const cScr *object) const
cScrNext (const cScr *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)
int Count (void) const
void Sort (void)
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)
int Count (void) const
void Sort (void)

Private Attributes

cMutex mutex

Additional Inherited Members

- Protected Member Functions inherited from cListBase
 cListBase (void)
 cListBase (void)
- Protected Attributes inherited from cListBase
cListObjectobjects
cListObjectlastObject
int count

Detailed Description

Definition at line 34 of file diseqc.h.

Member Function Documentation

cScr * cScrs::GetUnused ( int  Device)

Definition at line 71 of file diseqc.c.

References cList< cScr >::First(), mutex, and cList< cScr >::Next().

Referenced by cDiseqcs::Get().

cScr* cScrs::GetUnused ( int  Device)

Member Data Documentation

cMutex cScrs::mutex
private

Definition at line 36 of file diseqc.h.

Referenced by GetUnused().


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