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

#include <svdrp.h>

Public Member Functions

 cPUTEhandler (void)
 
 ~cPUTEhandler ()
 
bool Process (const char *s)
 
int Status (void)
 
const char * Message (void)
 

Private Attributes

FILE * f
 
int status
 
const char * message
 

Detailed Description

Definition at line 29 of file svdrp.h.

Constructor & Destructor Documentation

cPUTEhandler::cPUTEhandler ( void  )

Definition at line 133 of file svdrp.c.

References LOG_ERROR.

cPUTEhandler::~cPUTEhandler ( )

Definition at line 146 of file svdrp.c.

Member Function Documentation

const char* cPUTEhandler::Message ( void  )
inline

Definition at line 39 of file svdrp.h.

Referenced by cSVDRP::CmdPUTE(), and cSVDRP::Execute().

bool cPUTEhandler::Process ( const char *  s)

Definition at line 152 of file svdrp.c.

References cSchedules::Cleanup(), and cSchedules::Read().

Referenced by cSVDRP::Execute().

int cPUTEhandler::Status ( void  )
inline

Definition at line 38 of file svdrp.h.

Referenced by cSVDRP::CmdPUTE(), and cSVDRP::Execute().

Member Data Documentation

FILE* cPUTEhandler::f
private

Definition at line 31 of file svdrp.h.

const char* cPUTEhandler::message
private

Definition at line 33 of file svdrp.h.

int cPUTEhandler::status
private

Definition at line 32 of file svdrp.h.


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