vdr 2.7.3
cPUTEhandler Class Reference

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 761 of file svdrp.c.

Constructor & Destructor Documentation

◆ cPUTEhandler()

cPUTEhandler::cPUTEhandler ( void )

Definition at line 774 of file svdrp.c.

References f, LOG_ERROR, message, and status.

◆ ~cPUTEhandler()

cPUTEhandler::~cPUTEhandler ( )

Definition at line 787 of file svdrp.c.

References f.

Member Function Documentation

◆ Message()

const char * cPUTEhandler::Message ( void )
inline

Definition at line 771 of file svdrp.c.

References message.

◆ Process()

bool cPUTEhandler::Process ( const char * s)

Definition at line 793 of file svdrp.c.

References cSchedules::Cleanup(), f, message, cSchedules::Read(), and status.

◆ Status()

int cPUTEhandler::Status ( void )
inline

Definition at line 770 of file svdrp.c.

References status.

Member Data Documentation

◆ f

FILE* cPUTEhandler::f
private

Definition at line 763 of file svdrp.c.

Referenced by cPUTEhandler(), Process(), and ~cPUTEhandler().

◆ message

const char* cPUTEhandler::message
private

Definition at line 765 of file svdrp.c.

Referenced by cPUTEhandler(), Message(), and Process().

◆ status

int cPUTEhandler::status
private

Definition at line 764 of file svdrp.c.

Referenced by cPUTEhandler(), Process(), and Status().


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