vdr  2.2.0
Macros | Functions | Variables
svdrp.c File Reference
#include "svdrp.h"
#include <arpa/inet.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <unistd.h>
#include "channels.h"
#include "config.h"
#include "device.h"
#include "eitscan.h"
#include "keys.h"
#include "menu.h"
#include "plugin.h"
#include "remote.h"
#include "skins.h"
#include "timers.h"
#include "tools.h"
#include "videodir.h"

Go to the source code of this file.

Macros

#define MAXHELPTOPIC   10
 
#define EITDISABLETIME   10
 
#define CMD(c)   (strcasecmp(Cmd, c) == 0)
 

Functions

const char * GetHelpTopic (const char *HelpPage)
 
const char * GetHelpPage (const char *Cmd, const char **p)
 
static cString RecordingInUseMessage (int Reason, const char *RecordingId, cRecording *Recording)
 

Variables

const char * HelpPages []
 

Macro Definition Documentation

#define CMD (   c)    (strcasecmp(Cmd, c) == 0)

Definition at line 1728 of file svdrp.c.

Referenced by cSVDRP::Execute().

#define EITDISABLETIME   10

Definition at line 181 of file svdrp.c.

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

#define MAXHELPTOPIC   10

Definition at line 180 of file svdrp.c.

Referenced by GetHelpTopic(), and cSVDRP::PrintHelpTopics().

Function Documentation

const char* GetHelpPage ( const char *  Cmd,
const char **  p 
)

Definition at line 379 of file svdrp.c.

References GetHelpTopic(), and cSVDRP::grabImageDir.

Referenced by cSVDRP::CmdHELP(), and cSVDRP::CmdPLUG().

const char* GetHelpTopic ( const char *  HelpPage)

Definition at line 361 of file svdrp.c.

References MAXHELPTOPIC.

Referenced by GetHelpPage(), and cSVDRP::PrintHelpTopics().

static cString RecordingInUseMessage ( int  Reason,
const char *  RecordingId,
cRecording Recording 
)
static

Variable Documentation

const char* HelpPages[]

Definition at line 184 of file svdrp.c.

Referenced by cSVDRP::CmdHELP(), and cPluginSvdrpdemo::SVDRPHelpPages().