uds
uds copied to clipboard
Introduce Container Data Record
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)
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)
#6 must be completed prior this one