|
LIRC libraries
LinuxInfraredRemoteControl
|
| Dictionary object | |
| State while recording buttons, privates besides commented | |
| State describing code, pre, post + gap and repeat state | |
| The data the driver exports i | |
| Condition to match in drv_enum_udev() | |
| Malformed or otherwise unparsable packet received | |
| Timeout receiving data from remote host | |
| A lookup failed, either too namy or no matches found | |
| Description of flag to print | |
| Private state in get_gap_length() | |
| An ir_code for entering into (singly) linked lists, i.e | |
| IR Command, corresponding to one (command defining) line of the configuration file | |
| One remote as represented in the configuration file | |
| State in get_lengths(), private besides commented | |
| After appending, data can be retrieved as lines | |
| The data needed to run a command on remote server | |
| Overall state in main | |
| Abstract interface for all connections | |
| Interface to receive lircrc-translated keypresses | |
| Interface to receive code strings as described in lircd(8) | |
| Extends the parent with a send() method | |
| Command, parser and connection container with a run() method | |
| Translate a keypress to application string, see CODE in lircrcd(8) | |
| Set a driver option value, see DRV_OPTION in lircd(8) manpage | |
| Get current translation mode, see GETMODE in lircrcd(8) | |
| Identify client using the prog token, see IDENT in lircrcd(8) | |
| List available keys in given remote, see LIST in lircd(8) manpage | |
| List available remotes, see LIST in lircd(8) manpage | |
| Send given key, see SEND_ONCE in lircd(8) manpage | |
| Start/stop logging lircd output , see SET_INPUTLOG in lircd(8) manpage | |
| Set current translation mode, see SETMODE in lircrcd(8) | |
| Set transmitters to use, see SET_TRANSMITTERS in lircd(8) manpage | |
| Simulate a button press, see SIMULATE in lircd(8) manpage | |
| Start repeating given key, see SEND_START in lircd(8) manpage | |
| Stop repeating given key, see SEND_STOP in lircd(8) manpage | |
| Get lircd version, see VERSION in lircd(8) manpage | |
| The status/result from parsing a command reply | |
| Handles the actual parsing of a command reply | |
| The configuration selected, and it's sources | |
| Reflects the *.yaml files in the configs/ directory | |
| Argument for DRV_SET_OPTION | |
| Parsed run-time options, reflects long_options and the command line, mostly a const object | |
| Private state in get_togggle_bit_mask() | |
| Abstract interface for all connections | |
| Internal FSM state | |
| Public reply parser result, available when completed |