-
Notifications
You must be signed in to change notification settings - Fork 38
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
Introduce SlotMap
to manage multiple shared memory data segments
#504
Comments
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 6, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 6, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
Open
17 tasks
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 7, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 12, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Nov 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
To enable the publisher to have multiple data segments, we need to add the data segment id to the pointer. This only works when the segment id is static.
A
SlotMap
is the ideal container to store things with static id's to access/manage them.The text was updated successfully, but these errors were encountered: