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

Messages database API #13

Closed
mdabrowski1990 opened this issue Feb 9, 2021 · 0 comments · Fixed by #298
Closed

Messages database API #13

mdabrowski1990 opened this issue Feb 9, 2021 · 0 comments · Fixed by #298
Assignees
Labels
implementation Changes to code

Comments

@mdabrowski1990
Copy link
Owner

mdabrowski1990 commented Feb 9, 2021

Description

As a user, I would like to have an option to create diagnostic message object after providing all diagnostic message signals (for given SID), so I have human friendly (signal/meaning based) diagnostic message builder.
As a user, I would like to have an option to decode data in diagnostic message, so I can add meaning to raw values and operate on signals.

Testing

  • review

Acceptance Criteria

  • abstract class for diagnostic messages database created
    • encode method defined (input: signals and its values; output: UDS Message)
    • decode method defined (input: UDS Message / UDS Message record + flag whether to provide raw or physical values; output: dictionary with signals names and values)
@mdabrowski1990 mdabrowski1990 added the implementation Changes to code label Feb 9, 2021
@mdabrowski1990 mdabrowski1990 added this to the Integrate databases with existing functionalities milestone Feb 9, 2021
@mdabrowski1990 mdabrowski1990 modified the milestones: 5) Integrate databases with existing functionalities, 4) Database introduction Aug 15, 2021
@mdabrowski1990 mdabrowski1990 removed this from the X) Database introduction milestone Sep 6, 2021
@mdabrowski1990 mdabrowski1990 changed the title Database support for UDS Messages [refine] Database support for UDS Messages Sep 8, 2021
@mdabrowski1990 mdabrowski1990 changed the title [refine] Database support for UDS Messages UDS Message database API Oct 30, 2024
@mdabrowski1990 mdabrowski1990 changed the title UDS Message database API UDS Messages database API Oct 30, 2024
@mdabrowski1990 mdabrowski1990 changed the title UDS Messages database API Messages database API Oct 30, 2024
@mdabrowski1990 mdabrowski1990 self-assigned this Nov 19, 2024
@mdabrowski1990 mdabrowski1990 linked a pull request Nov 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation Changes to code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant