17 May
2015
17 May
'15
3:57 a.m.
Hello,
I created a C++ framework RemoteCall which allows to use RPC the same way as local C++ calls are used.
For declaration, implementation and call used macros: DECLARE_REMOTE, IMPLEMENT_REMOTE, CALL_REMOTE.Return and parameters (In and In/Out) can be any type except pointers.
For instance: std::tuple