MIRA
Classes | Namespaces
JSONRPCBackend.h File Reference

Provides JSON client and server side requests and responses. More...

#include <boost/thread/future.hpp>
#include <boost/algorithm/string.hpp>
#include <serialization/JSONSerializer.h>
#include <rpc/RPCError.h>
#include <rpc/JSONRPCResponse.h>
#include <utils/ToString.h>
#include <thread/Atomic.h>
Include dependency graph for JSONRPCBackend.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JSONRPCBackend
 Provides JSON client and server side requests and responses. More...
 
class  JSONRPCBackend::ClientResponse
 JSON client-side response. More...
 
class  JSONRPCBackend::ClientRequest
 JSON client-side request. More...
 
class  JSONRPCBackend::ServerResponse
 JSON server-side response. More...
 
class  JSONRPCBackend::ServerRequest
 JSON server-side request. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

Provides JSON client and server side requests and responses.

Author
Tim Langner
Date
2011/02/17