MIRA
|
Implementation of RPCFuture. More...
#include <boost/noncopyable.hpp>
#include <boost/thread/future.hpp>
#include <rpc/AbstractRPCClient.h>
#include <rpc/JSONRPCResponse.h>
#include <rpc/RPCError.h>
Go to the source code of this file.
Classes | |
class | RPCFutureCommon< R > |
Wrapper for boost::unique_future that is specialized for RPC processing. More... | |
class | RPCFuture< R > |
An RPCFuture is a proxy for the result of an asynchronous RPC call. More... | |
class | RPCFuture< void > |
This is a specialization for RPC calls with the return type of void, where the get() method does not return a value. More... | |
class | RPCFuture< JSONRPCResponse > |
This is a specialization for JSON RPC calls. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Implementation of RPCFuture.