-
Notifications
You must be signed in to change notification settings - Fork 6
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
Commits on Oct 17, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 04241b5 - Browse repository at this point
Copy the full SHA 04241b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0652db - Browse repository at this point
Copy the full SHA f0652dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9194388 - Browse repository at this point
Copy the full SHA 9194388View commit details -
data_container: add protected access methods
allows derived classes to modify the data
Configuration menu - View commit details
-
Copy full SHA for ef02b28 - Browse repository at this point
Copy the full SHA ef02b28View commit details
Commits on Oct 18, 2023
-
read-api: Fix bug where string serialization would decode at the wron…
…g place, with wrong length
Configuration menu - View commit details
-
Copy full SHA for eab835d - Browse repository at this point
Copy the full SHA eab835dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d8adc3 - Browse repository at this point
Copy the full SHA 5d8adc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b3619 - Browse repository at this point
Copy the full SHA 00b3619View commit details -
Configuration menu - View commit details
-
Copy full SHA for f61dd84 - Browse repository at this point
Copy the full SHA f61dd84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ace6b68 - Browse repository at this point
Copy the full SHA ace6b68View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a317f2 - Browse repository at this point
Copy the full SHA 5a317f2View commit details -
Co-authored-by: Beat Küng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d30b888 - Browse repository at this point
Copy the full SHA d30b888View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ebb4a98 - Browse repository at this point
Copy the full SHA ebb4a98View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.