Skip to content

Commit ac1c7f6

Browse files
committed
Update RPC interface in Python
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 3a0c756 commit ac1c7f6

23 files changed

Lines changed: 0 additions & 5380 deletions

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

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

19-
// Base class should be included first
20-
%include "fastdds/dds/rpc/exceptions/RpcException.hpp"
21-
// Include first level inheritance
22-
%include "fastdds/dds/rpc/exceptions/RpcBrokenPipeException.hpp"
23-
%include "fastdds/dds/rpc/exceptions/RpcFeedCancelledException.hpp"
24-
%include "fastdds/dds/rpc/exceptions/RpcOperationError.hpp"
25-
%include "fastdds/dds/rpc/exceptions/RpcTimeoutException.hpp"
26-
// This is the base class for second level inheritance
27-
%include "fastdds/dds/rpc/RemoteExceptionCode_t.hpp"
28-
%include "fastdds/dds/rpc/exceptions/RpcRemoteException.hpp"
29-
// Include second level inheritance
30-
%include "fastdds/dds/rpc/exceptions/RemoteInvalidArgumentError.hpp"
31-
%include "fastdds/dds/rpc/exceptions/RemoteOutOfResourcesError.hpp"
32-
%include "fastdds/dds/rpc/exceptions/RemoteUnknownExceptionError.hpp"
33-
%include "fastdds/dds/rpc/exceptions/RemoteUnknownOperationError.hpp"
34-
%include "fastdds/dds/rpc/exceptions/RemoteUnsupportedError.hpp"

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,3 @@
1515
%{
1616
#include "fastdds/dds/rpc/interfaces.hpp"
1717
%}
18-
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"
26-
%include "fastdds/dds/rpc/interfaces/RpcStatusCode.hpp"

fastdds_python_examples/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ project(FastDdsPythonExamples)
2121
###############################################################################
2222

2323
add_subdirectory(HelloWorldExample/generated_code)
24-
add_subdirectory(RPCExample/generated_code)

fastdds_python_examples/RPCExample/CalculatorExample.py

Lines changed: 0 additions & 204 deletions
This file was deleted.

fastdds_python_examples/RPCExample/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

fastdds_python_examples/RPCExample/calculator.idl

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)