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

Feature/msg api improvements #2046

Merged

Conversation

KerstinKeller
Copy link
Contributor

Description

Rework the general CMessagePublisher / CMessageSubscriber.
Both classes no longer inherit from CPublisher / CSubscriber

All serialization frameworks need to implement a generic Serializer class, which then allows them to easily support all of eCALs framework.

String:

  • String classes are no longer templatized.
  • Datatype information for String publishers are changed. type=string, encoding=utf8.

Flatbuffers:

  • API is now typesafe and more eCAL like. Support different classes depending on the flatbuffer type:
    CObjectPublisher, CObjectSubscriber and CFlatSubscriber

Protobuf:

  • Remove DynamicPublisher (Questionable usage).

In a following PR, these Serializer classes will be used to support Measurement read / write access.

@hannemn hannemn linked an issue Feb 27, 2025 that may be closed by this pull request
6 tasks
@hannemn hannemn added the cherry-pick-to-NONE Don't cherry-pick these changes label Feb 28, 2025
@KerstinKeller KerstinKeller merged commit 7af5aee into eclipse-ecal:master Mar 3, 2025
15 checks passed
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.

eCAL 6 Serialization / Msg API Review
2 participants