-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Design Transport Interface API #48
Comments
mdabrowski1990
added
the
documentation
Improvements or additions to documentation
label
Aug 14, 2021
This was referenced Aug 14, 2021
mdabrowski1990
modified the milestones:
First release - basic functionality,
Client Simulation
Aug 15, 2021
mdabrowski1990
changed the title
Abstract Transport Interface refinement
Transport Interface design
Aug 20, 2021
mdabrowski1990
modified the milestones:
X) Client Simulation,
2) Basic client support for CAN
Sep 6, 2021
mdabrowski1990
changed the title
Transport Interface design
[refine] Design Transport Interface
Sep 7, 2021
This was referenced Sep 7, 2021
mdabrowski1990
removed
the
documentation
Improvements or additions to documentation
label
Sep 7, 2021
mdabrowski1990
changed the title
[refine] Design Transport Interface
Design Transport Interface
Sep 7, 2021
mdabrowski1990
changed the title
Design Transport Interface
Design Transport Interface API
Sep 7, 2021
mdabrowski1990
changed the title
Design Transport Interface API
[refine] Design Transport Interface API
Dec 6, 2021
mdabrowski1990
changed the title
[refine] Design Transport Interface API
Design Transport Interface API
Dec 6, 2021
mdabrowski1990
changed the title
Design Transport Interface API
[refine] Design Transport Interface API
Dec 7, 2021
mdabrowski1990
changed the title
[refine] Design Transport Interface API
Design Transport Interface API
Dec 7, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requires
#85
Description
As a user, I would like to have Transport Interface API defined, so I have interface to use UDS Packets.
As a developer, I would like to have
AbstractTransportInterface
class with methods (annotated with descriptions) defined, so I know what has to be implemented and what functionalities would be provided in this milestrone.Acceptance Criteria
AbstractTransportInterface
class is definedAbstractTransportInterface
class has annotation and description.The text was updated successfully, but these errors were encountered: