|
vdr 2.7.9
|
#include <getopt.h>#include <netinet/in.h>#include <termios.h>#include <unistd.h>#include <vdr/plugin.h>#include <vdr/remote.h>#include <vdr/status.h>#include <vdr/thread.h>#include <vdr/tools.h>Go to the source code of this file.
Classes | |
| class | cRcuRemote |
| class | cPluginRcu |
Macros | |
| #define | REPEATLIMIT 150 |
| #define | REPEATDELAY 350 |
| #define | HANDSHAKETIMEOUT 20 |
| #define | DEFAULTDEVICE "/dev/ttyS1" |
| #define | MAXPOINTS 4 |
Functions | |
| VDRPLUGINCREATOR (cPluginRcu) | |
Variables | |
| static const char * | VERSION = "2.2.1" |
| static const char * | DESCRIPTION = "Remote Control Unit" |
| #define DEFAULTDEVICE "/dev/ttyS1" |
Definition at line 25 of file rcu.c.
Referenced by cPluginRcu::CommandLineHelp(), and cPluginRcu::cPluginRcu().
| #define HANDSHAKETIMEOUT 20 |
Definition at line 24 of file rcu.c.
Referenced by cRcuRemote::SendByteHandshake().
| #define MAXPOINTS 4 |
Definition at line 26 of file rcu.c.
Referenced by cRcuRemote::Recording().
| #define REPEATDELAY 350 |
Definition at line 23 of file rcu.c.
Referenced by cRcuRemote::Action(), and cRcuRemote::DetectCode().
| #define REPEATLIMIT 150 |
Definition at line 22 of file rcu.c.
Referenced by cRcuRemote::Action().
| VDRPLUGINCREATOR | ( | cPluginRcu | ) |
|
static |
Definition at line 20 of file rcu.c.
Referenced by cPluginRcu::Description().
|
static |
Definition at line 19 of file rcu.c.
Referenced by cPluginRcu::Version().