vdr
2.2.0
|
#include <diseqc.h>
Public Member Functions | |
bool | Load (const char *FileName, bool AllowComments=false, bool MustExist=false) |
cScr * | GetUnused (int Device) |
![]() | |
cConfig (void) | |
virtual | ~cConfig () |
const char * | FileName (void) |
bool | Load (const char *FileName=NULL, bool AllowComments=false, bool MustExist=false) |
bool | Save (void) |
![]() | |
cScr * | Get (int Index) const |
cScr * | First (void) const |
cScr * | Last (void) const |
cScr * | Prev (const cScr *object) const |
cScr * | Next (const cScr *object) const |
![]() | |
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) |
cListObject * | Get (int Index) const |
int | Count (void) const |
void | Sort (void) |
Private Attributes | |
cMutex | mutex |
Additional Inherited Members | |
![]() | |
cListBase (void) | |
![]() | |
cListObject * | objects |
cListObject * | lastObject |
int | count |
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().