RDK Documentation (Open Sourced RDK Components)
IrInputRemoteKeyCodes.h File Reference

Map IR Remote Keys to standard Linux Input Keys. More...

#include <linux/input.h>
#include <stdint.h>
#include "comcastIrKeyCodes.h"
Include dependency graph for IrInputRemoteKeyCodes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  IARM_keycodes
 

Macros

#define _KEY_INVALID   (KEY_RESERVED)
 
#define IARM_TO_LINUX_KEY(iCode, uCode)   { iCode, uCode, _KEY_INVALID},
 
#define IARM_TO_LINUX_CTL(iCode, uCode)   { iCode, uCode, KEY_LEFTCTRL},
 

Variables

static IARM_keycodes kcodesMap_IARM2Linux []
 

yes

Map IR Remote Keys to standard Linux Input Keys.

Document
Document reference.is
Open Issues (in no particular order)
  1. None
Assumptions
  1. None
Abbreviations
  • RDK: Reference Design Kit.
  • _t: Type (suffix).
Implementation Notes
  1. None

Definition in file IrInputRemoteKeyCodes.h.