A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SimpleSendObjectRequest.cc File Reference
+ Include dependency graph for SimpleSendObjectRequest.cc:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pdb
 

Macros

#define SIMPLE_SEND_OBJECT_REQUEST_CC
 
#define MAX_RETRIES   5
 
#define HEADER_SIZE   20
 

Functions

template<class RequestType , class DataType , class ResponseType , class ReturnType , class... RequestTypeParams>
ReturnType pdb::simpleSendObjectRequest (PDBLoggerPtr myLogger, int port, std::string address, ReturnType onErr, size_t bytesForRequest, function< ReturnType(Handle< ResponseType >)> processResponse, DataType dataToSend, RequestTypeParams &&...args)
 

Macro Definition Documentation

#define HEADER_SIZE   20

Definition at line 29 of file SimpleSendObjectRequest.cc.

#define MAX_RETRIES   5

Definition at line 26 of file SimpleSendObjectRequest.cc.

#define SIMPLE_SEND_OBJECT_REQUEST_CC

Definition at line 20 of file SimpleSendObjectRequest.cc.