TwiceAsNice
2019-02-18
|
#include "BasdaVinoServiceCameraPushIdl.h"
#include <Basda/Vino/CameraImagePushWorkerInterface.h>
#include <Nice/Log.h>
Typedefs | |
typedef std::map< std::string, Basda::VinoImagePushU16ServiceWorkerInterfacePtr > | CameraMapIfType |
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 std::map<std::string, Basda::VinoImagePushU16ServiceWorkerInterfacePtr> CameraMapIfType |
int BasdaVinoPush_create | ( | IDL_STRING * | _name, |
IDL_STRING * | _node | ||
) |
int BasdaVinoPush_getImage | ( | IDL_STRING * | _name, |
unsigned char * | imagePtr | ||
) |
void toIDLString | ( | std::string | _source, |
IDL_STRING * | _destination | ||
) |
|
static |