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

eCAL core: provide TopicInformation (encoding, type, descriptor) instead of 2 strings (type, schema). #1126

Merged
merged 4 commits into from
Jun 16, 2023

Commits on Jun 14, 2023

  1. eCAL core: provide TopicInformation (encoding, type, descriptor) inst…

    …ead of 2 strings (type, schema).
    
    This commit contains various API changes, however made in a semver compliant way.
    - Adds various API functions and deprecates old ones
    - Adds field to topic.proto file
    - For communication compatibility, descriptor information is send out on old and new fields in proto message
    
    Occurrences of deprecated functions fixed in eCAL Code (Samples, Apps, Tests)
    Try to continue make builds.
    KerstinKeller committed Jun 14, 2023
    1 Configuration menu
    Copy the full SHA
    cf2b93e View commit details
    Browse the repository at this point in the history
  2. Keep build going.

    KerstinKeller committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9fbcba4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Final changes for PR

    KerstinKeller committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    145bd58 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    1972c3e View commit details
    Browse the repository at this point in the history