RPC
RPC copied to clipboard
RPC over TCP/DDS/REST
hello: I'm trying to build rpc library from source. When executing command: `cmake --build . --target install ` show err : ``` /home/fastdds/RPC-master/examples/C++/rpcdds/c++11Types/RTPSCalculator/CalculatorDDSProtocol.cxx:131:22: error: narrowing conversion of ‘3418803882’ from ‘unsigned...
Is the RPC developed for windows platform only? If linux version available please provide it as building fails!
I have downloaded the installation package according to the tutorial on the official website. Both Linux and windows have tried and failed. I thought the reason is probably due to...
Hello,I copied `/home/user/RPC/thirdparty/boost-threadpool` to ` /usr/include/boost` but got this compilation error: ``` home/alex/software/RPC/src/strategies/ThreadPoolStrategy.cpp:66:62: error: expected '(' for function-style cast or type construction m_pool->schedule(boost::threadpool::task_functor(boost::bind(&ThreadPoolStrategyJob::run, job))); ~~~~^ /home/alex/software/RPC/src/strategies/ThreadPoolStrategy.cpp:66:45: error: no member named...
I'm trying to build rpc library from source. The boost libraries have been installed with command: ` \.b2 link=shared.` When executing command: `build>cmake -DRPCPROTO=rpcdds -A x64 ..` the boost libraries...
member variable m_proxyId is not initialized, zero can not be used to filter unwanted replies, when multiple clients request at the same time, they will get wrong reply, i.e. the...
1、rpcddsgen 转换union联合体类型为C++代码时,C++代码缺少类型,编译报错。 2、rpcddsgen 无法识别IDL文件中的@DDSService注解 3、rpcddsgen 无法识别 #ifndef #end等
I found that the RTPSProxyTransport function's parameter instanceName doesn't work and doesn't serve to differentiate between instances. There are multiple services with the same remoteServiceName, and I want to specify...