MIRA
|
Implementation of the client side of an RPC call. More...
#include <boost/preprocessor/repetition.hpp>
#include <boost/thread/mutex.hpp>
#include <serialization/ReflectorInterface.h>
#include <rpc/AbstractRPCClient.h>
#include <rpc/RPCSignature.h>
#include <rpc/RPCFuture.h>
Go to the source code of this file.
Classes | |
class | RPCClient |
The RPCClient is responsible for handling the client-side of an rpc call. More... | |
struct | RPCClient::PendingResponseBase |
Interface for PendingResponse. More... | |
struct | RPCClient::PendingResponse< Backend, R > |
PendingResponse template class. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Implementation of the client side of an RPC call.