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
28 lines
473 B
Markdown
28 lines
473 B
Markdown
---
|
|
active: true
|
|
derived: false
|
|
header: 'Display Manager'
|
|
level: 1.7
|
|
normative: true
|
|
reviewed: null
|
|
links:
|
|
- SWE-020
|
|
- SWE-021
|
|
asil: QM
|
|
---
|
|
|
|
# SWA-007: Display Manager
|
|
|
|
## Responsibility
|
|
|
|
Drives the LED on the EPB switch and the CAN status frame to the
|
|
instrument cluster. Receives status from the apply controller.
|
|
|
|
## Provided interfaces
|
|
|
|
```c
|
|
Status display_init(void);
|
|
void display_set_status(EpbStatus s);
|
|
void display_step_20ms(void); // 50 Hz CAN frame
|
|
```
|