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

Go to the source code of this file.

Classes

struct  _control
struct  _globals

Defines

#define DBG(...)
#define LOG(...)   { char _bf[1024] = {0}; snprintf(_bf, sizeof(_bf)-1, __VA_ARGS__); fprintf(stderr, "%s", _bf); syslog(LOG_INFO, "%s", _bf); }
#define MAX_INPUT_PLUGINS   10
#define MAX_OUTPUT_PLUGINS   10
#define MAX_PLUGIN_ARGUMENTS   32
#define SOURCE_VERSION   "2.0"

Typedefs

typedef enum _cmd_group cmd_group
typedef struct _control control
typedef struct _globals globals

Enumerations

enum  _cmd_group {
  IN_CMD_GENERIC = 0, IN_CMD_V4L2 = 1, IN_CMD_RESOLUTION = 2, IN_CMD_JPEG_QUALITY = 3,
  IN_CMD_PWC = 4
}
enum  command_dest { Dest_Input = 0, Dest_Output = 1, Dest_Program = 2 }

Define Documentation

#define DBG (   ...)

Definition at line 38 of file mjpg_streamer.h.

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

Definition at line 41 of file mjpg_streamer.h.

#define MAX_INPUT_PLUGINS   10

Definition at line 28 of file mjpg_streamer.h.

#define MAX_OUTPUT_PLUGINS   10

Definition at line 29 of file mjpg_streamer.h.

#define MAX_PLUGIN_ARGUMENTS   32

Definition at line 30 of file mjpg_streamer.h.

#define SOURCE_VERSION   "2.0"

Definition at line 25 of file mjpg_streamer.h.


Typedef Documentation

typedef enum _cmd_group cmd_group
typedef struct _control control
typedef struct _globals globals

Definition at line 47 of file mjpg_streamer.h.


Enumeration Type Documentation

enum _cmd_group
Enumerator:
IN_CMD_GENERIC 
IN_CMD_V4L2 
IN_CMD_RESOLUTION 
IN_CMD_JPEG_QUALITY 
IN_CMD_PWC 

Definition at line 57 of file mjpg_streamer.h.

Enumerator:
Dest_Input 
Dest_Output 
Dest_Program 

Definition at line 50 of file mjpg_streamer.h.



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