-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support untyped services #195
Comments
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 19, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 22, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 22, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 22, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 23, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 23, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 23, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 23, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 23, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 24, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 24, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 24, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 24, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 24, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 24, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 24, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 24, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 24, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
…nd remove max_elements from service builder
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
…ish subscribe requires MessageType
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 25, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 26, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 26, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 26, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 26, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 26, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 26, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 28, 2024
…, improve code readability, refine tests
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 28, 2024
…, improve code readability, refine tests
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 28, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 28, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
Currently, iceoryx2 supports only strongly typed services. The user shall be able to create a service based on a slice where they can set the worst-case-layout while creating the service and can loan arbitrary pieces of memory when it does not exceed the worst case.
The text was updated successfully, but these errors were encountered: