LIRC libraries
LinuxInfraredRemoteControl
|
C_dictionary_ | Dictionary object |
Cbutton_state | State while recording buttons, privates besides commented |
Cdecode_ctx_t | State describing code, pre, post + gap and repeat state |
Cdriver | The data the driver exports i |
Cdrv_enum_udev_what | Condition to match in drv_enum_udev() |
▼CException | |
Clirc.client.BadPacketException | Malformed or otherwise unparsable packet received |
Clirc.client.TimeoutException | Timeout receiving data from remote host |
Clirc.database.ItemLookupError | A lookup failed, either too namy or no matches found |
Cflaglist | Description of flag to print |
Cgap_state | Private state in get_gap_length() |
Cir_code_node | An ir_code for entering into (singly) linked lists, i.e |
Cir_ncode | IR Command, corresponding to one (command defining) line of the configuration file |
Cir_remote | One remote as represented in the configuration file |
Clengths | |
Clengths_state | State in get_lengths(), private besides commented |
CLineBuffer | After appending, data can be retrieved as lines |
Clirc_cmd_ctx | The data needed to run a command on remote server |
Clirc_code | |
Clirc_config | |
Clirc_config_entry | |
Clirc_list | |
Cmain_state | Overall state in main |
▼Cmetaclass | |
▼Clirc.client.AbstractConnection | Abstract interface for all connections |
Clirc.client.LircdConnection | Interface to receive lircrc-translated keypresses |
▼Clirc.client.RawConnection | Interface to receive code strings as described in lircd(8) |
Clirc.client.CommandConnection | Extends the parent with a send() method |
▼Cobject | |
▼Clirc.client.Command | Command, parser and connection container with a run() method |
Clirc.client.CodeCommand | Translate a keypress to application string, see CODE in lircrcd(8) |
Clirc.client.DrvOptionCommand | Set a driver option value, see DRV_OPTION in lircd(8) manpage |
Clirc.client.GetModeCommand | Get current translation mode, see GETMODE in lircrcd(8) |
Clirc.client.IdentCommand | Identify client using the prog token, see IDENT in lircrcd(8) |
Clirc.client.ListKeysCommand | List available keys in given remote, see LIST in lircd(8) manpage |
Clirc.client.ListRemotesCommand | List available remotes, see LIST in lircd(8) manpage |
Clirc.client.SendCommand | Send given key, see SEND_ONCE in lircd(8) manpage |
Clirc.client.SetLogCommand | Start/stop logging lircd output , see SET_INPUTLOG in lircd(8) manpage |
Clirc.client.SetModeCommand | Set current translation mode, see SETMODE in lircrcd(8) |
Clirc.client.SetTransmittersCommand | Set transmitters to use, see SET_TRANSMITTERS in lircd(8) manpage |
Clirc.client.SimulateCommand | Simulate a button press, see SIMULATE in lircd(8) manpage |
Clirc.client.StartRepeatCommand | Start repeating given key, see SEND_START in lircd(8) manpage |
Clirc.client.StopRepeatCommand | Stop repeating given key, see SEND_STOP in lircd(8) manpage |
Clirc.client.VersionCommand | Get lircd version, see VERSION in lircd(8) manpage |
▼Clirc.client.Reply | The status/result from parsing a command reply |
Clirc.client.ReplyParser | Handles the actual parsing of a command reply |
Clirc.database.Config | The configuration selected, and it's sources |
Clirc.database.Database | Reflects the *.yaml files in the configs/ directory |
Coption_t | Argument for DRV_SET_OPTION |
Copts | Parsed run-time options, reflects long_options and the command line, mostly a const object |
Ctoggle_state | Private state in get_togggle_bit_mask() |
▼CABCMeta | |
Clirc.client.AbstractConnection | Abstract interface for all connections |
▼CEnum | |
Clirc.client._State | Internal FSM state |
Clirc.client.Result | Public reply parser result, available when completed |