38 void get_release_data(
const char** remote_name,
    39                       const char** button_name,
    42 void set_release_suffix(
const char* s);
    47 const char* check_release_event(
const char** remote_name,
    48                                 const char** button_name);
    62                                   const char** button_name);
    64 const char* release_map_remotes(
struct ir_remote* old,
    66                                 const char**      remote_name,
    67                                 const char**      button_name);
 One remote as represented in the configuration file. 
const char * trigger_release_event(const char **remote_name, const char **button_name)
If there is a release event pending clears the release timer and formats a complete client message...
void register_button_press(struct ir_remote *remote, struct ir_ncode *ncode, ir_code code, int reps)
Set up pending release events for given button, including the release_gap. 
Describes and decodes the signals from IR remotes. 
IR Command, corresponding to one (command defining) line of the configuration file. 
ir_code code
The first code of the command. 
void get_release_time(struct timeval *tv)
Get time for pending release event if it exists, else a noop. 
void register_input(void)
If there is a pending release event, set timer to current time + release_gap. 
uint64_t ir_code
Denotes an internal coded representation for an IR transmission.