You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
Acceptance Criteria
The text was updated successfully, but these errors were encountered: