SWR-020 ======= Modbus server forwards configuration update requests to config manager for validation and commit. Relation Diagram ---------------- .. graphviz:: digraph swr_fbf5d76d_87e9_4bf5_8203_94fe5044896a { 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_modbus_server"]; target [label="ao_config_manager"]; source -> target [label=<SWR-020> arrowhead="vee", style="dashed"]; } Relation Summary ---------------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Field - Value * - Source Unit - :doc:`ao_modbus_server ` * - Target Unit - :doc:`ao_config_manager ` * - UML Type - dependency * - Visibility - private Interface Realizations ---------------------- .. list-table:: :header-rows: 1 * - Interface - Kind - Direction - Interaction Mode - Description * - :doc:`IF_ConfigUpdate ` - command - source_to_target - async - Modbus server asynchronously delivers validated configuration updates for atomic apply and acknowledgement. Inherited Requirements ---------------------- - :doc:`REQ-IFC-003 ` - :doc:`REQ-IFC-004 `