19 #ifndef _DUMP_CONFIG_H
20 #define _DUMP_CONFIG_H
29 #include <sys/types.h>
34 void fprint_comment(FILE* f,
36 const char* commandline);
38 void fprint_flags(FILE* f,
int flags);
40 void fprint_remotes(FILE* f,
42 const char* commandline);
44 void fprint_remote_gap(FILE* f,
const struct ir_remote* rem);
46 void fprint_remote_head(FILE* f,
const struct ir_remote* rem);
48 void fprint_remote_foot(FILE* f,
const struct ir_remote* rem);
50 void fprint_remote_signal_head(FILE* f,
const struct ir_remote* rem);
52 void fprint_remote_signal_foot(FILE* f,
const struct ir_remote* rem);
54 void fprint_remote_signal(FILE* f,
58 void fprint_remote_signals(FILE* f,
const struct ir_remote* rem);
60 void fprint_remote(FILE* f,
62 const char* commandline);
One remote as represented in the configuration file.
Describes and decodes the signals from IR remotes.
IR Command, corresponding to one (command defining) line of the configuration file.