|
vdr 2.7.9
|
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 |
| cListObject * | Prev (void) const |
| cListObject * | Next (void) const |
Private Attributes | |
| int | camNumber |
| char * | text |
| int | action |
| cCamResponse::cCamResponse | ( | void | ) |
| int cCamResponse::Matches | ( | int | CamNumber, |
| const char * | Text ) const |
| bool cCamResponse::Parse | ( | const char * | s | ) |
Definition at line 388 of file ci.c.
References action, camNumber, CRA_CONFIRM, CRA_DISCARD, CRA_SELECT, isnumber(), skipspace(), and text.
|
private |
Definition at line 368 of file ci.c.
Referenced by cCamResponse(), Matches(), and Parse().
|
private |
Definition at line 366 of file ci.c.
Referenced by cCamResponse(), Matches(), and Parse().
|
private |
Definition at line 367 of file ci.c.
Referenced by cCamResponse(), Matches(), Parse(), and ~cCamResponse().