SWR-022 ======= Monitoring publishes validated sensor snapshots to safety for protective evaluation. Relation Diagram ---------------- .. graphviz:: digraph swr_1a1ac8b4_d11a_4a1a_a69a_c5c583cf4816 { 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_monitoring"]; target [label="ao_safety"]; source -> target [label=<SWR-022> arrowhead="vee", style="solid"]; } Relation Summary ---------------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Field - Value * - Source Unit - :doc:`ao_monitoring ` * - Target Unit - :doc:`ao_safety ` * - UML Type - association * - Visibility - public Interface Realizations ---------------------- .. list-table:: :header-rows: 1 * - Interface - Kind - Direction - Interaction Mode - Description * - :doc:`IF_SensorSnapshot ` - data - source_to_target - async - Monitoring asynchronously publishes validated sensor snapshots to safety each dispatch cycle. Inherited Requirements ---------------------- - :doc:`REQ-MON-001 ` - :doc:`REQ-MON-002 ` - :doc:`REQ-MON-003 ` - :doc:`REQ-MON-004 `