MIRA
Classes | Namespaces
RPCFuture.h File Reference

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>
Include dependency graph for RPCFuture.h:
This graph shows which files directly or indirectly include this file:

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>
 

Detailed Description

Implementation of RPCFuture.

Author
Erik Einhorn, Christof Schröter
Date
2010/11/11