uds
uds copied to clipboard
UDS Service database API
Requires
#3 #6
Description
As a user, I would like to have common interface for all decoding/encoding data in diagnostic message for all Services, so I could use them the same way. As a developer, I want the same interface for all service classes to handle them the same way.
Testing
- review
Acceptance Criteria
- abstract class for diagnostic services created
- encode method defined
- decode method defined
- request and (positive) response message are handled
#6 must be completed prior this one