Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1293 Move impl's back to public dir to show their…
Browse files Browse the repository at this point in the history
… doxygen in the docs

Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Apr 1, 2022
1 parent 3f5cf85 commit abe5a07
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "c2cpp_binding.h"
#include "iceoryx_binding_c/enums.h"
#include "iceoryx_posh/internal/popo/base_subscriber.hpp"
#include "iceoryx_posh/popo/impl/base_subscriber.hpp"
#include "iceoryx_posh/popo/subscriber.hpp"
#include "iceoryx_posh/runtime/service_discovery.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

#include "iceoryx_binding_c/enums.h"
#include "iceoryx_posh/iceoryx_posh_types.hpp"
#include "iceoryx_posh/internal/popo/base_subscriber.hpp"
#include "iceoryx_posh/internal/popo/ports/subscriber_port_user.hpp"
#include "iceoryx_posh/popo/impl/base_subscriber.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"

struct cpp2c_Subscriber
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_BASE_CLIENT_INL
#define IOX_POSH_POPO_BASE_CLIENT_INL

#include "iceoryx_posh/internal/popo/base_client.hpp"
#include "iceoryx_posh/popo/impl/base_client.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_BASE_SERVER_INL
#define IOX_POSH_POPO_BASE_SERVER_INL

#include "iceoryx_posh/internal/popo/base_server.hpp"
#include "iceoryx_posh/popo/impl/base_server.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef IOX_POSH_POPO_CLIENT_IMPL_INL
#define IOX_POSH_POPO_CLIENT_IMPL_INL

#include "iceoryx_posh/internal/popo/client_impl.hpp"
#include "iceoryx_posh/popo/impl/client_impl.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_TYPED_PUBLISHER_IMPL_INL
#define IOX_POSH_POPO_TYPED_PUBLISHER_IMPL_INL

#include "iceoryx_posh/internal/popo/publisher_impl.hpp"
#include "iceoryx_posh/popo/impl/publisher_impl.hpp"

#include <cstdint>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef IOX_POSH_POPO_SERVER_IMPL_INL
#define IOX_POSH_POPO_SERVER_IMPL_INL

#include "iceoryx_posh/internal/popo/server_impl.hpp"
#include "iceoryx_posh/popo/impl/server_impl.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_TYPED_SUBSCRIBER_IMPL_INL
#define IOX_POSH_POPO_TYPED_SUBSCRIBER_IMPL_INL

#include "iceoryx_posh/internal/popo/subscriber_impl.hpp"
#include "iceoryx_posh/popo/impl/subscriber_impl.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef IOX_POSH_POPO_UNTYPED_CLIENT_IMPL_INL
#define IOX_POSH_POPO_UNTYPED_CLIENT_IMPL_INL

#include "iceoryx_posh/internal/popo/untyped_client_impl.hpp"
#include "iceoryx_posh/popo/impl/untyped_client_impl.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_UNTYPED_PUBLISHER_IMPL_INL
#define IOX_POSH_POPO_UNTYPED_PUBLISHER_IMPL_INL

#include "iceoryx_posh/internal/popo/untyped_publisher_impl.hpp"
#include "iceoryx_posh/popo/impl/untyped_publisher_impl.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef IOX_POSH_POPO_UNTYPED_SERVER_IMPL_INL
#define IOX_POSH_POPO_UNTYPED_SERVER_IMPL_INL

#include "iceoryx_posh/internal/popo/untyped_server_impl.hpp"
#include "iceoryx_posh/popo/impl/untyped_server_impl.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_UNTYPED_SUBSCRIBER_IMPL_INL
#define IOX_POSH_POPO_UNTYPED_SUBSCRIBER_IMPL_INL

#include "iceoryx_posh/internal/popo/untyped_subscriber_impl.hpp"
#include "iceoryx_posh/popo/impl/untyped_subscriber_impl.hpp"

namespace iox
{
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/include/iceoryx_posh/popo/client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef IOX_POSH_POPO_CLIENT_HPP
#define IOX_POSH_POPO_CLIENT_HPP

#include "iceoryx_posh/internal/popo/client_impl.hpp"
#include "iceoryx_posh/popo/impl/client_impl.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
#define IOX_POSH_POPO_CLIENT_IMPL_HPP

#include "iceoryx_posh/capro/service_description.hpp"
#include "iceoryx_posh/internal/popo/base_client.hpp"
#include "iceoryx_posh/internal/popo/request_deleter.hpp"
#include "iceoryx_posh/internal/popo/response_deleter.hpp"
#include "iceoryx_posh/internal/popo/rpc_interface.hpp"
#include "iceoryx_posh/internal/popo/typed_port_api_trait.hpp"
#include "iceoryx_posh/popo/client_options.hpp"
#include "iceoryx_posh/popo/impl/base_client.hpp"
#include "iceoryx_posh/popo/request.hpp"
#include "iceoryx_posh/popo/response.hpp"
#include "iceoryx_posh/popo/trigger_handle.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#define IOX_POSH_POPO_TYPED_PUBLISHER_IMPL_HPP

#include "iceoryx_hoofs/cxx/type_traits.hpp"
#include "iceoryx_posh/internal/popo/base_publisher.hpp"
#include "iceoryx_posh/internal/popo/publisher_interface.hpp"
#include "iceoryx_posh/internal/popo/typed_port_api_trait.hpp"
#include "iceoryx_posh/popo/impl/base_publisher.hpp"
#include "iceoryx_posh/popo/sample.hpp"

namespace iox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
#define IOX_POSH_POPO_SERVER_IMPL_HPP

#include "iceoryx_posh/capro/service_description.hpp"
#include "iceoryx_posh/internal/popo/base_server.hpp"
#include "iceoryx_posh/internal/popo/request_deleter.hpp"
#include "iceoryx_posh/internal/popo/response_deleter.hpp"
#include "iceoryx_posh/internal/popo/rpc_interface.hpp"
#include "iceoryx_posh/internal/popo/typed_port_api_trait.hpp"
#include "iceoryx_posh/popo/impl/base_server.hpp"
#include "iceoryx_posh/popo/request.hpp"
#include "iceoryx_posh/popo/response.hpp"
#include "iceoryx_posh/popo/server_options.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#ifndef IOX_POSH_POPO_TYPED_SUBSCRIBER_IMPL_HPP
#define IOX_POSH_POPO_TYPED_SUBSCRIBER_IMPL_HPP

#include "iceoryx_posh/internal/popo/base_subscriber.hpp"
#include "iceoryx_posh/internal/popo/sample_deleter.hpp"
#include "iceoryx_posh/internal/popo/typed_port_api_trait.hpp"
#include "iceoryx_posh/popo/impl/base_subscriber.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#define IOX_POSH_POPO_UNTYPED_CLIENT_IMPL_HPP

#include "iceoryx_posh/capro/service_description.hpp"
#include "iceoryx_posh/internal/popo/base_client.hpp"
#include "iceoryx_posh/popo/client_options.hpp"
#include "iceoryx_posh/popo/impl/base_client.hpp"
#include "iceoryx_posh/popo/trigger_handle.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_UNTYPED_PUBLISHER_IMPL_HPP
#define IOX_POSH_POPO_UNTYPED_PUBLISHER_IMPL_HPP

#include "iceoryx_posh/internal/popo/base_publisher.hpp"
#include "iceoryx_posh/popo/impl/base_publisher.hpp"
#include "iceoryx_posh/popo/sample.hpp"

namespace iox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define IOX_POSH_POPO_UNTYPED_SERVER_IMPL_HPP

#include "iceoryx_posh/capro/service_description.hpp"
#include "iceoryx_posh/internal/popo/base_server.hpp"
#include "iceoryx_posh/popo/impl/base_server.hpp"
#include "iceoryx_posh/popo/server_options.hpp"

namespace iox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "iceoryx_hoofs/cxx/unique_ptr.hpp"
#include "iceoryx_posh/capro/service_description.hpp"
#include "iceoryx_posh/iceoryx_posh_types.hpp"
#include "iceoryx_posh/internal/popo/base_subscriber.hpp"
#include "iceoryx_posh/popo/impl/base_subscriber.hpp"

namespace iox
{
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/include/iceoryx_posh/popo/publisher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_TYPED_PUBLISHER_HPP
#define IOX_POSH_POPO_TYPED_PUBLISHER_HPP

#include "iceoryx_posh/internal/popo/publisher_impl.hpp"
#include "iceoryx_posh/popo/impl/publisher_impl.hpp"

namespace iox
{
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/include/iceoryx_posh/popo/server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef IOX_POSH_POPO_SERVER_HPP
#define IOX_POSH_POPO_SERVER_HPP

#include "iceoryx_posh/internal/popo/server_impl.hpp"
#include "iceoryx_posh/popo/impl/server_impl.hpp"

namespace iox
{
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/include/iceoryx_posh/popo/subscriber.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_TYPED_SUBSCRIBER_HPP
#define IOX_POSH_POPO_TYPED_SUBSCRIBER_HPP

#include "iceoryx_posh/internal/popo/subscriber_impl.hpp"
#include "iceoryx_posh/popo/impl/subscriber_impl.hpp"

namespace iox
{
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/include/iceoryx_posh/popo/untyped_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef IOX_POSH_POPO_UNTYPED_CLIENT_HPP
#define IOX_POSH_POPO_UNTYPED_CLIENT_HPP

#include "iceoryx_posh/internal/popo/untyped_client_impl.hpp"
#include "iceoryx_posh/popo/impl/untyped_client_impl.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_UNTYPED_PUBLISHER_HPP
#define IOX_POSH_POPO_UNTYPED_PUBLISHER_HPP

#include "iceoryx_posh/internal/popo/untyped_publisher_impl.hpp"
#include "iceoryx_posh/popo/impl/untyped_publisher_impl.hpp"

namespace iox
{
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/include/iceoryx_posh/popo/untyped_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef IOX_POSH_POPO_UNTYPED_SERVER_HPP
#define IOX_POSH_POPO_UNTYPED_SERVER_HPP

#include "iceoryx_posh/internal/popo/untyped_server_impl.hpp"
#include "iceoryx_posh/popo/impl/untyped_server_impl.hpp"

namespace iox
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef IOX_POSH_POPO_UNTYPED_SUBSCRIBER_HPP
#define IOX_POSH_POPO_UNTYPED_SUBSCRIBER_HPP

#include "iceoryx_posh/internal/popo/untyped_subscriber_impl.hpp"
#include "iceoryx_posh/popo/impl/untyped_subscriber_impl.hpp"

namespace iox
{
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/test/mocks/client_mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define IOX_POSH_MOCKS_CLIENT_MOCK_HPP

#include "iceoryx_hoofs/cxx/expected.hpp"
#include "iceoryx_posh/internal/popo/base_client.hpp"
#include "iceoryx_posh/popo/impl/base_client.hpp"
#include "mocks/base_port_mock.hpp"

#include "test.hpp"
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/test/mocks/publisher_mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define IOX_POSH_MOCKS_PUBLISHER_MOCK_HPP

#include "iceoryx_hoofs/cxx/expected.hpp"
#include "iceoryx_posh/internal/popo/base_publisher.hpp"
#include "iceoryx_posh/popo/impl/base_publisher.hpp"
#include "iceoryx_posh/popo/publisher.hpp"
#include "iceoryx_posh/popo/sample.hpp"

Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/test/mocks/server_mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define IOX_POSH_MOCKS_SERVER_MOCK_HPP

#include "iceoryx_hoofs/cxx/expected.hpp"
#include "iceoryx_posh/internal/popo/base_server.hpp"
#include "iceoryx_posh/popo/impl/base_server.hpp"
#include "mocks/base_port_mock.hpp"

#include "test.hpp"
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/test/mocks/subscriber_mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include "iceoryx_hoofs/cxx/expected.hpp"
#include "iceoryx_hoofs/cxx/optional.hpp"
#include "iceoryx_posh/capro/service_description.hpp"
#include "iceoryx_posh/internal/popo/base_subscriber.hpp"
#include "iceoryx_posh/mepoo/chunk_header.hpp"
#include "iceoryx_posh/popo/impl/base_subscriber.hpp"
#include "iceoryx_posh/popo/sample.hpp"
#include "iceoryx_posh/popo/trigger.hpp"
#include "iceoryx_posh/popo/trigger_handle.hpp"
Expand Down
6 changes: 3 additions & 3 deletions iceoryx_posh/test/moduletests/test_popo_base_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// SPDX-License-Identifier: Apache-2.0

#include "iceoryx_hoofs/cxx/optional.hpp"
#include "iceoryx_posh/internal/popo/base_client.hpp"
#include "iceoryx_posh/internal/popo/client_impl.hpp"
#include "iceoryx_posh/internal/popo/untyped_client_impl.hpp"
#include "iceoryx_posh/popo/impl/base_client.hpp"
#include "iceoryx_posh/popo/impl/client_impl.hpp"
#include "iceoryx_posh/popo/impl/untyped_client_impl.hpp"
#include "iceoryx_posh/testing/mocks/posh_runtime_mock.hpp"
#include "mocks/client_mock.hpp"
#include "mocks/trigger_handle_mock.hpp"
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/test/moduletests/test_popo_base_publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//
// SPDX-License-Identifier: Apache-2.0

#include "iceoryx_posh/internal/popo/base_publisher.hpp"
#include "iceoryx_posh/popo/impl/base_publisher.hpp"
#include "mocks/publisher_mock.hpp"

#include "test.hpp"
Expand Down
6 changes: 3 additions & 3 deletions iceoryx_posh/test/moduletests/test_popo_base_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// SPDX-License-Identifier: Apache-2.0

#include "iceoryx_hoofs/cxx/optional.hpp"
#include "iceoryx_posh/internal/popo/base_server.hpp"
#include "iceoryx_posh/internal/popo/server_impl.hpp"
#include "iceoryx_posh/internal/popo/untyped_server_impl.hpp"
#include "iceoryx_posh/popo/impl/base_server.hpp"
#include "iceoryx_posh/popo/impl/server_impl.hpp"
#include "iceoryx_posh/popo/impl/untyped_server_impl.hpp"
#include "iceoryx_posh/testing/mocks/posh_runtime_mock.hpp"
#include "mocks/server_mock.hpp"
#include "mocks/trigger_handle_mock.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#include "iceoryx_hoofs/cxx/optional.hpp"
#include "iceoryx_hoofs/cxx/unique_ptr.hpp"
#include "iceoryx_posh/iceoryx_posh_types.hpp"
#include "iceoryx_posh/internal/popo/base_subscriber.hpp"
#include "iceoryx_posh/internal/popo/building_blocks/condition_variable_data.hpp"
#include "iceoryx_posh/popo/impl/base_subscriber.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"

#include "iceoryx_posh/testing/mocks/chunk_mock.hpp"
Expand Down

0 comments on commit abe5a07

Please sign in to comment.