Skip to content

Commit 80a4287

Browse files
Update RPC interface in Python (#286)
* Update RPC interface in Python Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> * Remove uneeded files Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> --------- Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 3a0c756 commit 80a4287

24 files changed

+0
-5417
lines changed

fastdds_python/src/swig/fastdds.i

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,3 @@ namespace xtypes {
251251
%include "fastdds/dds/domain/DomainParticipant.i"
252252
%include "fastdds/dds/domain/DomainParticipantFactory.i"
253253
%include "fastdds/dds/xtypes/type_representation/TypeObject.i"
254-
%include "fastdds/dds/rpc/interfaces.i"
255-
%include "fastdds/dds/rpc/exceptions.i"

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

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

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

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

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)