File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
folder_templates/modules/module_name/component_name/docs/architecture
process_areas/architecture_design/guidance Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,13 @@ Static Architecture
7070The components are designed to cover the expectations from the feature architecture
7171(i.e. if already exists a definition it should be taken over and enriched).
7272
73+ .. comp :: Component Name
74+ :id: comp__component_name
75+ :security: YES
76+ :safety: ASIL_B
77+ :status: invalid
78+ :implements: logic_arc_int__feature_name__interface_name
79+
7380.. comp_arc_sta :: Component Name (Static View)
7481 :id: comp_arc_sta__component_name__static_view
7582 :security: YES
Original file line number Diff line number Diff line change @@ -52,16 +52,20 @@ Architectural Model
5252
5353 * Logical Level
5454
55- * Feature (feature_arc_sta )
55+ * Feature (feat )
5656 * Logical Interface (logic_arc_int)
5757 * Logical Interface Operation (logic_arc_int_op)
5858
5959 * Component Level
6060
61- * Component (comp_arc_sta )
61+ * Component (comp )
6262 * Interface (real_arc_int)
6363 * Interface Operation (real_arc_int_op)
6464
65+ * Module
66+ * SW Module (mod)
67+
68+
6569.. gd_req :: Correlations of the architectural building blocks
6670 :id: gd_req__arch_build_blocks_corr
6771 :status: valid
@@ -76,6 +80,8 @@ Architectural Model
7680 :align: center
7781 :alt: Definition of the Metamodel for Architectural Design
7882
83+
84+
7985Architectural Views
8086-------------------
8187
You can’t perform that action at this time.
0 commit comments