Skip to content

Commit bf047c2

Browse files
correct architecture elements and modify component template
1 parent 62c66fb commit bf047c2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

process/folder_templates/modules/module_name/component_name/docs/architecture/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ Static Architecture
7070
The 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

process/process_areas/architecture_design/guidance/architecture_process_reqs.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
7985
Architectural Views
8086
-------------------
8187

0 commit comments

Comments
 (0)