You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: process/process_areas/architecture_design/architecture_concept.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Static View
123
123
124
124
The first viewpoint is named as *feature architecture*. It displays the SW modules (= top level SW components) which are required to realize the feature including their interactions. Also the *logical interfaces* and the interaction between the feature and the user are included in this view. On this architectural level the feature requirements shall be allocated. An example for the static architecture is shown here:
Copy file name to clipboardExpand all lines: process/process_areas/architecture_design/architecture_getstrt.rst
+36-7Lines changed: 36 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,12 @@ Tooling support
43
43
Templates
44
44
=========
45
45
46
-
For creating the architectural design, snippets in vs code are available:
46
+
For creating the architectural design, snippets in RestructuredText (rst) are available:
47
47
48
-
* feat_arc_<sta|dyn|int|int_op>_t
49
-
* comp_arc_<sta|dyn|int|int_op>_t
48
+
* feat
49
+
* feat_arc_<sta|dyn>
50
+
* comp
51
+
* comp_arc_<sta|dyn>
50
52
51
53
The needs itself which are the basis for the template are defined in the :ref:`Architectural Design <architectural_design>`.
52
54
@@ -112,7 +114,15 @@ Feature Architecture
112
114
113
115
The following section is an example, how an `Feature <https://eclipse-score.github.io/score/main/features/index.html>`_ looks like and how the architecture of an Feature is described. Please note that components with an "ASIL_B" safety rating are highlighted with red borders in the diagram (e.g., "Component 1").
@@ -144,6 +162,10 @@ The following section is an example, how an `Feature <https://eclipse-score.gith
144
162
145
163
Component Architecture
146
164
^^^^^^^^^^^^^^^^^^^^^^
165
+
166
+
The following section is an example, how an component looks like and how the detail design of an component is described. Please note that components with an "ASIL_B" safety rating are highlighted with red borders in the diagram (e.g., "Component 1").
0 commit comments