vdr  2.2.0
Classes | Enumerations | Variables
remote.h File Reference
#include <stdio.h>
#include <termios.h>
#include <time.h>
#include "keys.h"
#include "thread.h"
#include "tools.h"

Go to the source code of this file.

Classes

class  cRemote
 
class  cRemotes
 
class  cKbdRemote
 

Enumerations

enum  eKbdFunc {
  kfNone, kfF1 = 0x100, kfF2, kfF3,
  kfF4, kfF5, kfF6, kfF7,
  kfF8, kfF9, kfF10, kfF11,
  kfF12, kfUp, kfDown, kfLeft,
  kfRight, kfHome, kfEnd, kfPgUp,
  kfPgDown, kfIns, kfDel
}
 

Variables

cRemotes Remotes
 

Enumeration Type Documentation

enum eKbdFunc
Enumerator
kfNone 
kfF1 
kfF2 
kfF3 
kfF4 
kfF5 
kfF6 
kfF7 
kfF8 
kfF9 
kfF10 
kfF11 
kfF12 
kfUp 
kfDown 
kfLeft 
kfRight 
kfHome 
kfEnd 
kfPgUp 
kfPgDown 
kfIns 
kfDel 

Definition at line 79 of file remote.h.

Variable Documentation

cRemotes Remotes

Definition at line 211 of file remote.c.

Referenced by cRemote::cRemote(), cInterface::LearnKeys(), main(), and cRemote::~cRemote().