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

Deserialize EntryHeader parameters #68

Commits on Jul 5, 2024

  1. Deserialize EntryHeader parameters

    The EntryHeader would set the map of all its parameters as its name
    member, which semantically does not make sense and requires a user to
    parse the name member itself to find the actual name of the header.
    
    Deserialize the EntryHeader according to the TSP to set members
    "name", "tooltip" and "data_type".
    awendelin-work committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    49af4da View commit details
    Browse the repository at this point in the history