MIRA
|
Contains internal RPCManager class. More...
#include <set>
#include <platform/Platform.h>
#include <rpc/RPCServer.h>
#include <rpc/RPCClient.h>
#include <rpc/RPCMacros.h>
#include <rpc/RPCCallDefinition.h>
#include <rpc/AbstractDeferredInvoker.h>
#include <rpc/AbstractRPCHandler.h>
#include <rpc/AbstractInterfaceCallbackHandler.h>
Go to the source code of this file.
Classes | |
class | RPCManager |
This class is for internal use only. More... | |
class | RPCManager::RemoteRequestHandler |
Handler that must be implemented by the remote module to send RPC requests to a remote server. More... | |
class | RPCManager::RemoteFinishHandler |
Handler that must be implemented by the remote module to send RPC responses to a remote server which sent a previous RPC request. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Macros | |
#define | RPCGEN_CALL_FORWARD_PARAM(z, n, _) , forwardRPCParam(p##n) |
#define | RPCGEN_CALL(z, n, _) |
Contains internal RPCManager class.
#define RPCGEN_CALL_FORWARD_PARAM | ( | z, | |
n, | |||
_ | |||
) | , forwardRPCParam(p##n) |
#define RPCGEN_CALL | ( | z, | |
n, | |||
_ | |||
) |