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) |
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_set_loglevel | ( | const char * | optarg | ) |
Parse and store a loglevel, returning value (possibly LIRC_BADLEVEL).
Definition at line 38 of file lirc_options.c.