Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions fastdds_python/src/swig/fastdds/dds/rpc/exceptions.i
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,3 @@
#include "fastdds/dds/rpc/exceptions.hpp"
%}

// Base class should be included first
%include "fastdds/dds/rpc/exceptions/RpcException.hpp"
// Include first level inheritance
%include "fastdds/dds/rpc/exceptions/RpcBrokenPipeException.hpp"
%include "fastdds/dds/rpc/exceptions/RpcFeedCancelledException.hpp"
%include "fastdds/dds/rpc/exceptions/RpcOperationError.hpp"
%include "fastdds/dds/rpc/exceptions/RpcTimeoutException.hpp"
// This is the base class for second level inheritance
%include "fastdds/dds/rpc/RemoteExceptionCode_t.hpp"
%include "fastdds/dds/rpc/exceptions/RpcRemoteException.hpp"
// Include second level inheritance
%include "fastdds/dds/rpc/exceptions/RemoteInvalidArgumentError.hpp"
%include "fastdds/dds/rpc/exceptions/RemoteOutOfResourcesError.hpp"
%include "fastdds/dds/rpc/exceptions/RemoteUnknownExceptionError.hpp"
%include "fastdds/dds/rpc/exceptions/RemoteUnknownOperationError.hpp"
%include "fastdds/dds/rpc/exceptions/RemoteUnsupportedError.hpp"
9 changes: 0 additions & 9 deletions fastdds_python/src/swig/fastdds/dds/rpc/interfaces.i
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,3 @@
%{
#include "fastdds/dds/rpc/interfaces.hpp"
%}

%include "std_shared_ptr.i"

%shared_ptr(eprosima::fastdds::dds::rpc::RpcServer);
%ignore eprosima::fastdds::dds::rpc::RpcServer::execute_request;

%include "fastdds/dds/rpc/interfaces/RpcRequest.hpp"
%include "fastdds/dds/rpc/interfaces/RpcServer.hpp"
%include "fastdds/dds/rpc/interfaces/RpcStatusCode.hpp"
1 change: 0 additions & 1 deletion fastdds_python_examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ project(FastDdsPythonExamples)
###############################################################################

add_subdirectory(HelloWorldExample/generated_code)
add_subdirectory(RPCExample/generated_code)
204 changes: 0 additions & 204 deletions fastdds_python_examples/RPCExample/CalculatorExample.py

This file was deleted.

28 changes: 0 additions & 28 deletions fastdds_python_examples/RPCExample/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions fastdds_python_examples/RPCExample/calculator.idl

This file was deleted.

Loading