@@ -25,9 +25,9 @@ The following figure gives an overview about the building blocks of the project
2525(blue box, top, 2nd column). The objectives of the project platform include
2626enabling of feature integration for different use cases and domains. This includes safety-critical
2727applications. Thus the intention is, that the platform can be developed as a Safety
28- Element out of Context (**SEooC **) (green box, top, 1 column). The objectives of the platform are
28+ Element out of Context (**SEooC **) (green box, top, 1st column). The objectives of the platform are
2929expressed as concrete **Stakeholder Requirements ** (blue box, top, 2nd column), which can be tested
30- by provided **platform integration tests ** (blue box, top, 5nd column) for reference hardware platforms. The
30+ by provided **Platform Integration Tests ** (blue box, top, 5th column) for reference hardware platforms. The
3131platform consists of **Features ** (yellow box, middle, 2nd column).
3232
3333Further the project provides **Software Modules ** (red box, middle, 1st column), which can also be
@@ -37,28 +37,28 @@ highest level component in our model. A Software Module represents e.g. executab
3737
3838Components are the major building blocks of the platform. Components consists of **Units **
3939(grey box, bottom, 2nd column), the lowest level in our model. The represent the source code,
40- which implements the Unit. Units has a **Detailed Design ** (grey box, middle, 3nd column), which is
41- also implemented by the **Source Code ** (grey box, bottom, 3nd column). The Detailed Design is
42- verified by **Unit Tests ** (grey box, middle, 5nd column).
40+ which implements the Unit. Units has a **Detailed Design ** (grey box, middle, 3rd column), which is
41+ also implemented by the **Source Code ** (grey box, bottom, 3rd column). The Detailed Design is
42+ verified by **Unit Tests ** (grey box, middle, 5th column).
4343
44- Components are defined by **Component Requirements ** (green box, middle, 3nd column) and the
45- **Component Architecture ** (green box, middle, 4nd column). A **Component Safety Analysis **
46- (green box, middle, 6nd column) is required to verify the Component Architecture, whereby
44+ Components are defined by **Component Requirements ** (green box, middle, 3rd column) and the
45+ **Component Architecture ** (green box, middle, 4th column). A **Component Safety Analysis **
46+ (green box, middle, 6th column) is required to verify the Component Architecture, whereby
4747violations of safety requirements must be documented. Potential faults
4848may mitigated by updating the Component Requirements or by the **Component Assumptions of Use **
4949(green box, middle, 8nd column). The latter one must be considered by the user of the Component.
50- **Component Tests ** (green box, middle, 5nd column) verify the Component requirements, and
51- **Component Integration Tests ** (green box, middle, 7nd column) verify the Component Architecture
50+ **Component Tests ** (green box, middle, 5th column) verify the Component requirements, and
51+ **Component Integration Tests ** (green box, middle, 7th column) verify the Component Architecture
5252as well as the Integration of multiple Units to a Component.
5353
5454As mentioned above a Software Module is defined as a Component or a set of components realizing a
5555Feature of the platform. Features consists of Components and are defined by **Feature Requirements **
56- (yellow box, middle, 3nd column) and the **Feature Architecture ** (yellow box, middle, 4nd column).
57- A **Feature Safety Analysis ** (yellow box, middle, 6nd column) is required to verify the Feature
56+ (yellow box, middle, 3rd column) and the **Feature Architecture ** (yellow box, middle, 4th column).
57+ A **Feature Safety Analysis ** (yellow box, middle, 6th column) is required to verify the Feature
5858Architecture, whereby violations of safety requirements must be documented. Potential
5959faults may mitigated by updating the Feature Requirements or by the
6060**Feature Assumptions of Use ** (yellow box, middle, 8nd column). The latter one must be considered
61- by the user of the Feature. **Feature Integration Tests ** (yellow box, middle, 5nd column) verify
61+ by the user of the Feature. **Feature Integration Tests ** (yellow box, middle, 5th column) verify
6262the Feature Requirements and the Feature Architecture as well as the Integration of multiple Units
6363to a Component.
6464
0 commit comments