TwiceAsNice  2019-02-18
Typedefs | Functions | Variables
BasdaVinoServiceImagePushIdl.cc File Reference
#include "BasdaVinoServiceImagePushIdl.h"
#include <Basda/Vino/CameraImagePushWorkerInterface.h>
#include <Basda/Vino/Image.h>
#include <Nice/Log.h>
Include dependency graph for BasdaVinoServiceImagePushIdl.cc:

Typedefs

typedef std::map< std::string, Basda::VinoImagePushU16ServiceWorkerInterfacePtrCameraMapIfType
 

Functions

int BasdaVinoImagePush_create (IDL_STRING *_name, IDL_STRING *_node)
 
int BasdaVinoImagePush_getImage (IDL_STRING *_name, unsigned char *_image)
 
int BasdaVinoImagePush_getNewImage (IDL_STRING *_name, unsigned char *_image)
 

Variables

static CameraMapIfType s_camsPush
 

Typedef Documentation

◆ CameraMapIfType

Function Documentation

◆ BasdaVinoImagePush_create()

int BasdaVinoImagePush_create ( IDL_STRING *  _name,
IDL_STRING *  _node 
)

◆ BasdaVinoImagePush_getImage()

int BasdaVinoImagePush_getImage ( IDL_STRING *  _name,
unsigned char *  _image 
)

◆ BasdaVinoImagePush_getNewImage()

int BasdaVinoImagePush_getNewImage ( IDL_STRING *  _name,
unsigned char *  _image 
)

Variable Documentation

◆ s_camsPush

CameraMapIfType s_camsPush
static