Conversation
Set copyright header used on score repo to be consistent.
Set copyright header used on score repo.
This was referenced Mar 10, 2025
FScholPer
requested changes
May 13, 2025
There was a problem hiding this comment.
- Please change the relationships to bmw (namespaces etc.)
- Please remove codebeamer relationships
- Please add necessary files like gitignore etc. (https://github.com/eclipse-score/module_template)
- Documentation in readme is quite big and the question is if this should not be part of the handbook
- How to build guideline missing
- How to build the lib as there is no workspace or Module existing
|
|
||
| ## Requirements | ||
|
|
||
| The requirements are maintained in [Codebeamer](), and the high-level architecture is illustrated in the [Magic Draw diagram](:27112/collaborator/document/4ff2a028-8ac7-4f7a-b42e-dd90816fec81?viewId=a0683e3f-a47e-4269-9000-255abd14110a&viewType=model§ionId=977f79a2-d84f-4932-9190-1e520cc3696b) |
There was a problem hiding this comment.
Please change that to squinx needs as codebeamer is not a s-core tool
|
|
||
| ## Motivation | ||
|
|
||
| You can find more information about the history and motivation for mw::log library in the [Motivation](</swh/ddad_platform/blob/master/aas/mw/log/README.md#motivation>). |
| The benefits of using `mw::log` are: | ||
|
|
||
| * Gives developers the full control over logging code. | ||
| * Resolves dependencies to the AUTOSAR `ara::log` interfaces. |
There was a problem hiding this comment.
What does that mean? Autosar is not part of S-CORE
|
|
||
| ## Detailed Design | ||
|
|
||
| The Detailed Design for the `mw::log` implementation can be found under the [design](</swh/ddad_platform/blob/master/aas/mw/log/design/README.md>) directory. |
|
|
||
| ## Assumptions of use (AoUs) | ||
|
|
||
| The AoUs are maintained in [Codebeamer](/cb/share/f55e57bf89054000a975502375922db5) |
| For this we provide an empty recorder. | ||
|
|
||
| ``` | ||
| bmw::mw::log::EmptyRecorder my_recorder{}; |
|
|
||
| ``` | ||
| bmw::mw::log::EmptyRecorder my_recorder{}; | ||
| bmw::mw::test::SetLogRecorder(my_recorder); |
| ignored in unit tests. | ||
|
|
||
| ```c++ | ||
| bmw::mw::log::EmptyRecorder my_recorder{}; |
|
|
||
| ```c++ | ||
| const bmw::mw::log::LogHex8 log_hex_8{10}; | ||
| bmw::mw::log::LogInfo() << "log_hex_8: " << log_hex_8; |
|
|
||
| ```c++ | ||
| const bmw::mw::log::LogHex8 log_hex_8{10}; | ||
| bmw::mw::log::LogInfo() << "log_hex_8: " << log_hex_8; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.