-
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
user-defined service properties #231
Comments
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 8, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 8, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 8, 2024
Is the restriction to byte string literals necessary? Why not accept any valid UTF8 string? |
@elBoberido just to test if you pay attention. |
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 9, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 9, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 10, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 10, 2024
… where the configured and not the actual static config is used; add test for property
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 10, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 10, 2024
17 tasks
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 10, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 10, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 11, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 11, 2024
…ribute and AttributeSet
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 11, 2024
…tes and use them in open and create
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 11, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 13, 2024
…r; add require_key to RequiredAttributes
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 13, 2024
…r and perform verification in this struct
elfenpiff
added a commit
that referenced
this issue
Jun 13, 2024
…properties [#231] user defined service properties
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 13, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Jun 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
Services may have properties that correspond to sensors or other constraints that cannot be represented in the context of iceoryx2. Therefore, the user needs the ability to set user-defined properties.
Detailed information
The user-defined service properties can be read via the services static config:
The text was updated successfully, but these errors were encountered: