diff --git a/src/stubs/README.md b/src/stubs/README.md index 3e61ede..b9a3450 100644 --- a/src/stubs/README.md +++ b/src/stubs/README.md @@ -1,13 +1,13 @@ -# Stubs — nicht implementierte Komponenten +# Stubs — components not implemented -Diese Komponenten sind in der Software-Architektur (`arch/swe/`) vollstaendig -spezifiziert, aber in dieser Demo nicht ausimplementiert. Sie zeigen nur die -Header-Schnittstellen. +These components are fully specified in the software architecture +(`arch/swe/`) but are not implemented in this demo. Only the header +interfaces are shown. -Im Real-Projekt wuerden hier vollstaendige `.c`-Implementierungen plus -Unit-Tests stehen. +In a real project, full `.c` implementations and unit tests would +live here. -| Komponente | ASIL | SWA | +| Component | ASIL | SWA | |-------------------------|------|-----------| | Safety Manager | D | SWA-001 | | Wheel Speed Plausi | B | SWA-004 |