Open
Conversation
|
|
Resolves: #536
2c74181 to
778b891
Compare
|
The created documentation from the pull request is available at: docu-html |
odra
reviewed
Jan 28, 2026
odra
reviewed
Jan 28, 2026
masc2023
reviewed
Jan 29, 2026
| :id: doc__os_aou | ||
| :status: draft | ||
| :safety: ASIL_B | ||
| :security: NO |
Contributor
There was a problem hiding this comment.
Requirements have security set, but not the document header?
masc2023
reviewed
Jan 30, 2026
| :status: valid | ||
| :safety: ASIL_B | ||
| :implements: logic_arc_int__os__libcpp | ||
| :security: NO |
masc2023
reviewed
Jan 30, 2026
|
|
||
| .. comp_arc_sta:: C++ Std Library | ||
| :id: comp_arc_sta__os__libcpp | ||
| :security: YES |
Contributor
There was a problem hiding this comment.
but interface is security relevant?
RolandJentschETAS
suggested changes
Feb 2, 2026
| Its components are modelled in S-CORE to be able to describe dependencies of S-CORE features to | ||
| this external component. | ||
| As it is external to S-CORE, the (folder/file) structure of the documentation may be different from the other modules. | ||
| Its main content is the POSIX operating system environment (sometimes also already called a "SW platform"). |
Contributor
There was a problem hiding this comment.
POSIX is not an environment, but an interface.
| :safety: ASIL_B | ||
| :status: valid | ||
|
|
||
| If the system using the SW-platform has safety goals, the used os module shall offer the following functions in a safe way: |
Contributor
There was a problem hiding this comment.
What means "safe way" ?
| - filesystem access (data integrity of read-only-memory) | ||
| - DMA | ||
| - IPC communication primitives (shared memory and message passing) | ||
| - C++ standard library (according to Iso 14882) |
| - C++ standard library (according to Iso 14882) | ||
| - C library | ||
| - math library | ||
| - time source |
Contributor
There was a problem hiding this comment.
time source is unclear. It could be an hardware clock or date/time ... Is this monotonic ?
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.
Resolves: #536