SWR-021 ======= Monitoring publishes validated sensor snapshots to control for decision logic. Relation Diagram ---------------- .. graphviz:: digraph swr_d46faa2a_6198_446f_a3cd_06bc7ebc4102 { 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_control"]; source -> target [label=<SWR-021> 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_control ` * - 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 control each dispatch cycle. Inherited Requirements ---------------------- - :doc:`REQ-MON-001 ` - :doc:`REQ-MON-002 ` - :doc:`REQ-MON-003 ` - :doc:`REQ-MON-004 `