SWR-004 ======= Control active object embeds fan control state machine. Relation Diagram ---------------- .. graphviz:: digraph swr_a684f200_ff04_4684_833d_b4759faa392c { 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_control"]; target [label="sm_fan_control"]; source -> target [label=<SWR-004> dir="both", arrowtail="diamond", arrowhead="vee", style="solid"]; } Relation Summary ---------------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Field - Value * - Source Unit - :doc:`ao_control ` * - Target Unit - :doc:`sm_fan_control ` * - UML Type - composition * - Visibility - private