a47e0aed3e
Phase 1 of full English translation: - generate_doorstop_items.py: all 55 items (SG/SYS/SWE/SA/SWA) rewritten in English - generate_landing_page.py: full UI labels, KPI cards, section headings in English - traceability.py: docstring, error messages, HTML headers in English - generate_test_report.py: report content + table headers in English - All 55 markdown items in safety/sg/, reqs/, arch/ regenerated in English Still to come: - demo-epb filled Word docs (PID, plans, safety, manuals, audit artefacts) - Code comments + test names + CI workflow step names - README + dev-process repo templates
29 lines
528 B
Markdown
29 lines
528 B
Markdown
---
|
|
active: true
|
|
derived: false
|
|
header: 'Wheel Speed Plausibilisation'
|
|
level: 1.4
|
|
normative: true
|
|
reviewed: null
|
|
links:
|
|
- SWE-022
|
|
- SWE-023
|
|
asil: B
|
|
---
|
|
|
|
# SWA-004: Wheel Speed Plausibilisation
|
|
|
|
## Responsibility
|
|
|
|
Conditioning and plausibilisation of the four wheel-speed signals.
|
|
Detects standstill and cross-checks the wheels.
|
|
|
|
## Provided interfaces
|
|
|
|
```c
|
|
Status wheel_speed_init(void);
|
|
void wheel_speed_step_10ms(const WheelInputs* in);
|
|
bool wheel_speed_is_standstill(void);
|
|
float wheel_speed_get_vehicle(void);
|
|
```
|