vdr  2.0.6
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 "cutter.h"
#include "device.h"
#include "eitscan.h"
#include "filetransfer.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)
 

Variables

const char * HelpPages []
 

Macro Definition Documentation

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

Definition at line 1686 of file svdrp.c.

Referenced by cSVDRP::Execute().

#define EITDISABLETIME   10

Definition at line 183 of file svdrp.c.

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

#define MAXHELPTOPIC   10

Definition at line 182 of file svdrp.c.

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

Function Documentation

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

Definition at line 382 of file svdrp.c.

References GetHelpTopic().

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

const char* GetHelpTopic ( const char *  HelpPage)

Definition at line 364 of file svdrp.c.

References MAXHELPTOPIC.

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

Variable Documentation

const char* HelpPages[]

Definition at line 186 of file svdrp.c.

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