Documentation for the Component 1ΒΆ

Assumption of Use: Freedom of use AOU__COMP_1__FREEDOM_OF_USE
safety: ASIL-A
security: Yes

This component can be reused in different projects, so we use Assumptions of use instead of requirements.

Assumption of Use: Integration of the component into a project AOU__COMP_1__INTEGRATION
safety: ASIL-B
security: Yes

It is in the responsibility of the integrator to ensure that the component is used in a way that is compliant with the assumptions of use.

Assumption of Use: Implementation of the component AOU__COMP_1__IMPLEMENTATION
remote_url: https://github.com/PhilipPartsch/sphinx-needs-uv/blob/8badd91a80ee1570ba43e364f728579fa919b5b4/components/comp_1/src/c%2B%2B/example.cpp#L20
safety: ASIL-B
security: Yes
links incoming: IMPL_CppHelloWorld

The source code of the component is provided in the src folder. It is implemented in C++.

Assumption of Use: Testing of the component AOU__COMP_1__TESTING
remote_url: https://github.com/PhilipPartsch/sphinx-needs-uv/blob/8badd91a80ee1570ba43e364f728579fa919b5b4/components/comp_1/src/py/example.py#L14
safety: ASIL-B
security: Yes
links incoming: IMPL_PyHelloWorld

Tests are provided in the component, as python scripts.

Content from test implementation file:

Implmentation: Hello World IMPL_CppHelloWorld
local_url: c++/example.cpp#L3
remote_url: components/comp_1/src/c++/example.cpp#L3
safety: QM
security: No

Content from test implementation file:

Implmentation: Hello World IMPL_PyHelloWorld
local_url: py/example.py#L1
remote_url: components/comp_1/src/py/example.py#L1
safety: QM
security: No
links outgoing: AOU__COMP_1__TESTING