Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

hoe-jo
Copy link
Contributor

@hoe-jo hoe-jo commented May 23, 2025

  • Split between communication and IPC
  • include modules
    • baselibs
    • lola

resolves: #937
relates to: #886

- Split between communication and IPC
- include modules
  - baselibs
  - lola
Copy link

The created documentation from the pull request is available at: docu-html

Comment on lines +49 to +52
- 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 ...).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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>`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2024? Update to 2025?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Epic: Create architecture artifacts for feature "Communication"
2 participants