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

Introduce Container Data Record #10

Open
mdabrowski1990 opened this issue Feb 9, 2021 · 0 comments
Open

Introduce Container Data Record #10

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

Comments

@mdabrowski1990
Copy link
Owner

mdabrowski1990 commented Feb 9, 2021

Requires

#6

Description

As a user, I want to Data Record which is container for multiple other data records, so I could reuse it in multiple places.

As a user, I want this type to have an option of being multiplied (e.g. there might be multiple number of records in the responds like DTC Number + DTC Status in 0x59 0x02 response message)

Example:
Data Record DTC Status contain 8 bits, each have different meaning and is sparate Data Record.

Testing

  • unit/integration testing
  • review

Acceptance Criteria

  • Container Data Record class is created
    • inherits after Abstract Data Record class
    • provides length of one record
    • contains potential number of records (min and max, e.g. 0-1 or 1-0xFF or 0-0 (max 0 = infinity))
  • provide handling for the worst scenario
    • multiple records might occur
    • each record contains 1 or more DID (DID number, then DID data for each)
@mdabrowski1990 mdabrowski1990 added the implementation Changes to code label Feb 9, 2021
@mdabrowski1990 mdabrowski1990 added this to the Database introduction milestone Feb 9, 2021
@mdabrowski1990 mdabrowski1990 removed this from the X) Database introduction milestone Sep 6, 2021
@mdabrowski1990 mdabrowski1990 changed the title Introduce Data Record: Packet [refine] Introduce Data Record: Packet Sep 8, 2021
@mdabrowski1990 mdabrowski1990 changed the title [refine] Introduce Data Record: Packet Data Record (signal) database API Oct 30, 2024
@mdabrowski1990 mdabrowski1990 changed the title Data Record (signal) database API [refine] packet dara record Oct 30, 2024
@mdabrowski1990 mdabrowski1990 changed the title [refine] packet dara record Introduce Container Data Record Oct 30, 2024
@mdabrowski1990 mdabrowski1990 self-assigned this Nov 22, 2024
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

When branches are created from issues, their pull requests are automatically linked.

1 participant