LIRC libraries
Linux Infrared Remote Control
|
Dumps data structures into file. More...
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) |
Dumps data structures into file.
Definition in file dump_config.h.
void fprint_comment | ( | FILE * | f, |
const struct ir_remote * | rem, | ||
const char * | commandline ) |
Definition at line 45 of file dump_config.c.
void fprint_flags | ( | FILE * | f, |
int | flags ) |
Definition at line 89 of file dump_config.c.
void fprint_remote | ( | FILE * | f, |
const struct ir_remote * | rem, | ||
const char * | commandline ) |
Definition at line 285 of file dump_config.c.
void fprint_remote_foot | ( | FILE * | f, |
const struct ir_remote * | rem ) |
Definition at line 210 of file dump_config.c.
void fprint_remote_gap | ( | FILE * | f, |
const struct ir_remote * | rem ) |
Definition at line 118 of file dump_config.c.
void fprint_remote_head | ( | FILE * | f, |
const struct ir_remote * | rem ) |
Definition at line 126 of file dump_config.c.
Definition at line 231 of file dump_config.c.
void fprint_remote_signal_foot | ( | FILE * | f, |
const struct ir_remote * | rem ) |
Definition at line 223 of file dump_config.c.
void fprint_remote_signal_head | ( | FILE * | f, |
const struct ir_remote * | rem ) |
Definition at line 215 of file dump_config.c.
void fprint_remote_signals | ( | FILE * | f, |
const struct ir_remote * | rem ) |
Definition at line 272 of file dump_config.c.
void fprint_remotes | ( | FILE * | f, |
const struct ir_remote * | all, | ||
const char * | commandline ) |
Definition at line 109 of file dump_config.c.