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

Go to the source code of this file.

Classes

struct  _output
struct  _output_parameter

Defines

#define OPRINT(...)   { char _bf[1024] = {0}; snprintf(_bf, sizeof(_bf)-1, __VA_ARGS__); fprintf(stderr, "%s", OUTPUT_PLUGIN_PREFIX); fprintf(stderr, "%s", _bf); syslog(LOG_INFO, "%s", _bf); }
#define OUTPUT_PLUGIN_PREFIX   " o: "

Typedefs

typedef struct _output output
typedef struct _output_parameter output_parameter

Define Documentation

#define OPRINT (   ...)    { char _bf[1024] = {0}; snprintf(_bf, sizeof(_bf)-1, __VA_ARGS__); fprintf(stderr, "%s", OUTPUT_PLUGIN_PREFIX); fprintf(stderr, "%s", _bf); syslog(LOG_INFO, "%s", _bf); }

Definition at line 25 of file output.h.

#define OUTPUT_PLUGIN_PREFIX   " o: "

Definition at line 24 of file output.h.


Typedef Documentation

typedef struct _output output

Definition at line 40 of file output.h.

Definition at line 28 of file output.h.



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