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

Add nice data access API #2

Merged
merged 12 commits into from
Nov 14, 2023
Merged

Add nice data access API #2

merged 12 commits into from
Nov 14, 2023

Commits on Oct 17, 2023

  1. data-container: add nice data access API

    This changes the library the following way:
    
    - The field class now also stores sizes and offsets in the message format
    - The value class is overhauled to automatically cast to the right types based on the message definitions
    - The value class can automatically cast to the users desired types
    - The MessageFormat contains all information needed to parse the message
    - The MessageFormats are resolved recursively once the header is received
    ThomasDebrunner committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    04241b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0652db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9194388 View commit details
    Browse the repository at this point in the history
  4. data_container: add protected access methods

    allows derived classes to modify the data
    bkueng authored and ThomasDebrunner committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ef02b28 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. read-api: Fix bug where string serialization would decode at the wron…

    …g place, with wrong length
    ThomasDebrunner committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    eab835d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d8adc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00b3619 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f61dd84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ace6b68 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    5a317f2 View commit details
    Browse the repository at this point in the history
  2. Update test/CMakeLists.txt

    Co-authored-by: Beat Küng <[email protected]>
    ThomasDebrunner and bkueng authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d30b888 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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