SWR-013 ======= Control publishes operational and fault-relevant events to diagnostics. Relation Diagram ---------------- .. graphviz:: digraph swr_5a0f41f9_a086_4a0f_b0c4_97af4e3443c5 { rankdir=LR; graph [fontname="Helvetica" fontsize=10]; node [shape="box" style="filled" fillcolor="#eaf3ff" fontname="Helvetica" fontsize=10 color="#3a3a3a"]; edge [fontname="Helvetica" fontsize=9 color="#555555"]; source [label="ao_control"]; target [label="ao_diagnostics"]; source -> target [label=<SWR-013> arrowhead="vee", style="solid"]; } Relation Summary ---------------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Field - Value * - Source Unit - :doc:`ao_control ` * - Target Unit - :doc:`ao_diagnostics ` * - UML Type - association * - Visibility - public Interface Realizations ---------------------- .. list-table:: :header-rows: 1 * - Interface - Kind - Direction - Interaction Mode - Description * - :doc:`IF_FaultEvent ` - event - source_to_target - async - Control emits fault relevant events for diagnostics fault lifecycle handling. * - :doc:`IF_OperatingStatus ` - status - source_to_target - async - Control publishes operating status updates consumed by diagnostics for system level reporting. Inherited Requirements ---------------------- - :doc:`REQ-DIA-001 ` - :doc:`REQ-DIA-002 ` - :doc:`REQ-DIA-003 ` - :doc:`REQ-DIA-004 ` - :doc:`REQ-IFC-002 ` - :doc:`REQ-REL-004 ` Timing Budgets -------------- - :doc:`TB-002_Control_Safety_Diagnostics_Path `