Skip to content

Commit

Permalink
Merge pull request #442 from ApexAI/iox-#252-rename-api-folder
Browse files Browse the repository at this point in the history
Iox #252 Move new API files
  • Loading branch information
mossmaurice authored Dec 17, 2020
2 parents e858108 + a9db29b commit e9f837f
Show file tree
Hide file tree
Showing 46 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can join by using this Zoom link: https://eclipse.zoom.us/j/95918504483?pwd=
16:00 GMT
17:00 CET (GMT + 1)
21:30 IST (GMT + 5.5)
23:00 CST (GMT + 7)
00:00 CST (GMT + 8)
```

### Topics
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_dds/include/iceoryx_dds/gateway/dds_to_iox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "iceoryx_posh/gateway/channel.hpp"
#include "iceoryx_posh/gateway/gateway_config.hpp"
#include "iceoryx_posh/gateway/gateway_generic.hpp"
#include "iceoryx_posh/popo/modern_api/untyped_publisher.hpp"
#include "iceoryx_posh/popo/untyped_publisher.hpp"

namespace iox
{
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_dds/include/iceoryx_dds/gateway/iox_to_dds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "iceoryx_dds/dds/dds_types.hpp"
#include "iceoryx_posh/gateway/channel.hpp"
#include "iceoryx_posh/gateway/gateway_generic.hpp"
#include "iceoryx_posh/popo/modern_api/untyped_subscriber.hpp"
#include "iceoryx_posh/popo/untyped_subscriber.hpp"

namespace iox
{
Expand Down
4 changes: 2 additions & 2 deletions iceoryx_dds/test/mocks/google_mocks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include "iceoryx_posh/gateway/channel.hpp"
#include "iceoryx_posh/gateway/gateway_generic.hpp"
#include "iceoryx_posh/iceoryx_posh_types.hpp"
#include "iceoryx_posh/popo/modern_api/base_publisher.hpp"
#include "iceoryx_posh/popo/modern_api/base_subscriber.hpp"
#include "iceoryx_posh/popo/base_publisher.hpp"
#include "iceoryx_posh/popo/base_subscriber.hpp"
#include "iceoryx_utils/cxx/expected.hpp"
#include "iceoryx_utils/cxx/function_ref.hpp"
#include "iceoryx_utils/cxx/optional.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

#include "iceoryx_posh/capro/service_description.hpp"
#include "iceoryx_posh/popo/modern_api/publisher.hpp"
#include "iceoryx_posh/popo/publisher.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
#include "topic_data.hpp"

Expand Down
2 changes: 1 addition & 1 deletion iceoryx_examples/ice_multi_publisher/ice_resubscriber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/typed_subscriber.hpp"
#include "iceoryx_posh/popo/typed_subscriber.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
#include "topic_data.hpp"

Expand Down
2 changes: 1 addition & 1 deletion iceoryx_examples/ice_multi_publisher/ice_subscriber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/typed_subscriber.hpp"
#include "iceoryx_posh/popo/typed_subscriber.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
#include "topic_data.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "topic_data.hpp"

#include "iceoryx_posh/popo/modern_api/publisher.hpp"
#include "iceoryx_posh/popo/publisher.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"

#include <chrono>
Expand Down
4 changes: 2 additions & 2 deletions iceoryx_examples/icedelivery/iox_publisher_untyped_modern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/untyped_publisher.hpp"
#include "iceoryx_posh/popo/untyped_publisher.hpp"
#include "topic_data.hpp"

#include "iceoryx_posh/popo/modern_api/publisher.hpp"
#include "iceoryx_posh/popo/publisher.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"

#include <chrono>
Expand Down
6 changes: 3 additions & 3 deletions iceoryx_examples/icedelivery/iox_subscriber_typed_modern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/base_subscriber.hpp"
#include "iceoryx_posh/popo/modern_api/typed_subscriber.hpp"
#include "iceoryx_posh/popo/modern_api/untyped_subscriber.hpp"
#include "iceoryx_posh/popo/base_subscriber.hpp"
#include "iceoryx_posh/popo/typed_subscriber.hpp"
#include "iceoryx_posh/popo/untyped_subscriber.hpp"
#include "iceoryx_posh/popo/user_trigger.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/subscriber.hpp"
#include "iceoryx_posh/popo/subscriber.hpp"
#include "iceoryx_posh/popo/user_trigger.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
Expand Down
4 changes: 2 additions & 2 deletions iceoryx_examples/iceperf/iceoryx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#include "base.hpp"
#include "iceoryx_posh/capro/service_description.hpp"
#include "iceoryx_posh/popo/modern_api/untyped_publisher.hpp"
#include "iceoryx_posh/popo/modern_api/untyped_subscriber.hpp"
#include "iceoryx_posh/popo/untyped_publisher.hpp"
#include "iceoryx_posh/popo/untyped_subscriber.hpp"

class Iceoryx : public IcePerfBase
{
Expand Down
4 changes: 2 additions & 2 deletions iceoryx_examples/singleprocess/single_process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#include "iceoryx_posh/iceoryx_posh_config.hpp"
#include "iceoryx_posh/iceoryx_posh_types.hpp"
#include "iceoryx_posh/internal/roudi/roudi.hpp"
#include "iceoryx_posh/popo/modern_api/typed_publisher.hpp"
#include "iceoryx_posh/popo/modern_api/typed_subscriber.hpp"
#include "iceoryx_posh/popo/typed_publisher.hpp"
#include "iceoryx_posh/popo/typed_subscriber.hpp"
#include "iceoryx_posh/roudi/iceoryx_roudi_components.hpp"
#include "iceoryx_posh/runtime/posh_runtime_single_process.hpp"
#include "iceoryx_utils/log/logmanager.hpp"
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_examples/waitset/ice_waitset_gateway.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/untyped_subscriber.hpp"
#include "iceoryx_posh/popo/untyped_subscriber.hpp"
#include "iceoryx_posh/popo/user_trigger.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_examples/waitset/ice_waitset_grouping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/untyped_subscriber.hpp"
#include "iceoryx_posh/popo/untyped_subscriber.hpp"
#include "iceoryx_posh/popo/user_trigger.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_examples/waitset/ice_waitset_individual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/typed_subscriber.hpp"
#include "iceoryx_posh/popo/typed_subscriber.hpp"
#include "iceoryx_posh/popo/user_trigger.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_examples/waitset/ice_waitset_publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/publisher.hpp"
#include "iceoryx_posh/popo/publisher.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
#include "topic_data.hpp"

Expand Down
2 changes: 1 addition & 1 deletion iceoryx_examples/waitset/ice_waitset_sync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/typed_subscriber.hpp"
#include "iceoryx_posh/popo/typed_subscriber.hpp"
#include "iceoryx_posh/popo/user_trigger.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define IOX_POSH_POPO_BASE_PUBLISHER_HPP

#include "iceoryx_posh/internal/popo/ports/publisher_port_user.hpp"
#include "iceoryx_posh/popo/modern_api/sample.hpp"
#include "iceoryx_posh/popo/sample.hpp"
#include "iceoryx_utils/cxx/expected.hpp"
#include "iceoryx_utils/cxx/optional.hpp"

Expand Down Expand Up @@ -148,6 +148,6 @@ class BasePublisher : public PublisherInterface<T>
} // namespace popo
} // namespace iox

#include "iceoryx_posh/internal/popo/modern_api/base_publisher.inl"
#include "iceoryx_posh/internal/popo/base_publisher.inl"

#endif // IOX_POSH_POPO_BASE_PUBLISHER_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define IOX_POSH_POPO_BASE_SUBSCRIBER_HPP

#include "iceoryx_posh/internal/popo/ports/subscriber_port_user.hpp"
#include "iceoryx_posh/popo/modern_api/sample.hpp"
#include "iceoryx_posh/popo/sample.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"
#include "iceoryx_posh/runtime/posh_runtime.hpp"
#include "iceoryx_utils/cxx/expected.hpp"
Expand Down Expand Up @@ -174,6 +174,6 @@ class BaseSubscriber
} // namespace popo
} // namespace iox

#include "iceoryx_posh/internal/popo/modern_api/base_subscriber.inl"
#include "iceoryx_posh/internal/popo/base_subscriber.inl"

#endif // IOX_POSH_POPO_BASE_SUBSCRIBER_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef IOX_POSH_POPO_PUBLISHER_HPP
#define IOX_POSH_POPO_PUBLISHER_HPP

#include "iceoryx_posh/popo/modern_api/typed_publisher.hpp"
#include "iceoryx_posh/popo/modern_api/untyped_publisher.hpp"
#include "iceoryx_posh/popo/typed_publisher.hpp"
#include "iceoryx_posh/popo/untyped_publisher.hpp"

#endif // IOX_POSH_POPO_PUBLISHER_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ class Sample<const T>
} // namespace popo
} // namespace iox

#include "iceoryx_posh/internal/popo/modern_api/sample.inl"
#include "iceoryx_posh/internal/popo/sample.inl"

#endif // IOX_POSH_POPO_SAMPLE_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef IOX_POSH_POPO_SUBSCRIBER_HPP
#define IOX_POSH_POPO_SUBSCRIBER_HPP

#include "iceoryx_posh/popo/modern_api/typed_subscriber.hpp"
#include "iceoryx_posh/popo/modern_api/untyped_subscriber.hpp"
#include "iceoryx_posh/popo/typed_subscriber.hpp"
#include "iceoryx_posh/popo/untyped_subscriber.hpp"

#endif // IOX_POSH_POPO_SUBSCRIBER_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#ifndef IOX_POSH_POPO_TYPED_PUBLISHER_HPP
#define IOX_POSH_POPO_TYPED_PUBLISHER_HPP

#include "iceoryx_posh/popo/modern_api/base_publisher.hpp"
#include "iceoryx_posh/popo/modern_api/sample.hpp"
#include "iceoryx_posh/popo/base_publisher.hpp"
#include "iceoryx_posh/popo/sample.hpp"
#include "iceoryx_utils/cxx/type_traits.hpp"

namespace iox
Expand Down Expand Up @@ -66,6 +66,6 @@ class TypedPublisher : public base_publisher_t
} // namespace popo
} // namespace iox

#include "iceoryx_posh/internal/popo/modern_api/typed_publisher.inl"
#include "iceoryx_posh/internal/popo/typed_publisher.inl"

#endif // IOX_POSH_POPO_TYPED_PUBLISHER_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef IOX_POSH_POPO_TYPED_SUBSCRIBER_HPP
#define IOX_POSH_POPO_TYPED_SUBSCRIBER_HPP

#include "iceoryx_posh/popo/modern_api/base_subscriber.hpp"
#include "iceoryx_posh/popo/base_subscriber.hpp"

namespace iox
{
Expand Down Expand Up @@ -52,6 +52,6 @@ class TypedSubscriber : public base_subscriber_t<T, TypedSubscriber<T, base_subs
} // namespace popo
} // namespace iox

#include "iceoryx_posh/internal/popo/modern_api/typed_subscriber.inl"
#include "iceoryx_posh/internal/popo/typed_subscriber.inl"

#endif // IOX_POSH_POPO_TYPED_SUBSCRIBER_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#ifndef IOX_POSH_POPO_UNTYPED_PUBLISHER_HPP
#define IOX_POSH_POPO_UNTYPED_PUBLISHER_HPP

#include "iceoryx_posh/popo/modern_api/base_publisher.hpp"
#include "iceoryx_posh/popo/modern_api/sample.hpp"
#include "iceoryx_posh/popo/base_publisher.hpp"
#include "iceoryx_posh/popo/sample.hpp"

namespace iox
{
Expand Down Expand Up @@ -56,6 +56,6 @@ using UntypedPublisher = UntypedPublisherImpl<>;
} // namespace popo
} // namespace iox

#include "iceoryx_posh/internal/popo/modern_api/untyped_publisher.inl"
#include "iceoryx_posh/internal/popo/untyped_publisher.inl"

#endif // IOX_POSH_POPO_UNTYPED_PUBLISHER_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "iceoryx_posh/capro/service_description.hpp"
#include "iceoryx_posh/iceoryx_posh_types.hpp"
#include "iceoryx_posh/popo/modern_api/base_subscriber.hpp"
#include "iceoryx_posh/popo/base_subscriber.hpp"
#include "iceoryx_utils/cxx/expected.hpp"
#include "iceoryx_utils/cxx/unique_ptr.hpp"

Expand Down Expand Up @@ -63,6 +63,6 @@ using UntypedSubscriber = UntypedSubscriberImpl<>;
} // namespace popo
} // namespace iox

#include "iceoryx_posh/internal/popo/modern_api/untyped_subscriber.inl"
#include "iceoryx_posh/internal/popo/untyped_subscriber.inl"

#endif // IOX_POSH_POPO_UNTYPED_SUBSCRIBER_HPP
4 changes: 2 additions & 2 deletions iceoryx_posh/test/mocks/publisher_mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/base_publisher.hpp"
#include "iceoryx_posh/popo/modern_api/sample.hpp"
#include "iceoryx_posh/popo/base_publisher.hpp"
#include "iceoryx_posh/popo/sample.hpp"
#include "iceoryx_utils/cxx/expected.hpp"

#include "test.hpp"
Expand Down
4 changes: 2 additions & 2 deletions iceoryx_posh/test/mocks/subscriber_mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#include "iceoryx_posh/capro/service_description.hpp"
#include "iceoryx_posh/mepoo/chunk_header.hpp"
#include "iceoryx_posh/popo/modern_api/base_subscriber.hpp"
#include "iceoryx_posh/popo/modern_api/sample.hpp"
#include "iceoryx_posh/popo/base_subscriber.hpp"
#include "iceoryx_posh/popo/sample.hpp"
#include "iceoryx_posh/popo/trigger.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"
#include "iceoryx_utils/cxx/expected.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 @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/base_publisher.hpp"
#include "iceoryx_posh/popo/base_publisher.hpp"
#include "mocks/chunk_mock.hpp"
#include "mocks/publisher_mock.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "iceoryx_posh/iceoryx_posh_types.hpp"
#include "iceoryx_posh/internal/popo/building_blocks/condition_variable_data.hpp"
#include "iceoryx_posh/popo/modern_api/base_subscriber.hpp"
#include "iceoryx_posh/popo/base_subscriber.hpp"
#include "iceoryx_posh/popo/wait_set.hpp"
#include "iceoryx_utils/cxx/expected.hpp"
#include "iceoryx_utils/cxx/optional.hpp"
Expand Down
4 changes: 2 additions & 2 deletions iceoryx_posh/test/moduletests/test_popo_sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/base_publisher.hpp"
#include "iceoryx_posh/popo/modern_api/sample.hpp"
#include "iceoryx_posh/popo/base_publisher.hpp"
#include "iceoryx_posh/popo/sample.hpp"
#include "iceoryx_utils/cxx/unique_ptr.hpp"
#include "test.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/typed_publisher.hpp"
#include "iceoryx_posh/popo/typed_publisher.hpp"
#include "mocks/chunk_mock.hpp"
#include "mocks/publisher_mock.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/typed_subscriber.hpp"
#include "iceoryx_posh/popo/typed_subscriber.hpp"
#include "mocks/subscriber_mock.hpp"

#include "test.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/untyped_publisher.hpp"
#include "iceoryx_posh/popo/untyped_publisher.hpp"
#include "mocks/chunk_mock.hpp"
#include "mocks/publisher_mock.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "iceoryx_posh/popo/modern_api/untyped_subscriber.hpp"
#include "iceoryx_posh/popo/untyped_subscriber.hpp"
#include "mocks/subscriber_mock.hpp"

#include "test.hpp"
Expand Down
Loading

0 comments on commit e9f837f

Please sign in to comment.