Skip to content

Commit b9a8f49

Browse files
Remove feed documentation (#1140)
* Refs #23701. Remove example. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #23701. Remove documentation section. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #23701. Remove other references to feeds. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent e810e5b commit b9a8f49

40 files changed

+3
-9260
lines changed

code/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ endif()
4646
####################################################################################################
4747
add_subdirectory(Examples/C++/DDSHelloWorld)
4848
add_subdirectory(Examples/C++/RpcClientServerBasic)
49-
add_subdirectory(Examples/C++/RpcClientServerFeed)
5049

5150
####################################################################################################
5251
# Compile test applications
@@ -103,9 +102,6 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/helloworld_test.py
103102
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/rpc_calculator_basic_test.py
104103
${CMAKE_CURRENT_BINARY_DIR}/rpc_calculator_basic_test.py COPYONLY)
105104

106-
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/rpc_calculator_feed_test.py
107-
${CMAKE_CURRENT_BINARY_DIR}/rpc_calculator_feed_test.py COPYONLY)
108-
109105
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/grep.py
110106
${CMAKE_CURRENT_BINARY_DIR}/grep.py COPYONLY)
111107

@@ -154,12 +150,6 @@ if(${Python3_FOUND} AND (${Python3_VERSION} VERSION_GREATER "3.6"))
154150
APPEND PROPERTY ENVIRONMENT "CLIENT_TEST_BIN=$<TARGET_FILE:basic_client>")
155151
set_property(TEST calculator_basic
156152
APPEND PROPERTY ENVIRONMENT "SERVER_TEST_BIN=$<TARGET_FILE:basic_server>")
157-
158-
add_test(NAME calculator_feed COMMAND ${Python3_EXECUTABLE} rpc_calculator_feed_test.py)
159-
set_property(TEST calculator_feed
160-
APPEND PROPERTY ENVIRONMENT "CLIENT_TEST_BIN=$<TARGET_FILE:feed_client>")
161-
set_property(TEST calculator_feed
162-
APPEND PROPERTY ENVIRONMENT "SERVER_TEST_BIN=$<TARGET_FILE:feed_server>")
163153
endif()
164154

165155
# Check docs style

code/Examples/C++/RpcClientServerFeed/CMakeLists.txt

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

0 commit comments

Comments
 (0)