summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/lirchandler.h
Unidiff
Diffstat (limited to 'noncore/tools/remote/lirchandler.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/lirchandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/tools/remote/lirchandler.h b/noncore/tools/remote/lirchandler.h
index c7665cb..4e56b6b 100644
--- a/noncore/tools/remote/lirchandler.h
+++ b/noncore/tools/remote/lirchandler.h
@@ -14,12 +14,14 @@ You should have received a copy of the GNU General Public License along with thi
14Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15*/ 15*/
16 16
17#ifndef LIRCHANDLER_H 17#ifndef LIRCHANDLER_H
18#define LIRCHANDLER_H 18#define LIRCHANDLER_H
19 19
20#include <sys/un.h>
21
20class LircHandler 22class LircHandler
21{ 23{
22private: 24private:
23 bool connectLirc(void); 25 bool connectLirc(void);
24 const char *readPacket(); 26 const char *readPacket();
25 27
@@ -30,9 +32,12 @@ public:
30 QStringList getRemotes(void); 32 QStringList getRemotes(void);
31 QStringList getButtons(const char *remoteName); 33 QStringList getButtons(const char *remoteName);
32 int sendIR(const char *lircaction); 34 int sendIR(const char *lircaction);
33 bool startLircd(void); 35 bool startLircd(void);
34 bool stopLircd(void); 36 bool stopLircd(void);
35 bool isLircdRunning(void); 37 bool isLircdRunning(void);
38 bool setupModules(void);
39 bool cleanupModules(void);
40 void disableIrDA(void);
36}; 41};
37 42
38#endif 43#endif