![]() |
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.
|
Include dependency graph for SimpleSendDataRequest.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_DATA_REQUEST_CC |
| #define | MAX_RETRIES 5 |
| #define | HEADER_SIZE 20 |
Functions | |
| template<class RequestType , class DataType , class ResponseType , class ReturnType , class... RequestTypeParams> | |
| ReturnType | pdb::simpleSendDataRequest (PDBLoggerPtr myLogger, int port, std::string address, ReturnType onErr, size_t bytesForRequest, function< ReturnType(Handle< ResponseType >)> processResponse, Handle< Vector< DataType >> dataToSend, RequestTypeParams &&...args) |
| #define HEADER_SIZE 20 |
Definition at line 29 of file SimpleSendDataRequest.cc.
| #define MAX_RETRIES 5 |
Definition at line 26 of file SimpleSendDataRequest.cc.
| #define SIMPLE_SEND_DATA_REQUEST_CC |
Definition at line 20 of file SimpleSendDataRequest.cc.