Go to the source code of this file.
Classes | |
struct | _input |
struct | _input_format |
struct | _input_parameter |
struct | _input_resolution |
Defines | |
#define | INPUT_PLUGIN_PREFIX " i: " |
#define | IPRINT(...) { char _bf[1024] = {0}; snprintf(_bf, sizeof(_bf)-1, __VA_ARGS__); fprintf(stderr, "%s", INPUT_PLUGIN_PREFIX); fprintf(stderr, "%s", _bf); syslog(LOG_INFO, "%s", _bf); } |
Typedefs | |
typedef struct _input | input |
typedef struct _input_format | input_format |
typedef struct _input_parameter | input_parameter |
typedef struct _input_resolution | input_resolution |
#define INPUT_PLUGIN_PREFIX " i: " |
#define IPRINT | ( | ... | ) | { char _bf[1024] = {0}; snprintf(_bf, sizeof(_bf)-1, __VA_ARGS__); fprintf(stderr, "%s", INPUT_PLUGIN_PREFIX); fprintf(stderr, "%s", _bf); syslog(LOG_INFO, "%s", _bf); } |
typedef struct _input_format input_format |
typedef struct _input_parameter input_parameter |
typedef struct _input_resolution input_resolution |