SWR-021

Monitoring publishes validated sensor snapshots to control for decision logic.

Relation Diagram

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

Relation Summary

Field

Value

Source Unit

ao_monitoring

Target Unit

ao_control

UML Type

association

Visibility

public

Interface Realizations

Interface

Kind

Direction

Interaction Mode

Description

IF_SensorSnapshot

data

source_to_target

async

Monitoring asynchronously publishes validated sensor snapshots to control each dispatch cycle.

Inherited Requirements