vdr 2.7.5
|
#include "lirc.h"
#include <linux/version.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <linux/lirc.h>
#include <sys/ioctl.h>
Go to the source code of this file.
Classes | |
class | cLircUsrRemote |
class | cLircDevRemote |
Macros | |
#define | HAVE_KERNEL_LIRC (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0)) |
#define | RECONNECTDELAY 3000 |
#define HAVE_KERNEL_LIRC (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0)) |
#define RECONNECTDELAY 3000 |
Definition at line 25 of file lirc.c.
Referenced by cLircUsrRemote::Action().