Home

Dokumentation

Impressum

Dokumentation VDR
 

Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

lirc.h

Go to the documentation of this file.
00001 
00010 #ifndef __LIRC_H
00011 #define __LIRC_H
00012 
00013 #include "remote.h"
00014 #include "thread.h"
00015 
00017 class cLircRemote : public cRemote, private cThread {
00018 private:
00019   enum { LIRC_KEY_BUF = 30, LIRC_BUFFER_SIZE = 128 };
00020   int f;
00021   virtual void Action(void);
00022 public:
00023   cLircRemote(char *DeviceName);
00024   virtual ~cLircRemote();
00025   };
00026 
00027 #endif //__LIRC_H
00028 

Generated on Wed Feb 5 23:30:09 2003 for VDR by doxygen1.3-rc2