Skip to content

Commit e348906

Browse files
Remove RPC example (#6059)
* Remove support for `@feed` operations (#6052) * Refs #23701. Remove feed readers and writers. Signed-off-by: Miguel Company <[email protected]> * Refs #23701. Remove feed operations from example. Signed-off-by: Miguel Company <[email protected]> * Refs #23701. Update readme. Signed-off-by: Miguel Company <[email protected]> * Refs #23701. Remove `InputFeedProcessor`. Signed-off-by: Miguel Company <[email protected]> * Refs #23703. Remove unsupported cases from example test. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit 0ff6c95) # Conflicts: # examples/cpp/rpc/ServerApp.cpp # examples/cpp/rpc/ServerApp.hpp # examples/cpp/rpc/types/calculatorServer.cxx # examples/cpp/rpc/types/calculatorServer.hpp # examples/cpp/rpc/types/calculatorServerImpl.hpp # examples/cpp/rpc/types/calculatorTypeObjectSupport.cxx # examples/cpp/rpc/types/calculatorTypeObjectSupport.hpp # include/fastdds/dds/rpc/interfaces.hpp * Fix basic conflicts. Signed-off-by: Miguel Company <[email protected]> * Completely remove example. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]> Co-authored-by: Miguel Company <[email protected]>
1 parent 55cbbd5 commit e348906

34 files changed

+0
-10232
lines changed

examples/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ add_subdirectory(cpp/delivery_mechanisms)
2222
add_subdirectory(cpp/discovery_server)
2323
add_subdirectory(cpp/flow_control)
2424
add_subdirectory(cpp/hello_world)
25-
add_subdirectory(cpp/rpc)
2625
add_subdirectory(cpp/rtps)
2726
add_subdirectory(cpp/static_edp_discovery)
2827
add_subdirectory(cpp/topic_instances)

examples/cpp/rpc/Application.cpp

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

examples/cpp/rpc/Application.hpp

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

0 commit comments

Comments
 (0)