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

[core] new service response struct/callback type using SServiceMethodID #1881

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

rex-schilasky
Copy link
Contributor

Description

  1. intrdoduce new SServiceIDResponse, ServiceIDResponseVecT, ResponseIDCallbackT for v6 using SServiceMethodId for service/method unique attributed instead single elements (see old SServiceResponse)
  2. fixing error (assigning m_service_id to sid, EntityID -> std::string) without conversion

…allbackT for v6 using SServiceMethodId for service/method unique attributed instead single elements (see old SServiceResponse)

fixing error (assigning m_service_id to sid, EntityID -> std::string) without conversion
@rex-schilasky rex-schilasky added the cherry-pick-to-NONE Don't cherry-pick these changes label Jan 8, 2025
@rex-schilasky rex-schilasky added this to the eCAL 6 milestone Jan 8, 2025
@rex-schilasky rex-schilasky mentioned this pull request Jan 8, 2025
100 tasks
Copy link
Contributor

@KerstinKeller KerstinKeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.
I am not the hugest fan of all the "ID" namings like "SServiceIDResponse".
But the old one is taken...
That for another PR, but maybe we move the ServiceReponse also in the v5 namespace and have v6 and v5 versions...
Just a thought.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

@rex-schilasky rex-schilasky merged commit c35f4dc into master Jan 9, 2025
20 checks passed
@rex-schilasky rex-schilasky deleted the core/server-service-response branch January 9, 2025 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-to-NONE Don't cherry-pick these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants