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

#include <diseqc.h>

Public Member Functions

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

Private Attributes

cMutex mutex
 

Additional Inherited Members

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

Detailed Description

Definition at line 52 of file diseqc.h.

Member Function Documentation

cScr * cScrs::GetUnused ( int  Device)

Definition at line 190 of file diseqc.c.

References IsBitSet, and cPositioner::mutex.

Referenced by cDiseqcs::Get().

bool cScrs::Load ( const char *  FileName,
bool  AllowComments = false,
bool  MustExist = false 
)

Definition at line 184 of file diseqc.c.

References ALL_DEVICES, CurrentDevices, and cConfig< T >::Load().

Referenced by main().

Member Data Documentation

cMutex cScrs::mutex
private

Definition at line 54 of file diseqc.h.


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