MIRA
|
Provides binary client and server side requests and responses. More...
#include <boost/thread/future.hpp>
#include <serialization/BinarySerializer.h>
#include <rpc/RPCError.h>
#include <thread/Atomic.h>
Go to the source code of this file.
Classes | |
class | BinaryRPCBackendTempl< BinaryFormatVersion > |
Provides binary client and server side requests and responses. More... | |
class | BinaryRPCBackendTempl< BinaryFormatVersion >::ClientResponse |
Binary client-side response. More... | |
class | BinaryRPCBackendTempl< BinaryFormatVersion >::ClientRequest |
Binary client-side request. More... | |
class | BinaryRPCBackendTempl< BinaryFormatVersion >::ServerResponse |
Binary server-side response. More... | |
class | BinaryRPCBackendTempl< BinaryFormatVersion >::ServerRequest |
Binary server-side request. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Typedefs | |
typedef BinaryRPCBackendTempl< 0 > | BinaryRPCBackendLegacy |
typedef BinaryRPCBackendTempl< 2 > | BinaryRPCBackend |
Provides binary client and server side requests and responses.