20 #ifndef _DUMP_CONFIG_H
21 #define _DUMP_CONFIG_H
30 #include <sys/types.h>
35 void fprint_comment(FILE* f,
37 const char* commandline);
39 void fprint_flags(FILE* f,
int flags);
41 void fprint_remotes(FILE* f,
43 const char* commandline);
45 void fprint_remote_gap(FILE* f,
const struct ir_remote* rem);
47 void fprint_remote_head(FILE* f,
const struct ir_remote* rem);
49 void fprint_remote_foot(FILE* f,
const struct ir_remote* rem);
51 void fprint_remote_signal_head(FILE* f,
const struct ir_remote* rem);
53 void fprint_remote_signal_foot(FILE* f,
const struct ir_remote* rem);
55 void fprint_remote_signal(FILE* f,
59 void fprint_remote_signals(FILE* f,
const struct ir_remote* rem);
61 void fprint_remote(FILE* f,
63 const char* commandline);
Describes and decodes the signals from IR remotes.