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 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.