1 #ifndef DISABLE_DREAMBOX_RC
3 #ifndef __rcdreambox2_h
4 #define __rcdreambox2_h
6 #include <lib/driver/rc.h>
8 class eRCDeviceDreambox2: public eRCDevice
11 eTimer timeout, repeattimer;
17 int getKeyCode(int key);
19 void handleCode(int code);
20 eRCDeviceDreambox2(eRCDriver *driver);
21 const char *getDescription() const;
24 class eRCDeviceDreamboxButton: public eRCDevice
32 int getKeyCode(int button);
34 void handleCode(int code);
35 eRCDeviceDreamboxButton(eRCDriver *driver);
36 const char *getDescription() const;
41 #endif // DISABLE_DREAMBOX_RC