|  | LIRC libraries
    LinuxInfraredRemoteControl | 
Options management: options file, parse and retrieve. More...
Go to the source code of this file.
| Functions | |
| void | options_set_opt (const char *key, const char *value) | 
| loglevel_t | options_set_loglevel (const char *optarg) | 
| Parse and store a loglevel, returning value (possibly LIRC_BADLEVEL).  More... | |
| loglevel_t | options_get_app_loglevel (const char *app) | 
| Return loglevel based on (falling priority)  More... | |
| const char * | options_getstring (const char *const key) | 
| int | options_getint (const char *const key) | 
| int | options_getboolean (const char *const key) | 
| void | options_add_defaults (const char *const defaults[]) | 
| void | options_load (int argc, char **const argv, const char *options_file, void(*options_load)(int, char **const)) | 
| void | options_unload (void) | 
| Variables | |
| dictionary * | lirc_options | 
Options management: options file, parse and retrieve.
Definition in file lirc_options.h.
| loglevel_t options_get_app_loglevel | ( | const char * | app | ) | 
Return loglevel based on (falling priority)
Definition at line 160 of file lirc_options.c.
| loglevel_t options_set_loglevel | ( | const char * | optarg | ) | 
Parse and store a loglevel, returning value (possibly LIRC_BADLEVEL).
Definition at line 40 of file lirc_options.c.