Skip to content

Commit 664b7f9

Browse files
committed
Refs #23325. Update swig file for RPC interfaces.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent c8893fb commit 664b7f9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

fastdds_python/src/swig/fastdds/dds/rpc/interfaces.i

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,11 @@
1616
#include "fastdds/dds/rpc/interfaces.hpp"
1717
%}
1818

19+
%include "std_shared_ptr.i"
20+
21+
%shared_ptr(eprosima::fastdds::dds::rpc::RpcServer);
22+
%ignore eprosima::fastdds::dds::rpc::RpcServer::execute_request;
23+
24+
%include "fastdds/dds/rpc/interfaces/RpcRequest.hpp"
25+
%include "fastdds/dds/rpc/interfaces/RpcServer.hpp"
1926
%include "fastdds/dds/rpc/interfaces/RpcStatusCode.hpp"

0 commit comments

Comments
 (0)