vdr
1.7.27
|
#include <svdrp.h>
Public Member Functions | |
cPUTEhandler (void) | |
~cPUTEhandler () | |
bool | Process (const char *s) |
int | Status (void) |
const char * | Message (void) |
cPUTEhandler (void) | |
~cPUTEhandler () | |
bool | Process (const char *s) |
int | Status (void) |
const char * | Message (void) |
Private Attributes | |
FILE * | f |
int | status |
const char * | message |
Definition at line 29 of file include/vdr/svdrp.h.
cPUTEhandler::cPUTEhandler | ( | void | ) |
cPUTEhandler::cPUTEhandler | ( | void | ) |
const char* cPUTEhandler::Message | ( | void | ) | [inline] |
Definition at line 39 of file include/vdr/svdrp.h.
References message.
Referenced by cSVDRP::CmdPUTE(), and cSVDRP::Execute().
const char* cPUTEhandler::Message | ( | void | ) | [inline] |
bool cPUTEhandler::Process | ( | const char * | s | ) |
bool cPUTEhandler::Process | ( | const char * | s | ) |
Definition at line 154 of file svdrp.c.
References cSchedules::Cleanup(), f, message, cSchedules::Read(), and status.
Referenced by cSVDRP::Execute().
int cPUTEhandler::Status | ( | void | ) | [inline] |
Definition at line 38 of file include/vdr/svdrp.h.
References status.
Referenced by cSVDRP::CmdPUTE(), and cSVDRP::Execute().
int cPUTEhandler::Status | ( | void | ) | [inline] |
FILE * cPUTEhandler::f [private] |
Definition at line 31 of file include/vdr/svdrp.h.
Referenced by cPUTEhandler(), Process(), and ~cPUTEhandler().
const char * cPUTEhandler::message [private] |
Definition at line 33 of file include/vdr/svdrp.h.
Referenced by cPUTEhandler(), Message(), and Process().
int cPUTEhandler::status [private] |
Definition at line 32 of file include/vdr/svdrp.h.
Referenced by cPUTEhandler(), Process(), and Status().