-
Notifications
You must be signed in to change notification settings - Fork 26
com: rework Lola Architecture #1133
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
base: main
Are you sure you want to change the base?
Conversation
- Split between communication and IPC - include modules - baselibs - lola
The created documentation from the pull request is available at: docu-html |
- different bindings which provide the communication functionality (e.g. IPC or SomeIP) | ||
|
||
The abstraction layer is designed in a way to ensure full testability for an end-user, while enabling runtime selection | ||
of the underlying communication mechanism with the help of different bindings (e.g. IPC, Some-IP ...). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- different bindings which provide the communication functionality (e.g. IPC or SomeIP) | |
The abstraction layer is designed in a way to ensure full testability for an end-user, while enabling runtime selection | |
of the underlying communication mechanism with the help of different bindings (e.g. IPC, Some-IP ...). | |
- different bindings which provide the communication functionality (e.g. IPC or SOME/IP) | |
The abstraction layer is designed in a way to ensure full testability for an end-user, while enabling runtime selection | |
of the underlying communication mechanism with the help of different bindings (e.g. IPC, SOME/IP ...). |
Architecture | ||
------------ | ||
|
||
The architecure of communication is diplayed :ref:`here<com_architecture>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The architecure of communication is diplayed :ref:`here<com_architecture>` | |
The architecure of communication is displayed :ref:`here<com_architecture>` |
@@ -0,0 +1,224 @@ | |||
.. | |||
# ******************************************************************************* | |||
# Copyright (c) 2024 Contributors to the Eclipse Foundation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2024
? Update to 2025?
resolves: #937
relates to: #886