eclipse-iceoryx / iceoryx

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

Add 'iox' prefix to all functions and types in the platform abstraction #2289

Open elBoberido opened 1 month ago

elBoberido commented 1 month ago

Brief feature description

For the unification of the POSIX functions it might be required to inject custom code into the function call. This is also required when the testing platform is created. To prevent linker issues due to having the same symbol name multiple time, all functions and types in the platform abstraction should have an iox prefix.