MIRA
Classes | Namespaces
RPCClient.h File Reference

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

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>
 

Detailed Description

Implementation of the client side of an RPC call.

Author
Erik Einhorn, Tim Langner
Date
2010/11/10