![]() |
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.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| pdb | |
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) |