Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distinguish between GUIDs of different iceoryx2 type #8

Open
orecham opened this issue Nov 18, 2024 · 0 comments
Open

Distinguish between GUIDs of different iceoryx2 type #8

orecham opened this issue Nov 18, 2024 · 0 comments

Comments

@orecham
Copy link
Contributor

orecham commented Nov 18, 2024

Brief Description

In iceoryx2, each unique port id has a unique type.
This means that even if the value of the id is identical between IDs of different types, they can never be considered equal.

In rmw_iceoryx2, there is only enough space to store the value of IDs, meaning it is possible that IDs of different types can be evaluated to be equal.

A solution that considers the ID type in the comparison is required to prevent this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant