|
vdr 2.8.1
|
#include "remote.h"#include <fcntl.h>#include <inttypes.h>#include <netinet/in.h>#include <string.h>#include <sys/types.h>#include <sys/time.h>#include <unistd.h>#include "tools.h"Go to the source code of this file.
Classes | |
| struct | tKbdMap |
Macros | |
| #define | __STDC_FORMAT_MACROS |
| #define | INITTIMEOUT 10000 |
| #define | REPEATTIMEOUT 1000 |
Variables | |
| cRemotes | Remotes |
| static tKbdMap | KbdMap [] |
| #define INITTIMEOUT 10000 |
Definition at line 23 of file remote.c.
Referenced by cRemote::Initialize().
| #define REPEATTIMEOUT 1000 |
Definition at line 24 of file remote.c.
Referenced by cRemote::Get().
|
static |
Definition at line 220 of file remote.c.
Referenced by cKbdRemote::MapCodeToFunc(), and cKbdRemote::MapFuncToCode().
| cRemotes Remotes |
Definition at line 211 of file remote.c.
Referenced by cRemote::cRemote(), cInterface::LearnKeys(), main(), and cRemote::~cRemote().