vdr  2.6.9
Classes | Macros
lirc.c File Reference
#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
 

Macro Definition Documentation

◆ HAVE_KERNEL_LIRC

#define HAVE_KERNEL_LIRC   (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0))

Definition at line 14 of file lirc.c.

◆ RECONNECTDELAY

#define RECONNECTDELAY   3000

Definition at line 25 of file lirc.c.