eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.65k stars 384 forks source link

Introduce `iceoryx_core` package below `iceoryx_platform` #1633

Open elfenpiff opened 2 years ago

elfenpiff commented 2 years ago

Brief feature description

It may makes sense to introduce a package below platform. Here should reside packages with no dependencies at all. For instance a basic logger and the error handler. Furthermore we could add here generic cmake building blocks which are used throughout the project.

See also this comment: https://github.com/eclipse-iceoryx/iceoryx/pull/1629#discussion_r968639242

elfenpiff commented 2 years ago

cc @elBoberido