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

Typedefs

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

Functions

void toIDLString (std::string _source, IDL_STRING *_destination)
 
int BasdaVinoPush_create (IDL_STRING *_name, IDL_STRING *_node)
 
int BasdaVinoPush_getImage (IDL_STRING *_name, unsigned char *imagePtr)
 

Variables

static CameraMapIfType s_camsPush
 

Typedef Documentation

◆ CameraMapIfType

Function Documentation

◆ BasdaVinoPush_create()

int BasdaVinoPush_create ( IDL_STRING *  _name,
IDL_STRING *  _node 
)

◆ BasdaVinoPush_getImage()

int BasdaVinoPush_getImage ( IDL_STRING *  _name,
unsigned char *  imagePtr 
)

◆ toIDLString()

void toIDLString ( std::string  _source,
IDL_STRING *  _destination 
)

Variable Documentation

◆ s_camsPush

CameraMapIfType s_camsPush
static