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 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)
The text was updated successfully, but these errors were encountered:
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
Acceptance Criteria
The text was updated successfully, but these errors were encountered: