vdr  2.4.0
Public Member Functions | Private Attributes | List of all members
cCamResponse Class Reference

Public Member Functions

 cCamResponse (void)
 
 ~cCamResponse ()
 
bool Parse (const char *s)
 
int Matches (int CamNumber, const char *Text) const
 
- 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
 
cListObjectPrev (void) const
 
cListObjectNext (void) const
 

Private Attributes

int camNumber
 
char * text
 
int action
 

Detailed Description

Definition at line 330 of file ci.c.

Constructor & Destructor Documentation

◆ cCamResponse()

cCamResponse::cCamResponse ( void  )

Definition at line 342 of file ci.c.

References action, camNumber, CRA_NONE, and text.

◆ ~cCamResponse()

cCamResponse::~cCamResponse ( )

Definition at line 349 of file ci.c.

References text.

Member Function Documentation

◆ Matches()

int cCamResponse::Matches ( int  CamNumber,
const char *  Text 
) const

Definition at line 417 of file ci.c.

References action, camNumber, CRA_NONE, and text.

◆ Parse()

bool cCamResponse::Parse ( const char *  s)

Definition at line 354 of file ci.c.

References action, camNumber, CRA_CONFIRM, CRA_DISCARD, CRA_SELECT, isnumber(), skipspace(), and text.

Member Data Documentation

◆ action

int cCamResponse::action
private

Definition at line 334 of file ci.c.

Referenced by cCamResponse(), Matches(), and Parse().

◆ camNumber

int cCamResponse::camNumber
private

Definition at line 332 of file ci.c.

Referenced by cCamResponse(), Matches(), and Parse().

◆ text

char* cCamResponse::text
private

Definition at line 333 of file ci.c.

Referenced by cCamResponse(), Matches(), Parse(), and ~cCamResponse().


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