SWR-020

Modbus server forwards configuration update requests to config manager for validation and commit.

Relation Diagram

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=<<B>SWR-020</B>> arrowhead="vee", style="dashed"];
}

Relation Summary

Field

Value

Source Unit

ao_modbus_server

Target Unit

ao_config_manager

UML Type

dependency

Visibility

private

Interface Realizations

Interface

Kind

Direction

Interaction Mode

Description

IF_ConfigUpdate

command

source_to_target

async

Modbus server asynchronously delivers validated configuration updates for atomic apply and acknowledgement.

Inherited Requirements