Instrument Neutral Distributed Interface INDI  2.0.2
Namespaces | Macros | Functions
sharedblob_parse.cpp File Reference
#include "sharedblob_parse.h"
#include "sharedblob.h"
#include <map>
#include <sstream>
#include <mutex>
#include <cstdint>
#include <unistd.h>

Go to the source code of this file.

Namespaces

 INDI
 Namespace to encapsulate INDI client, drivers, and mediator classes.
 

Macros

#define INDI_SHARED_BLOB_SUPPORT
 

Functions

std::string INDI::allocateBlobUid (int fd)
 
void * INDI::attachBlobByUid (const std::string &identifier, size_t size)
 
void INDI::releaseBlobUids (const std::vector< std::string > &blobs)
 

Macro Definition Documentation

◆ INDI_SHARED_BLOB_SUPPORT

#define INDI_SHARED_BLOB_SUPPORT

Definition at line 21 of file sharedblob_parse.cpp.