Classes | Defines | Typedefs
input.h File Reference
#include <syslog.h>
#include "mjpg_streamer.h"
Include dependency graph for input.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define INPUT_PLUGIN_PREFIX   " i: "

Definition at line 25 of file input.h.

#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); }

Definition at line 26 of file input.h.


Typedef Documentation

typedef struct _input input

Definition at line 53 of file input.h.

typedef struct _input_format input_format

Definition at line 44 of file input.h.

Definition at line 29 of file input.h.

Definition at line 38 of file input.h.



corobot_pantilt
Author(s): Morgan Cormier/mcormier@coroware.com
autogenerated on Tue Jan 7 2014 11:39:02