|
vdr
2.2.0
|
#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 [] |
| #define CMD | ( | c | ) | (strcasecmp(Cmd, c) == 0) |
Definition at line 1674 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().
| const char* GetHelpPage | ( | const char * | Cmd, |
| const char ** | p | ||
| ) |
Definition at line 375 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 357 of file svdrp.c.
References MAXHELPTOPIC.
Referenced by GetHelpPage(), and cSVDRP::PrintHelpTopics().
|
static |
Definition at line 666 of file svdrp.c.
References cRecording::FileName(), cRecordControls::GetRecordControl(), cListObject::Index(), ruCopy, ruCut, ruMove, ruReplay, ruTimer, cString::sprintf(), and cRecordControl::Timer().
Referenced by cSVDRP::CmdDELR(), and cSVDRP::CmdMOVR().
| const char* HelpPages[] |
Definition at line 184 of file svdrp.c.
Referenced by cSVDRP::CmdHELP(), and cPluginSvdrpdemo::SVDRPHelpPages().
1.8.11