Skip to content

Commit

Permalink
Refs #21280: Change folder name and delete rtps old folder
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf committed Jul 22, 2024
1 parent 65c4fa9 commit 1e12cf4
Show file tree
Hide file tree
Showing 39 changed files with 114 additions and 1,694 deletions.
1 change: 0 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ add_subdirectory(cpp/discovery_server)
add_subdirectory(cpp/flow_control)
add_subdirectory(cpp/hello_world)
add_subdirectory(cpp/request_reply)
add_subdirectory(cpp/rtps_entities)
add_subdirectory(cpp/rtps)
add_subdirectory(cpp/static_edp_discovery)
add_subdirectory(cpp/topic_instances)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
namespace eprosima {
namespace fastdds {
namespace examples {
namespace rtps_entities {
namespace rtps {

//! Factory method to create a publisher or subscriber
std::shared_ptr<Application> Application::make_app(
const CLIParser::rtps_entities_config& config,
const CLIParser::rtps_config& config,
const std::string& topic_name)
{
std::shared_ptr<Application> entity;
Expand All @@ -50,7 +50,7 @@ std::shared_ptr<Application> Application::make_app(
return entity;
}

} // namespace rtps_entities
} // namespace rtps
} // namespace examples
} // namespace fastdds
} // namespace eprosima
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
*
*/

#ifndef FASTDDS_EXAMPLES_CPP_RTPS_ENTITIES__APPLICATION_HPP
#define FASTDDS_EXAMPLES_CPP_RTPS_ENTITIES__APPLICATION_HPP
#ifndef FASTDDS_EXAMPLES_CPP_RTPS__APPLICATION_HPP
#define FASTDDS_EXAMPLES_CPP_RTPS__APPLICATION_HPP

#include "CLIParser.hpp"

namespace eprosima {
namespace fastdds {
namespace examples {
namespace rtps_entities {
namespace rtps {

class Application
{
Expand All @@ -42,13 +42,13 @@ class Application

//! Factory method to create applications based on configuration
static std::shared_ptr<Application> make_app(
const CLIParser::rtps_entities_config& config,
const CLIParser::rtps_config& config,
const std::string& topic_name);
};

} // namespace rtps_entities
} // namespace rtps
} // namespace examples
} // namespace fastdds
} // namespace eprosima

#endif // FASTDDS_EXAMPLES_CPP_RTPS_ENTITIES__APPLICATION_HPP
#endif // FASTDDS_EXAMPLES_CPP_RTPS__APPLICATION_HPP
52 changes: 0 additions & 52 deletions examples/cpp/rtps/AsSocket/CMakeLists.txt

This file was deleted.

4 changes: 0 additions & 4 deletions examples/cpp/rtps/AsSocket/README.txt

This file was deleted.

98 changes: 0 additions & 98 deletions examples/cpp/rtps/AsSocket/TestReaderSocket.cpp

This file was deleted.

78 changes: 0 additions & 78 deletions examples/cpp/rtps/AsSocket/TestReaderSocket.h

This file was deleted.

Loading

0 comments on commit 1e12cf4

Please sign in to comment.