eclipse-iceoryx / eclipse-iceoryx/iceoryx
Add 'iox' prefix to all functions and types in the platform abstraction
Open
good first issue
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 492
- Avg merge
- 18h 57m
- Merged PRs (30d)
- 1
Description
## 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.
Contributor guide
Assessment
This issue has not been assessed yet.