|
LIRC libraries
Linux Infrared Remote Control
|
Implements input_map.h. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "lirc/input_map.inc"Go to the source code of this file.
Typedefs | |
| typedef unsigned short | linux_input_code |
Functions | |
| int | get_input_code (const char *name, linux_input_code *code) |
| void | fprint_namespace (FILE *f) |
| int | is_in_namespace (const char *name) |
Variables | ||
| struct { | ||
| char * name | ||
| linux_input_code code | ||
| } | input_map [] | |
Implements input_map.h.
Definition in file input_map.c.
| typedef unsigned short linux_input_code |
Definition at line 24 of file input_map.c.
| void fprint_namespace | ( | FILE * | f | ) |
Definition at line 50 of file input_map.c.
| int get_input_code | ( | const char * | name, |
| linux_input_code * | code | ||
| ) |
Definition at line 37 of file input_map.c.
| int is_in_namespace | ( | const char * | name | ) |
Definition at line 58 of file input_map.c.
| linux_input_code code |
Definition at line 29 of file input_map.c.
| struct { ... } input_map[] |
| char* name |
Definition at line 28 of file input_map.c.