#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.
|
| static const char * | VERSION = "2.2.0" |
| |
| static const char * | DESCRIPTION = "Remote Control Unit" |
| |
◆ DEFAULTDEVICE
| #define DEFAULTDEVICE "/dev/ttyS1" |
Definition at line 25 of file rcu.c.
◆ HANDSHAKETIMEOUT
| #define HANDSHAKETIMEOUT 20 |
Definition at line 24 of file rcu.c.
◆ REPEATDELAY
Definition at line 23 of file rcu.c.
◆ REPEATLIMIT
Definition at line 22 of file rcu.c.
◆ VDRPLUGINCREATOR()
◆ DESCRIPTION
| const char* DESCRIPTION = "Remote Control Unit" |
|
static |
◆ VERSION
| const char* VERSION = "2.2.0" |
|
static |