|
LIRC libraries
Linux Infrared Remote Control
|
Implements dump_config.h. More...
#include <time.h>#include <stdio.h>#include <stdint.h>#include "media/lirc.h"#include "lirc/config_file.h"#include "lirc/dump_config.h"#include "lirc/config_flags.h"#include "lirc/ir_remote_types.h"Go to the source code of this file.
Functions | |
| void | fprint_comment (FILE *f, const struct ir_remote *rem, const char *commandline) |
| void | fprint_flags (FILE *f, int flags) |
| void | fprint_remotes (FILE *f, const struct ir_remote *all, const char *commandline) |
| void | fprint_remote_gap (FILE *f, const struct ir_remote *rem) |
| void | fprint_remote_head (FILE *f, const struct ir_remote *rem) |
| void | fprint_remote_foot (FILE *f, const struct ir_remote *rem) |
| void | fprint_remote_signal_head (FILE *f, const struct ir_remote *rem) |
| void | fprint_remote_signal_foot (FILE *f, const struct ir_remote *rem) |
| void | fprint_remote_signal (FILE *f, const struct ir_remote *rem, const struct ir_ncode *codes) |
| void | fprint_remote_signals (FILE *f, const struct ir_remote *rem) |
| void | fprint_remote (FILE *f, const struct ir_remote *rem, const char *commandline) |
Implements dump_config.h.
Definition in file dump_config.c.
| void fprint_comment | ( | FILE * | f, |
| const struct ir_remote * | rem, | ||
| const char * | commandline | ||
| ) |
Definition at line 41 of file dump_config.c.
| void fprint_flags | ( | FILE * | f, |
| int | flags | ||
| ) |
Definition at line 85 of file dump_config.c.
| void fprint_remote | ( | FILE * | f, |
| const struct ir_remote * | rem, | ||
| const char * | commandline | ||
| ) |
Definition at line 281 of file dump_config.c.
| void fprint_remote_foot | ( | FILE * | f, |
| const struct ir_remote * | rem | ||
| ) |
Definition at line 206 of file dump_config.c.
| void fprint_remote_gap | ( | FILE * | f, |
| const struct ir_remote * | rem | ||
| ) |
Definition at line 114 of file dump_config.c.
| void fprint_remote_head | ( | FILE * | f, |
| const struct ir_remote * | rem | ||
| ) |
Definition at line 122 of file dump_config.c.
Definition at line 227 of file dump_config.c.
| void fprint_remote_signal_foot | ( | FILE * | f, |
| const struct ir_remote * | rem | ||
| ) |
Definition at line 219 of file dump_config.c.
| void fprint_remote_signal_head | ( | FILE * | f, |
| const struct ir_remote * | rem | ||
| ) |
Definition at line 211 of file dump_config.c.
| void fprint_remote_signals | ( | FILE * | f, |
| const struct ir_remote * | rem | ||
| ) |
Definition at line 268 of file dump_config.c.
| void fprint_remotes | ( | FILE * | f, |
| const struct ir_remote * | all, | ||
| const char * | commandline | ||
| ) |
Definition at line 105 of file dump_config.c.