FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
OILencode.cpp File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <OMEruntime.h>
#include <OMEencode.h>

Macros

#define ARG_IS_INT(x)   OME_TypeCheck::isInteger(x)
 
#define ARG_IS_INT32(x)   OME_TypeCheck::isHeldBy32BitInteger(x)
 

Functions

int listEncodingVersions (OMEthread *thread, OMEtype &result)
 
int encodeData (OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &version)
 
int decodeData (OMEthread *thread, OMEtype &result, const OMEtype &data)
 
int decodeFirstElement (OMEthread *thread, OMEtype &result, const OMEtype &data)
 
int compressString (OMEthread *thread, OMEtype &result, const OMEtype &data)
 
int uncompressString (OMEthread *thread, OMEtype &result, const OMEtype &data)
 
int gzipString (OMEthread *thread, OMEtype &result, const OMEtype &data)
 
int gunzipString (OMEthread *thread, OMEtype &result, const OMEtype &data)
 

Macro Definition Documentation

◆ ARG_IS_INT

#define ARG_IS_INT (   x)    OME_TypeCheck::isInteger(x)

◆ ARG_IS_INT32

#define ARG_IS_INT32 (   x)    OME_TypeCheck::isHeldBy32BitInteger(x)
Generated: Tue Jul 28 2020 16:03:26
Support Information