From c9f38e6a5aeecdb8bd2f60a68a38c4a6ebf9071f Mon Sep 17 00:00:00 2001 From: Ludovic Apvrille <ludovic.apvrille@telecom-paristech.fr> Date: Fri, 18 Dec 2020 18:14:04 +0100 Subject: [PATCH] Update on dev infra with CLI --- .../ttool_development_infrastructure.tex | 75 + modeling/DIPLODOCUS/ZigBeeDEMO.xml | 6241 +++++++++-------- modeling/DIPLODOCUS/simpleSDF.xml | 476 +- modeling/DIPLODOCUS/testDiplodocusPeriod.xml | 193 +- .../DirectedGraphTranslator.java | 2 +- 5 files changed, 3630 insertions(+), 3357 deletions(-) diff --git a/doc/dev_infrastructure/ttool_development_infrastructure.tex b/doc/dev_infrastructure/ttool_development_infrastructure.tex index d720df5260..b16a4d5474 100644 --- a/doc/dev_infrastructure/ttool_development_infrastructure.tex +++ b/doc/dev_infrastructure/ttool_development_infrastructure.tex @@ -1446,6 +1446,81 @@ and do the same for the FPGA component. \item Finally, in the same method, have a look to the case \texttt{if (node instanceof HwCPU)} and do the same for FPGA. To make the comparison easier, capitalize the name of the FPGA parameters. \end{itemize} + +\newpage +\section{Command-Line Interface} + +TTool can be used with a command-line interface in three ways. This command line interface makes it possible to pilot TTool from a terminal. Type "help" to list all possible commands and then "help command" to get the help of a specific command. Some commands be used independently from the graphical interface, i.e. they can be even used without the Graphical interface being started, while some others require the graphical interface to be started. If the graphical interface has been started, you can control the mouse from the CLI or enter keys (or you can also use your keyboard and mouse, as usual). +\begin{enumerate} +\item You can interact with TTool from the command line +\item You can start an interactive TTool session (without the graphical interface to be started) +\item You can execute a script written in the TTool scripting language +\end{enumerate} + +The three next subsections are dedicated to points 1 to 3, respectively. + +\subsection{Command line Interface in TTool} + +First compile TTool as follows: + +\begin{lstlisting} +$ make ttoolnotest +\end{lstlisting} +Then edit your TTool starting script and add the "-interact" option to the TTool starting line or script, for instance: +\begin{lstlisting} +$ cd bin&&java -Xmx4096m -jar ttool.jar -launcher -config config.xml +-experimental -debug -interact -openlast +\end{lstlisting} + + +\subsection{Interactive sessions} +This section explains how to start a TTool shell without starting the TTool main window. You first need to compile the TTool interpreter. + +\begin{lstlisting} +$ make ttool-cli&&make install +\end{lstlisting} +Then you can start the TTool shell as follows: +\begin{lstlisting} +$ cd bin +$ java -Xmx2048m -jar ttool-cli.jar -show -interact +\end{lstlisting} + +\subsection{Scripting TTool} +A TTool script expects to contain one valid command per line. Empty lines as well as comments (lines starting with "\#") are also supported. To run a script, you first need to compile the interpreter: + +\begin{lstlisting} +$ make ttool-cli&&make install +\end{lstlisting} +Then you can start interpreting a script as follows: +\begin{lstlisting} +$ cd bin +$ java -Xmx2048m -jar ttool-cli.jar -show mylovelyscript +\end{lstlisting} + +Basic scripts are given in TTool/modeling/scripts. For instance, the following scripts opens a model, starts the AVATAR model-checker on this model and saves the generated reachability graph is a file. + +\begin{lstlisting} +set model ./../modeling/AVATAR/CoffeeMachine_Avatar.xml +#print The model to be opened is: $model +action start +wait 2 +#A comment +action open $model +wait 4 +action check-syntax +action avatar-rg rg?.aut +action quit +\end{lstlisting} + + +\subsection{Coding commands in TTool} +First of all, remember when coding graphical functions that they should be easily accessible from CLI. So, rather think of how to program a CLI tool with a graphical interface rather than adding a command line interface to a graphical interface. + +The \texttt{cli/} package implements the interactive shell, the script interpreter, but also defines general commands. Note that all commands of TGUIAction can be used from the CLI by using their unique \texttt{ActionCommand} String. + +\subsection{Testing CLI commands} +Tests for CLI commands can be found in \texttt{ttool/src/test/java/cli}. + \newpage \section{Plugin} diff --git a/modeling/DIPLODOCUS/ZigBeeDEMO.xml b/modeling/DIPLODOCUS/ZigBeeDEMO.xml index e2787ce6d3..4c54ea5b84 100644 --- a/modeling/DIPLODOCUS/ZigBeeDEMO.xml +++ b/modeling/DIPLODOCUS/ZigBeeDEMO.xml @@ -1,6 +1,6 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> -<TURTLEGMODELING version="0.99-beta4"> +<TURTLEGMODELING version="1.0beta" ANIMATE_INTERACTIVE_SIMULATION="true" ACTIVATE_PENALTIES="false" UPDATE_INFORMATION_DIPLO_SIM="true" ANIMATE_WITH_INFO_DIPLO_SIM="true" OPEN_DIAG_DIPLO_SIM="false" LAST_SELECTED_MAIN_TAB="8" LAST_SELECTED_SUB_TAB="0"> <Modeling type="Diplodocus Methodology" nameTab="DIPLODOCUS_Methodology" > <DiplodocusMethodologyDiagramPanel name="DIPLODOCUS_Methodology" minX="10" maxX="2500" minY="10" maxY="1500" zoom="1.0" > @@ -29,27 +29,27 @@ </COMPONENT> <SUBCOMPONENT type="6005" id="6" > <father id="13" num="0" /> -<cdparam x="605" y="140" /> -<sizeparam width="10" height="10" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="605" y="170" /> +<sizeparam width="10" height="10" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="605" maxX="605" minY="140" maxY="140" /> -<infoparam name="value " value="DMA_transfer" /> +<cdrectangleparam minX="605" maxX="605" minY="170" maxY="170" /> +<infoparam name="value " value="CP_Memory_Copy" /> </SUBCOMPONENT> <SUBCOMPONENT type="6005" id="7" > <father id="13" num="1" /> <cdparam x="605" y="155" /> -<sizeparam width="10" height="10" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="10" height="10" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="605" maxX="605" minY="155" maxY="155" /> <infoparam name="value " value="Double_DMA_transfer" /> </SUBCOMPONENT> <SUBCOMPONENT type="6005" id="8" > <father id="13" num="2" /> -<cdparam x="605" y="170" /> -<sizeparam width="10" height="10" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="605" y="140" /> +<sizeparam width="10" height="10" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="605" maxX="605" minY="170" maxY="170" /> -<infoparam name="value " value="CP_Memory_Copy" /> +<cdrectangleparam minX="605" maxX="605" minY="140" maxY="140" /> +<infoparam name="value " value="DMA_transfer" /> </SUBCOMPONENT> <COMPONENT type="6002" id="23" > @@ -67,27 +67,27 @@ </COMPONENT> <SUBCOMPONENT type="6005" id="14" > <father id="23" num="0" /> -<cdparam x="605" y="340" /> -<sizeparam width="10" height="10" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="605" y="370" /> +<sizeparam width="10" height="10" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="605" maxX="605" minY="340" maxY="340" /> -<infoparam name="value " value="Mapping_0" /> +<cdrectangleparam minX="605" maxX="605" minY="370" maxY="370" /> +<infoparam name="value " value="Mapping_2" /> </SUBCOMPONENT> <SUBCOMPONENT type="6005" id="15" > <father id="23" num="1" /> <cdparam x="605" y="355" /> -<sizeparam width="10" height="10" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="10" height="10" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="605" maxX="605" minY="355" maxY="355" /> <infoparam name="value " value="Mapping_1" /> </SUBCOMPONENT> <SUBCOMPONENT type="6005" id="16" > <father id="23" num="2" /> -<cdparam x="605" y="370" /> -<sizeparam width="10" height="10" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="605" y="340" /> +<sizeparam width="10" height="10" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="605" maxX="605" minY="370" maxY="370" /> -<infoparam name="value " value="Mapping_2" /> +<cdrectangleparam minX="605" maxX="605" minY="340" maxY="340" /> +<infoparam name="value " value="Mapping_0" /> </SUBCOMPONENT> <COMPONENT type="6001" id="29" > @@ -104,7 +104,7 @@ <SUBCOMPONENT type="6005" id="24" > <father id="29" num="0" /> <cdparam x="855" y="140" /> -<sizeparam width="10" height="10" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="10" height="10" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="855" maxX="855" minY="140" maxY="140" /> <infoparam name="value " value="Embb" /> @@ -124,7 +124,7 @@ <SUBCOMPONENT type="6005" id="30" > <father id="35" num="0" /> <cdparam x="355" y="140" /> -<sizeparam width="10" height="10" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="10" height="10" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="355" maxX="355" minY="140" maxY="140" /> <infoparam name="value " value="Zigbee_TX" /> @@ -165,21 +165,21 @@ -<Modeling type="TML Component Design" nameTab="Zigbee_TX" > +<Modeling type="TML Component Design" nameTab="Zigbee_TX" tabs="TML Component Task Diagram$F_Source$X_Source$F_Symbol2ChipSeq$X_Symbol2ChipSeq$F_Chip_to_Octet$X_Chip_to_Octet$F_CWL$X_CWL$F_Sink$X_Sink$F_CWP_Q$X_CWP_Q$F_CWP_I$X_CWP_I" > <TMLComponentTaskDiagramPanel name="TML Component Task Diagram" minX="0" maxX="1488" minY="0" maxY="568" channels="true" events="true" requests="true" zoom="1.0000000000000007" > <CONNECTOR type="126" id="44" > <cdparam x="100" y="100" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1152" y="509" id="323" /> -<P2 x="1312" y="396" id="282" /> +<P1 x="1165" y="522" id="334" /> +<P2 x="1299" y="409" id="299" /> <Point x="1232" y="522" /> <Point x="1232" y="409" /> <AutomaticDrawing data="true" /> </CONNECTOR><SUBCOMPONENT type="-1" id="42" > <father id="44" num="0" /> <cdparam x="1232" y="522" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="2900" minY="10" maxY="1400" /> <infoparam name="point " value="null" /> @@ -187,7 +187,7 @@ <SUBCOMPONENT type="-1" id="43" > <father id="44" num="1" /> <cdparam x="1232" y="409" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="7715" minY="0" maxY="2833" /> <infoparam name="point " value="null" /> @@ -197,15 +197,15 @@ <cdparam x="180" y="17" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1161" y="248" id="362" /> -<P2 x="1312" y="340" id="286" /> +<P1 x="1174" y="261" id="411" /> +<P2 x="1299" y="353" id="295" /> <Point x="1226" y="261" /> <Point x="1226" y="353" /> <AutomaticDrawing data="true" /> </CONNECTOR><SUBCOMPONENT type="-1" id="45" > <father id="47" num="0" /> <cdparam x="1226" y="261" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="2900" minY="10" maxY="1400" /> <infoparam name="point " value="null" /> @@ -213,7 +213,7 @@ <SUBCOMPONENT type="-1" id="46" > <father id="47" num="1" /> <cdparam x="1226" y="353" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="2900" minY="10" maxY="1400" /> <infoparam name="point " value="null" /> @@ -223,15 +223,15 @@ <cdparam x="1492" y="534" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="846" y="389" id="241" /> -<P2 x="1014" y="486" id="321" /> +<P1 x="859" y="402" id="262" /> +<P2 x="1001" y="499" id="336" /> <Point x="897" y="402" /> <Point x="897" y="499" /> <AutomaticDrawing data="true" /> </CONNECTOR><SUBCOMPONENT type="-1" id="48" > <father id="50" num="0" /> <cdparam x="897" y="402" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="951" minY="0" maxY="929" /> <infoparam name="point " value="null" /> @@ -239,7 +239,7 @@ <SUBCOMPONENT type="-1" id="49" > <father id="50" num="1" /> <cdparam x="897" y="499" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="951" minY="0" maxY="929" /> <infoparam name="point " value="null" /> @@ -249,15 +249,15 @@ <cdparam x="1492" y="484" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="846" y="357" id="245" /> -<P2 x="972" y="248" id="388" /> +<P1 x="859" y="370" id="258" /> +<P2 x="959" y="261" id="377" /> <Point x="901" y="370" /> <Point x="901" y="261" /> <AutomaticDrawing data="true" /> </CONNECTOR><SUBCOMPONENT type="-1" id="51" > <father id="53" num="0" /> <cdparam x="901" y="370" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="951" minY="0" maxY="929" /> <infoparam name="point " value="null" /> @@ -265,7 +265,7 @@ <SUBCOMPONENT type="-1" id="52" > <father id="53" num="1" /> <cdparam x="901" y="261" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="951" minY="0" maxY="929" /> <infoparam name="point " value="null" /> @@ -275,14 +275,14 @@ <cdparam x="179" y="42" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1156" y="379" id="338" /> +<P1 x="1169" y="392" id="319" /> <P2 x="1259" y="256" id="101" /> <Point x="1259" y="392" /> <AutomaticDrawing data="true" /> </CONNECTOR><SUBCOMPONENT type="-1" id="54" > <father id="55" num="0" /> <cdparam x="1259" y="392" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="2900" minY="10" maxY="1400" /> <infoparam name="point " value="null" /> @@ -292,48 +292,48 @@ <cdparam x="947" y="492" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="635" y="367" id="206" /> -<P2 x="712" y="367" id="247" /> +<P1 x="648" y="380" id="217" /> +<P2 x="699" y="380" id="256" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="57" > <cdparam x="947" y="344" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="640" y="241" id="221" /> -<P2 x="715" y="241" id="262" /> +<P1 x="653" y="254" id="202" /> +<P2 x="702" y="254" id="241" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="58" > <cdparam x="663" y="568" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="414" y="366" id="167" /> -<P2 x="481" y="366" id="204" /> +<P1 x="427" y="379" id="178" /> +<P2 x="468" y="379" id="219" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="59" > <cdparam x="662" y="426" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="413" y="250" id="182" /> -<P2 x="484" y="250" id="219" /> +<P1 x="426" y="263" id="163" /> +<P2 x="471" y="263" id="204" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="60" > <cdparam x="264" y="567" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="200" y="361" id="130" /> -<P2 x="260" y="361" id="165" /> +<P1 x="213" y="374" id="141" /> +<P2 x="247" y="374" id="180" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="61" > <cdparam x="267" y="416" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="162" y="238" id="143" /> -<P2 x="257" y="238" id="180" /> +<P1 x="175" y="251" id="128" /> +<P2 x="244" y="251" id="165" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="62" > @@ -341,21 +341,21 @@ <sizeparam width="10" height="10" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> <P1 x="1276" y="248" id="96" /> -<P2 x="1312" y="236" id="299" /> +<P2 x="1299" y="249" id="282" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="64" > <cdparam x="179" y="10" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1157" y="110" id="377" /> +<P1 x="1170" y="123" id="396" /> <P2 x="1259" y="239" id="99" /> <Point x="1259" y="123" /> <AutomaticDrawing data="true" /> </CONNECTOR><SUBCOMPONENT type="-1" id="63" > <father id="64" num="0" /> <cdparam x="1259" y="123" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="2900" minY="10" maxY="1400" /> <infoparam name="point " value="null" /> @@ -366,13 +366,13 @@ <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> <P1 x="919" y="245" id="117" /> -<P2 x="1012" y="374" id="336" /> +<P2 x="999" y="387" id="321" /> <Point x="919" y="387" /> <AutomaticDrawing data="true" /> </CONNECTOR><SUBCOMPONENT type="-1" id="65" > <father id="66" num="0" /> <cdparam x="919" y="387" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="3951" minY="0" maxY="1429" /> <infoparam name="point " value="null" /> @@ -382,8 +382,8 @@ <cdparam x="1578" y="147" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="972" y="274" id="393" /> -<P2 x="1018" y="248" id="360" /> +<P1 x="985" y="261" id="382" /> +<P2 x="1005" y="261" id="413" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="69" > @@ -391,13 +391,13 @@ <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> <P1 x="919" y="228" id="115" /> -<P2 x="972" y="109" id="407" /> +<P2 x="959" y="122" id="358" /> <Point x="919" y="122" /> <AutomaticDrawing data="true" /> </CONNECTOR><SUBCOMPONENT type="-1" id="68" > <father id="69" num="0" /> <cdparam x="919" y="122" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="3161" minY="0" maxY="1161" /> <infoparam name="point " value="null" /> @@ -407,15 +407,15 @@ <cdparam x="1578" y="4" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="972" y="135" id="412" /> -<P2 x="1013" y="109" id="375" /> +<P1 x="985" y="122" id="363" /> +<P2 x="1000" y="122" id="398" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="71" > <cdparam x="1486" y="336" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="849" y="224" id="260" /> +<P1 x="862" y="237" id="243" /> <P2 x="903" y="237" id="112" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -423,63 +423,63 @@ <cdparam x="66" y="66" /> <sizeparam width="10" height="10" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1433" y="317" id="284" /> -<P2 x="1339" y="277" id="297" /> +<P1 x="1433" y="317" id="297" /> +<P2 x="1339" y="303" id="284" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="73" > <cdparam x="176" y="96" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1129" y="180" id="358" /> -<P2 x="1050" y="144" id="373" /> +<P1 x="1129" y="180" id="415" /> +<P2 x="1050" y="170" id="400" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="74" > <cdparam x="176" y="506" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1134" y="457" id="319" /> -<P2 x="1041" y="423" id="334" /> +<P1 x="1134" y="457" id="338" /> +<P2 x="1041" y="449" id="323" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="75" > <cdparam x="947" y="395" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="827" y="315" id="243" /> -<P2 x="751" y="279" id="258" /> +<P1 x="827" y="315" id="260" /> +<P2 x="751" y="305" id="245" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="76" > <cdparam x="946" y="499" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="613" y="321" id="202" /> -<P2 x="525" y="280" id="217" /> +<P1 x="613" y="321" id="221" /> +<P2 x="525" y="306" id="206" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="77" > <cdparam x="632" y="498" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="386" y="312" id="163" /> -<P2 x="290" y="270" id="178" /> +<P1 x="386" y="312" id="182" /> +<P2 x="290" y="296" id="167" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="78" > <cdparam x="217" y="495" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="126" y="313" id="128" /> -<P2 x="61" y="269" id="141" /> +<P1 x="126" y="313" id="143" /> +<P2 x="61" y="295" id="130" /> <AutomaticDrawing data="true" /> </CONNECTOR> <COMPONENT type="301" id="95" > <cdparam x="18" y="45" /> -<sizeparam width="237" height="51" minWidth="60" minHeight="23" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="224" height="51" minWidth="60" minHeight="23" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="1489" minY="0" maxY="569" /> +<cdrectangleparam minX="0" maxX="1487" minY="0" maxY="567" /> <infoparam name="UML Note" value="In this model THE PARAMETER SIZE IS NOT MODIFIED according to the operations performed by the @@ -513,8 +513,8 @@ processing tasks <cdparam x="1254" y="237" /> <sizeparam width="22" height="22" minWidth="10" minHeight="10" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="1489" minY="0" maxY="569" /> -<infoparam name="Composite port" value="J" /> +<cdrectangleparam minX="0" maxX="1487" minY="0" maxY="567" /> +<infoparam name="Composite port" value="1" /> <TGConnectingPoint num="0" id="96" /> <TGConnectingPoint num="1" id="97" /> <TGConnectingPoint num="2" id="98" /> @@ -536,8 +536,8 @@ processing tasks <cdparam x="903" y="226" /> <sizeparam width="22" height="22" minWidth="10" minHeight="10" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="1489" minY="0" maxY="569" /> -<infoparam name="Composite port" value="F" /> +<cdrectangleparam minX="0" maxX="1487" minY="0" maxY="567" /> +<infoparam name="Composite port" value="1" /> <TGConnectingPoint num="0" id="112" /> <TGConnectingPoint num="1" id="113" /> <TGConnectingPoint num="2" id="114" /> @@ -557,9 +557,9 @@ processing tasks <COMPONENT type="1200" id="162" > <cdparam x="8" y="157" /> -<sizeparam width="213" height="261" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="213" height="261" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="1489" minY="0" maxY="569" /> +<cdrectangleparam minX="0" maxX="1487" minY="0" maxY="567" /> <infoparam name="Composite component" value="Source" /> <TGConnectingPoint num="0" id="154" /> <TGConnectingPoint num="1" id="155" /> @@ -575,11 +575,11 @@ processing tasks </COMPONENT> <SUBCOMPONENT type="1202" id="140" > <father id="162" num="0" /> -<cdparam x="20" y="326" /> -<sizeparam width="180" height="74" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="26" y="201" /> +<sizeparam width="136" height="81" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="33" minY="0" maxY="187" /> -<infoparam name="Primitive component" value="F_Source" /> +<cdrectangleparam minX="0" maxX="77" minY="0" maxY="180" /> +<infoparam name="Primitive component" value="X_Source" /> <TGConnectingPoint num="0" id="132" /> <TGConnectingPoint num="1" id="133" /> <TGConnectingPoint num="2" id="134" /> @@ -589,20 +589,21 @@ processing tasks <TGConnectingPoint num="6" id="138" /> <TGConnectingPoint num="7" id="139" /> <extraparam> -<Attribute access="2" id="size" value="127" type="0" typeOther="" /> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> +<Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="129" > <father id="140" num="0" /> -<cdparam x="113" y="313" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="149" y="238" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="167" minY="-13" maxY="61" /> -<infoparam name="Primitive port" value="Request source_req" /> +<cdrectangleparam minX="-13" maxX="123" minY="-13" maxY="68" /> +<infoparam name="Primitive port" value="Channel Source_ch_out" /> <TGConnectingPoint num="0" id="128" /> <extraparam> -<Prop commName="source_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="Source_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="true" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="Source_evt_out" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -611,14 +612,14 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="131" > <father id="140" num="1" /> -<cdparam x="187" y="361" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="48" y="269" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="167" minY="-13" maxY="61" /> -<infoparam name="Primitive port" value="Event Source_evt_out" /> +<cdrectangleparam minX="-13" maxX="123" minY="-13" maxY="68" /> +<infoparam name="Primitive port" value="Request source_req" /> <TGConnectingPoint num="0" id="130" /> <extraparam> -<Prop commName="Source_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="source_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -628,11 +629,11 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="153" > <father id="162" num="1" /> -<cdparam x="26" y="201" /> -<sizeparam width="136" height="81" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="20" y="326" /> +<sizeparam width="180" height="74" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="77" minY="0" maxY="180" /> -<infoparam name="Primitive component" value="X_Source" /> +<cdrectangleparam minX="0" maxX="33" minY="0" maxY="187" /> +<infoparam name="Primitive component" value="F_Source" /> <TGConnectingPoint num="0" id="145" /> <TGConnectingPoint num="1" id="146" /> <TGConnectingPoint num="2" id="147" /> @@ -642,19 +643,20 @@ processing tasks <TGConnectingPoint num="6" id="151" /> <TGConnectingPoint num="7" id="152" /> <extraparam> -<Attribute access="2" id="size" value="" type="0" typeOther="" /> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> +<Attribute access="2" id="size" value="127" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="142" > <father id="153" num="0" /> -<cdparam x="48" y="269" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="187" y="361" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="123" minY="-13" maxY="68" /> -<infoparam name="Primitive port" value="Request source_req" /> +<cdrectangleparam minX="-13" maxX="167" minY="-13" maxY="61" /> +<infoparam name="Primitive port" value="Event Source_evt_out" /> <TGConnectingPoint num="0" id="141" /> <extraparam> -<Prop commName="source_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="Source_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -664,15 +666,15 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="144" > <father id="153" num="1" /> -<cdparam x="149" y="238" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="113" y="313" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="123" minY="-13" maxY="68" /> -<infoparam name="Primitive port" value="Channel Source_ch_out" /> +<cdrectangleparam minX="-13" maxX="167" minY="-13" maxY="61" /> +<infoparam name="Primitive port" value="Request source_req" /> <TGConnectingPoint num="0" id="143" /> <extraparam> -<Prop commName="Source_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="true" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="Source_evt_out" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="source_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -682,9 +684,9 @@ processing tasks <COMPONENT type="1200" id="201" > <cdparam x="228" y="158" /> -<sizeparam width="222" height="260" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="222" height="260" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="1489" minY="0" maxY="569" /> +<cdrectangleparam minX="0" maxX="1487" minY="0" maxY="567" /> <infoparam name="Composite component" value="Symbol2ChipSeq" /> <TGConnectingPoint num="0" id="193" /> <TGConnectingPoint num="1" id="194" /> @@ -700,11 +702,11 @@ processing tasks </COMPONENT> <SUBCOMPONENT type="1202" id="177" > <father id="201" num="0" /> -<cdparam x="260" y="325" /> -<sizeparam width="154" height="81" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="257" y="201" /> +<sizeparam width="156" height="82" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="68" minY="0" maxY="179" /> -<infoparam name="Primitive component" value="F_Symbol2ChipSeq" /> +<cdrectangleparam minX="0" maxX="66" minY="0" maxY="178" /> +<infoparam name="Primitive component" value="X_Symbol2ChipSeq" /> <TGConnectingPoint num="0" id="169" /> <TGConnectingPoint num="1" id="170" /> <TGConnectingPoint num="2" id="171" /> @@ -714,20 +716,21 @@ processing tasks <TGConnectingPoint num="6" id="175" /> <TGConnectingPoint num="7" id="176" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="164" > <father id="177" num="0" /> -<cdparam x="373" y="312" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="400" y="250" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="68" /> -<infoparam name="Primitive port" value="Request bit2chip_req" /> +<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="69" /> +<infoparam name="Primitive port" value="Channel symbol2ChipSeq_ch_out" /> <TGConnectingPoint num="0" id="163" /> <extraparam> -<Prop commName="bit2chip_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="symbol2ChipSeq_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="bit2chip_evt_out" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -736,15 +739,15 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="166" > <father id="177" num="1" /> -<cdparam x="247" y="361" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="244" y="238" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="68" /> -<infoparam name="Primitive port" value="Event bit2symbol_evt_in" /> +<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="69" /> +<infoparam name="Primitive port" value="Channel symbol2ChipSeq_ch_in" /> <TGConnectingPoint num="0" id="165" /> <extraparam> -<Prop commName="bit2symbol_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="symbol2ChipSeq_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="bit2chip_evt_in" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -753,14 +756,14 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="168" > <father id="177" num="2" /> -<cdparam x="401" y="366" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="277" y="270" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="68" /> -<infoparam name="Primitive port" value="Event bit2symbol_evt_out" /> +<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="69" /> +<infoparam name="Primitive port" value="Request bit2chip_req" /> <TGConnectingPoint num="0" id="167" /> <extraparam> -<Prop commName="bit2symbol_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="bit2chip_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -770,11 +773,11 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="192" > <father id="201" num="1" /> -<cdparam x="257" y="201" /> -<sizeparam width="156" height="82" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="260" y="325" /> +<sizeparam width="154" height="81" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="66" minY="0" maxY="178" /> -<infoparam name="Primitive component" value="X_Symbol2ChipSeq" /> +<cdrectangleparam minX="0" maxX="68" minY="0" maxY="179" /> +<infoparam name="Primitive component" value="F_Symbol2ChipSeq" /> <TGConnectingPoint num="0" id="184" /> <TGConnectingPoint num="1" id="185" /> <TGConnectingPoint num="2" id="186" /> @@ -784,19 +787,20 @@ processing tasks <TGConnectingPoint num="6" id="190" /> <TGConnectingPoint num="7" id="191" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="179" > <father id="192" num="0" /> -<cdparam x="277" y="270" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="401" y="366" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="69" /> -<infoparam name="Primitive port" value="Request bit2chip_req" /> +<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="68" /> +<infoparam name="Primitive port" value="Event bit2symbol_evt_out" /> <TGConnectingPoint num="0" id="178" /> <extraparam> -<Prop commName="bit2chip_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="bit2symbol_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -806,15 +810,15 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="181" > <father id="192" num="1" /> -<cdparam x="244" y="238" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="247" y="361" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="69" /> -<infoparam name="Primitive port" value="Channel symbol2ChipSeq_ch_in" /> +<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="68" /> +<infoparam name="Primitive port" value="Event bit2symbol_evt_in" /> <TGConnectingPoint num="0" id="180" /> <extraparam> -<Prop commName="symbol2ChipSeq_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="bit2chip_evt_in" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="bit2symbol_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -823,15 +827,15 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="183" > <father id="192" num="2" /> -<cdparam x="400" y="250" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="373" y="312" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="69" /> -<infoparam name="Primitive port" value="Channel symbol2ChipSeq_ch_out" /> +<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="68" /> +<infoparam name="Primitive port" value="Request bit2chip_req" /> <TGConnectingPoint num="0" id="182" /> <extraparam> -<Prop commName="symbol2ChipSeq_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="bit2chip_evt_out" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="bit2chip_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -841,9 +845,9 @@ processing tasks <COMPONENT type="1200" id="240" > <cdparam x="460" y="160" /> -<sizeparam width="214" height="260" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="214" height="260" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="1489" minY="0" maxY="569" /> +<cdrectangleparam minX="0" maxX="1487" minY="0" maxY="567" /> <infoparam name="Composite component" value="Chip_to_Octet" /> <TGConnectingPoint num="0" id="232" /> <TGConnectingPoint num="1" id="233" /> @@ -859,11 +863,11 @@ processing tasks </COMPONENT> <SUBCOMPONENT type="1202" id="216" > <father id="240" num="0" /> -<cdparam x="481" y="334" /> -<sizeparam width="154" height="74" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="484" y="208" /> +<sizeparam width="156" height="85" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="60" minY="0" maxY="186" /> -<infoparam name="Primitive component" value="F_Chip_to_Octet" /> +<cdrectangleparam minX="0" maxX="58" minY="0" maxY="175" /> +<infoparam name="Primitive component" value="X_Chip_to_Octet" /> <TGConnectingPoint num="0" id="208" /> <TGConnectingPoint num="1" id="209" /> <TGConnectingPoint num="2" id="210" /> @@ -873,20 +877,21 @@ processing tasks <TGConnectingPoint num="6" id="214" /> <TGConnectingPoint num="7" id="215" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="203" > <father id="216" num="0" /> -<cdparam x="600" y="321" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="627" y="241" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="61" /> -<infoparam name="Primitive port" value="Request chip2octet_req" /> +<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="72" /> +<infoparam name="Primitive port" value="Channel chip2octet_ch_out" /> <TGConnectingPoint num="0" id="202" /> <extraparam> -<Prop commName="chip2octet_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chip2octet_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="chip2octet_evt_out" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -895,15 +900,15 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="205" > <father id="216" num="1" /> -<cdparam x="468" y="366" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="471" y="250" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="61" /> -<infoparam name="Primitive port" value="Event chip2octet_evt_in" /> +<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="72" /> +<infoparam name="Primitive port" value="Channel chip2octet_ch_in" /> <TGConnectingPoint num="0" id="204" /> <extraparam> -<Prop commName="chip2octet_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chip2octet_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="chip2octet_evt_in" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -912,14 +917,14 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="207" > <father id="216" num="2" /> -<cdparam x="622" y="367" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="512" y="280" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="61" /> -<infoparam name="Primitive port" value="Event chip2octet_evt_out" /> +<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="72" /> +<infoparam name="Primitive port" value="Request chip2octet_req" /> <TGConnectingPoint num="0" id="206" /> <extraparam> -<Prop commName="chip2octet_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="chip2octet_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -929,11 +934,11 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="231" > <father id="240" num="1" /> -<cdparam x="484" y="208" /> -<sizeparam width="156" height="85" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="481" y="334" /> +<sizeparam width="154" height="74" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="58" minY="0" maxY="175" /> -<infoparam name="Primitive component" value="X_Chip_to_Octet" /> +<cdrectangleparam minX="0" maxX="60" minY="0" maxY="186" /> +<infoparam name="Primitive component" value="F_Chip_to_Octet" /> <TGConnectingPoint num="0" id="223" /> <TGConnectingPoint num="1" id="224" /> <TGConnectingPoint num="2" id="225" /> @@ -943,19 +948,20 @@ processing tasks <TGConnectingPoint num="6" id="229" /> <TGConnectingPoint num="7" id="230" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="218" > <father id="231" num="0" /> -<cdparam x="512" y="280" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="622" y="367" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="72" /> -<infoparam name="Primitive port" value="Request chip2octet_req" /> +<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="61" /> +<infoparam name="Primitive port" value="Event chip2octet_evt_out" /> <TGConnectingPoint num="0" id="217" /> <extraparam> -<Prop commName="chip2octet_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="chip2octet_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -965,15 +971,15 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="220" > <father id="231" num="1" /> -<cdparam x="471" y="250" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="468" y="366" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="72" /> -<infoparam name="Primitive port" value="Channel chip2octet_ch_in" /> +<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="61" /> +<infoparam name="Primitive port" value="Event chip2octet_evt_in" /> <TGConnectingPoint num="0" id="219" /> <extraparam> -<Prop commName="chip2octet_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="chip2octet_evt_in" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="chip2octet_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -982,15 +988,15 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="222" > <father id="231" num="2" /> -<cdparam x="627" y="241" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="600" y="321" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="143" minY="-13" maxY="72" /> -<infoparam name="Primitive port" value="Channel chip2octet_ch_out" /> +<cdrectangleparam minX="-13" maxX="141" minY="-13" maxY="61" /> +<infoparam name="Primitive port" value="Request chip2octet_req" /> <TGConnectingPoint num="0" id="221" /> <extraparam> -<Prop commName="chip2octet_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="chip2octet_evt_out" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="chip2octet_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1000,9 +1006,9 @@ processing tasks <COMPONENT type="1200" id="281" > <cdparam x="688" y="150" /> -<sizeparam width="190" height="280" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="190" height="280" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="1489" minY="0" maxY="569" /> +<cdrectangleparam minX="0" maxX="1487" minY="0" maxY="567" /> <infoparam name="Composite component" value="CWL" /> <TGConnectingPoint num="0" id="273" /> <TGConnectingPoint num="1" id="274" /> @@ -1016,36 +1022,37 @@ processing tasks <info hiddeni="false" /> </extraparam> </COMPONENT> -<SUBCOMPONENT type="1202" id="257" > +<SUBCOMPONENT type="1202" id="255" > <father id="281" num="0" /> -<cdparam x="712" y="328" /> -<sizeparam width="134" height="92" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="715" y="196" /> +<sizeparam width="134" height="96" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="56" minY="0" maxY="188" /> -<infoparam name="Primitive component" value="F_CWL" /> -<TGConnectingPoint num="0" id="249" /> -<TGConnectingPoint num="1" id="250" /> -<TGConnectingPoint num="2" id="251" /> -<TGConnectingPoint num="3" id="252" /> -<TGConnectingPoint num="4" id="253" /> -<TGConnectingPoint num="5" id="254" /> -<TGConnectingPoint num="6" id="255" /> -<TGConnectingPoint num="7" id="256" /> -<extraparam> +<cdrectangleparam minX="0" maxX="56" minY="0" maxY="184" /> +<infoparam name="Primitive component" value="X_CWL" /> +<TGConnectingPoint num="0" id="247" /> +<TGConnectingPoint num="1" id="248" /> +<TGConnectingPoint num="2" id="249" /> +<TGConnectingPoint num="3" id="250" /> +<TGConnectingPoint num="4" id="251" /> +<TGConnectingPoint num="5" id="252" /> +<TGConnectingPoint num="6" id="253" /> +<TGConnectingPoint num="7" id="254" /> +<extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="242" > -<father id="257" num="0" /> -<cdparam x="833" y="389" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<father id="255" num="0" /> +<cdparam x="702" y="241" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="79" /> -<infoparam name="Primitive port" value="Event cwl_evt_out_1" /> +<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="83" /> +<infoparam name="Primitive port" value="Channel cwl_ch_in" /> <TGConnectingPoint num="0" id="241" /> <extraparam> -<Prop commName="cwl_evt_out_1" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="cwl_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="cwl_evt_in" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1053,16 +1060,16 @@ processing tasks </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="244" > -<father id="257" num="1" /> -<cdparam x="814" y="315" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<father id="255" num="1" /> +<cdparam x="836" y="224" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="79" /> -<infoparam name="Primitive port" value="Request cwl_req" /> +<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="83" /> +<infoparam name="Primitive port" value="Channel cwl_ch_out" /> <TGConnectingPoint num="0" id="243" /> <extraparam> -<Prop commName="cwl_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="cwl_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="cwl_evt_out" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1070,32 +1077,15 @@ processing tasks </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="246" > -<father id="257" num="2" /> -<cdparam x="833" y="357" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<father id="255" num="2" /> +<cdparam x="738" y="279" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="79" /> -<infoparam name="Primitive port" value="Event cwl_evt_out" /> +<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="83" /> +<infoparam name="Primitive port" value="Request cwl_req" /> <TGConnectingPoint num="0" id="245" /> <extraparam> -<Prop commName="cwl_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> -<Type type="0" typeOther="" /> -<Type type="0" typeOther="" /> -<Type type="0" typeOther="" /> -<Type type="0" typeOther="" /> -</extraparam> -</SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="248" > -<father id="257" num="3" /> -<cdparam x="699" y="367" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="79" /> -<infoparam name="Primitive port" value="Event cwl_evt_in" /> -<TGConnectingPoint num="0" id="247" /> -<extraparam> -<Prop commName="cwl_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="cwl_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1105,11 +1095,11 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="272" > <father id="281" num="1" /> -<cdparam x="715" y="196" /> -<sizeparam width="134" height="96" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="712" y="328" /> +<sizeparam width="134" height="92" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="56" minY="0" maxY="184" /> -<infoparam name="Primitive component" value="X_CWL" /> +<cdrectangleparam minX="0" maxX="56" minY="0" maxY="188" /> +<infoparam name="Primitive component" value="F_CWL" /> <TGConnectingPoint num="0" id="264" /> <TGConnectingPoint num="1" id="265" /> <TGConnectingPoint num="2" id="266" /> @@ -1119,19 +1109,20 @@ processing tasks <TGConnectingPoint num="6" id="270" /> <TGConnectingPoint num="7" id="271" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="259" > +<SUBCOMPONENT type="1203" id="257" > <father id="272" num="0" /> -<cdparam x="738" y="279" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="699" y="367" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="83" /> -<infoparam name="Primitive port" value="Request cwl_req" /> -<TGConnectingPoint num="0" id="258" /> +<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="79" /> +<infoparam name="Primitive port" value="Event cwl_evt_in" /> +<TGConnectingPoint num="0" id="256" /> <extraparam> -<Prop commName="cwl_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="cwl_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1139,34 +1130,51 @@ processing tasks <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="261" > +<SUBCOMPONENT type="1203" id="259" > <father id="272" num="1" /> -<cdparam x="836" y="224" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="833" y="357" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="83" /> -<infoparam name="Primitive port" value="Channel cwl_ch_out" /> -<TGConnectingPoint num="0" id="260" /> +<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="79" /> +<infoparam name="Primitive port" value="Event cwl_evt_out" /> +<TGConnectingPoint num="0" id="258" /> <extraparam> -<Prop commName="cwl_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="cwl_evt_out" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="cwl_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> +</extraparam> +</SUBCOMPONENT> +<SUBCOMPONENT type="1203" id="261" > +<father id="272" num="2" /> +<cdparam x="814" y="315" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="79" /> +<infoparam name="Primitive port" value="Request cwl_req" /> +<TGConnectingPoint num="0" id="260" /> +<extraparam> +<Prop commName="cwl_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> +<Type type="0" typeOther="" /> +<Type type="0" typeOther="" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="263" > -<father id="272" num="2" /> -<cdparam x="702" y="241" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<father id="272" num="3" /> +<cdparam x="833" y="389" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="83" /> -<infoparam name="Primitive port" value="Channel cwl_ch_in" /> +<cdrectangleparam minX="-13" maxX="121" minY="-13" maxY="79" /> +<infoparam name="Primitive port" value="Event cwl_evt_out_1" /> <TGConnectingPoint num="0" id="262" /> <extraparam> -<Prop commName="cwl_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="cwl_evt_in" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="cwl_evt_out_1" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1176,9 +1184,9 @@ processing tasks <COMPONENT type="1200" id="318" > <cdparam x="1280" y="154" /> -<sizeparam width="208" height="282" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="208" height="282" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="1489" minY="0" maxY="569" /> +<cdrectangleparam minX="0" maxX="1487" minY="0" maxY="567" /> <infoparam name="Composite component" value="Sink" /> <TGConnectingPoint num="0" id="310" /> <TGConnectingPoint num="1" id="311" /> @@ -1192,37 +1200,37 @@ processing tasks <info hiddeni="false" /> </extraparam> </COMPONENT> -<SUBCOMPONENT type="1202" id="296" > +<SUBCOMPONENT type="1202" id="294" > <father id="318" num="0" /> -<cdparam x="1312" y="330" /> -<sizeparam width="153" height="94" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1312" y="204" /> +<sizeparam width="148" height="86" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="55" minY="0" maxY="188" /> -<infoparam name="Primitive component" value="F_Sink" /> -<TGConnectingPoint num="0" id="288" /> -<TGConnectingPoint num="1" id="289" /> -<TGConnectingPoint num="2" id="290" /> -<TGConnectingPoint num="3" id="291" /> -<TGConnectingPoint num="4" id="292" /> -<TGConnectingPoint num="5" id="293" /> -<TGConnectingPoint num="6" id="294" /> -<TGConnectingPoint num="7" id="295" /> -<extraparam> +<cdrectangleparam minX="0" maxX="60" minY="0" maxY="196" /> +<infoparam name="Primitive component" value="X_Sink" /> +<TGConnectingPoint num="0" id="286" /> +<TGConnectingPoint num="1" id="287" /> +<TGConnectingPoint num="2" id="288" /> +<TGConnectingPoint num="3" id="289" /> +<TGConnectingPoint num="4" id="290" /> +<TGConnectingPoint num="5" id="291" /> +<TGConnectingPoint num="6" id="292" /> +<TGConnectingPoint num="7" id="293" /> +<extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> -<Attribute access="2" id="size_1" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="283" > -<father id="296" num="0" /> -<cdparam x="1299" y="396" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<father id="294" num="0" /> +<cdparam x="1299" y="236" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="140" minY="-13" maxY="81" /> -<infoparam name="Primitive port" value="Event sink_evt_in_1" /> +<cdrectangleparam minX="-13" maxX="135" minY="-13" maxY="73" /> +<infoparam name="Primitive port" value="Channel sink_ch_in" /> <TGConnectingPoint num="0" id="282" /> <extraparam> -<Prop commName="sink_evt_in_1" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="sink_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="true" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="sink_evt_in" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1230,32 +1238,15 @@ processing tasks </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="285" > -<father id="296" num="1" /> -<cdparam x="1420" y="317" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<father id="294" num="1" /> +<cdparam x="1326" y="277" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="140" minY="-13" maxY="81" /> +<cdrectangleparam minX="-13" maxX="135" minY="-13" maxY="73" /> <infoparam name="Primitive port" value="Request sink_req" /> <TGConnectingPoint num="0" id="284" /> <extraparam> -<Prop commName="sink_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> -<Type type="0" typeOther="" /> -<Type type="0" typeOther="" /> -<Type type="0" typeOther="" /> -<Type type="0" typeOther="" /> -</extraparam> -</SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="287" > -<father id="296" num="2" /> -<cdparam x="1299" y="340" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="-13" maxX="140" minY="-13" maxY="81" /> -<infoparam name="Primitive port" value="Event sink_evt_in" /> -<TGConnectingPoint num="0" id="286" /> -<extraparam> -<Prop commName="sink_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="sink_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1265,11 +1256,11 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="309" > <father id="318" num="1" /> -<cdparam x="1312" y="204" /> -<sizeparam width="148" height="86" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1312" y="330" /> +<sizeparam width="153" height="94" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="60" minY="0" maxY="196" /> -<infoparam name="Primitive component" value="X_Sink" /> +<cdrectangleparam minX="0" maxX="55" minY="0" maxY="188" /> +<infoparam name="Primitive component" value="F_Sink" /> <TGConnectingPoint num="0" id="301" /> <TGConnectingPoint num="1" id="302" /> <TGConnectingPoint num="2" id="303" /> @@ -1279,19 +1270,38 @@ processing tasks <TGConnectingPoint num="6" id="307" /> <TGConnectingPoint num="7" id="308" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> +<Attribute access="2" id="size_1" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="298" > +<SUBCOMPONENT type="1203" id="296" > <father id="309" num="0" /> -<cdparam x="1326" y="277" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1299" y="340" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="135" minY="-13" maxY="73" /> +<cdrectangleparam minX="-13" maxX="140" minY="-13" maxY="81" /> +<infoparam name="Primitive port" value="Event sink_evt_in" /> +<TGConnectingPoint num="0" id="295" /> +<extraparam> +<Prop commName="sink_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> +<Type type="0" typeOther="" /> +<Type type="0" typeOther="" /> +<Type type="0" typeOther="" /> +<Type type="0" typeOther="" /> +</extraparam> +</SUBCOMPONENT> +<SUBCOMPONENT type="1203" id="298" > +<father id="309" num="1" /> +<cdparam x="1420" y="317" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="-13" maxX="140" minY="-13" maxY="81" /> <infoparam name="Primitive port" value="Request sink_req" /> <TGConnectingPoint num="0" id="297" /> <extraparam> -<Prop commName="sink_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="sink_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1300,16 +1310,16 @@ processing tasks </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="300" > -<father id="309" num="1" /> -<cdparam x="1299" y="236" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<father id="309" num="2" /> +<cdparam x="1299" y="396" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="135" minY="-13" maxY="73" /> -<infoparam name="Primitive port" value="Channel sink_ch_in" /> +<cdrectangleparam minX="-13" maxX="140" minY="-13" maxY="81" /> +<infoparam name="Primitive port" value="Event sink_evt_in_1" /> <TGConnectingPoint num="0" id="299" /> <extraparam> -<Prop commName="sink_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="true" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="sink_evt_in" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="sink_evt_in_1" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1319,9 +1329,9 @@ processing tasks <COMPONENT type="1200" id="357" > <cdparam x="981" y="308" /> -<sizeparam width="201" height="260" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="201" height="260" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="1489" minY="0" maxY="569" /> +<cdrectangleparam minX="0" maxX="1487" minY="0" maxY="567" /> <infoparam name="Composite component" value="CWP_Q" /> <TGConnectingPoint num="0" id="349" /> <TGConnectingPoint num="1" id="350" /> @@ -1337,11 +1347,11 @@ processing tasks </COMPONENT> <SUBCOMPONENT type="1202" id="333" > <father id="357" num="0" /> -<cdparam x="1014" y="470" /> -<sizeparam width="138" height="82" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1012" y="352" /> +<sizeparam width="144" height="84" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="63" minY="0" maxY="178" /> -<infoparam name="Primitive component" value="F_CWP_Q" /> +<cdrectangleparam minX="0" maxX="57" minY="0" maxY="176" /> +<infoparam name="Primitive component" value="X_CWP_Q" /> <TGConnectingPoint num="0" id="325" /> <TGConnectingPoint num="1" id="326" /> <TGConnectingPoint num="2" id="327" /> @@ -1351,20 +1361,21 @@ processing tasks <TGConnectingPoint num="6" id="331" /> <TGConnectingPoint num="7" id="332" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="320" > <father id="333" num="0" /> -<cdparam x="1121" y="457" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1143" y="379" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="125" minY="-13" maxY="69" /> -<infoparam name="Primitive port" value="Request cwpQ_req" /> +<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="71" /> +<infoparam name="Primitive port" value="Channel cwpQ_ch_out" /> <TGConnectingPoint num="0" id="319" /> <extraparam> -<Prop commName="cwpQ_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="cwpQ_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1373,15 +1384,15 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="322" > <father id="333" num="1" /> -<cdparam x="1001" y="486" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="999" y="374" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="125" minY="-13" maxY="69" /> -<infoparam name="Primitive port" value="Event cwpQ_evt_in" /> +<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="71" /> +<infoparam name="Primitive port" value="Channel cwpQ_ch_in" /> <TGConnectingPoint num="0" id="321" /> <extraparam> -<Prop commName="cwpQ_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="cwpQ_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1390,14 +1401,14 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="324" > <father id="333" num="2" /> -<cdparam x="1139" y="509" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1028" y="423" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="125" minY="-13" maxY="69" /> -<infoparam name="Primitive port" value="Event cwpQ_evt_out" /> +<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="71" /> +<infoparam name="Primitive port" value="Request cwpQ_req" /> <TGConnectingPoint num="0" id="323" /> <extraparam> -<Prop commName="cwpQ_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="cwpQ_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1407,11 +1418,11 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="348" > <father id="357" num="1" /> -<cdparam x="1012" y="352" /> -<sizeparam width="144" height="84" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1014" y="470" /> +<sizeparam width="138" height="82" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="57" minY="0" maxY="176" /> -<infoparam name="Primitive component" value="X_CWP_Q" /> +<cdrectangleparam minX="0" maxX="63" minY="0" maxY="178" /> +<infoparam name="Primitive component" value="F_CWP_Q" /> <TGConnectingPoint num="0" id="340" /> <TGConnectingPoint num="1" id="341" /> <TGConnectingPoint num="2" id="342" /> @@ -1421,19 +1432,20 @@ processing tasks <TGConnectingPoint num="6" id="346" /> <TGConnectingPoint num="7" id="347" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="335" > <father id="348" num="0" /> -<cdparam x="1028" y="423" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1139" y="509" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="71" /> -<infoparam name="Primitive port" value="Request cwpQ_req" /> +<cdrectangleparam minX="-13" maxX="125" minY="-13" maxY="69" /> +<infoparam name="Primitive port" value="Event cwpQ_evt_out" /> <TGConnectingPoint num="0" id="334" /> <extraparam> -<Prop commName="cwpQ_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="cwpQ_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1443,15 +1455,15 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="337" > <father id="348" num="1" /> -<cdparam x="999" y="374" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1001" y="486" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="71" /> -<infoparam name="Primitive port" value="Channel cwpQ_ch_in" /> +<cdrectangleparam minX="-13" maxX="125" minY="-13" maxY="69" /> +<infoparam name="Primitive port" value="Event cwpQ_evt_in" /> <TGConnectingPoint num="0" id="336" /> <extraparam> -<Prop commName="cwpQ_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="cwpQ_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1460,15 +1472,15 @@ processing tasks </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="339" > <father id="348" num="2" /> -<cdparam x="1143" y="379" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1121" y="457" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="71" /> -<infoparam name="Primitive port" value="Channel cwpQ_ch_out" /> +<cdrectangleparam minX="-13" maxX="125" minY="-13" maxY="69" /> +<infoparam name="Primitive port" value="Request cwpQ_req" /> <TGConnectingPoint num="0" id="338" /> <extraparam> -<Prop commName="cwpQ_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="cwpQ_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1478,9 +1490,9 @@ processing tasks <COMPONENT type="1200" id="434" > <cdparam x="972" y="16" /> -<sizeparam width="214" height="280" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="214" height="280" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="1489" minY="0" maxY="569" /> +<cdrectangleparam minX="0" maxX="1487" minY="0" maxY="567" /> <infoparam name="Composite component" value="CWP_I" /> <TGConnectingPoint num="0" id="426" /> <TGConnectingPoint num="1" id="427" /> @@ -1494,69 +1506,122 @@ processing tasks <info hiddeni="false" /> </extraparam> </COMPONENT> -<SUBCOMPONENT type="1202" id="372" > +<SUBCOMPONENT type="1201" id="376" > <father id="434" num="0" /> -<cdparam x="1018" y="193" /> -<sizeparam width="143" height="86" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="959" y="109" /> +<sizeparam width="26" height="26" minWidth="10" minHeight="10" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="71" minY="0" maxY="194" /> -<infoparam name="Primitive component" value="F_CWP_I" /> -<TGConnectingPoint num="0" id="364" /> -<TGConnectingPoint num="1" id="365" /> -<TGConnectingPoint num="2" id="366" /> -<TGConnectingPoint num="3" id="367" /> -<TGConnectingPoint num="4" id="368" /> -<TGConnectingPoint num="5" id="369" /> -<TGConnectingPoint num="6" id="370" /> -<TGConnectingPoint num="7" id="371" /> -<extraparam> +<cdrectangleparam minX="-13" maxX="201" minY="-13" maxY="267" /> +<infoparam name="Composite port" value="" /> +<TGConnectingPoint num="0" id="358" /> +<TGConnectingPoint num="1" id="359" /> +<TGConnectingPoint num="2" id="360" /> +<TGConnectingPoint num="3" id="361" /> +<TGConnectingPoint num="4" id="362" /> +<TGConnectingPoint num="5" id="363" /> +<TGConnectingPoint num="6" id="364" /> +<TGConnectingPoint num="7" id="365" /> +<TGConnectingPoint num="8" id="366" /> +<TGConnectingPoint num="9" id="367" /> +<TGConnectingPoint num="10" id="368" /> +<TGConnectingPoint num="11" id="369" /> +<TGConnectingPoint num="12" id="370" /> +<TGConnectingPoint num="13" id="371" /> +<TGConnectingPoint num="14" id="372" /> +<TGConnectingPoint num="15" id="373" /> +<TGConnectingPoint num="16" id="374" /> +<TGConnectingPoint num="17" id="375" /> +</SUBCOMPONENT> +<SUBCOMPONENT type="1201" id="395" > +<father id="434" num="1" /> +<cdparam x="959" y="248" /> +<sizeparam width="26" height="26" minWidth="10" minHeight="10" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="-13" maxX="201" minY="-13" maxY="267" /> +<infoparam name="Composite port" value="" /> +<TGConnectingPoint num="0" id="377" /> +<TGConnectingPoint num="1" id="378" /> +<TGConnectingPoint num="2" id="379" /> +<TGConnectingPoint num="3" id="380" /> +<TGConnectingPoint num="4" id="381" /> +<TGConnectingPoint num="5" id="382" /> +<TGConnectingPoint num="6" id="383" /> +<TGConnectingPoint num="7" id="384" /> +<TGConnectingPoint num="8" id="385" /> +<TGConnectingPoint num="9" id="386" /> +<TGConnectingPoint num="10" id="387" /> +<TGConnectingPoint num="11" id="388" /> +<TGConnectingPoint num="12" id="389" /> +<TGConnectingPoint num="13" id="390" /> +<TGConnectingPoint num="14" id="391" /> +<TGConnectingPoint num="15" id="392" /> +<TGConnectingPoint num="16" id="393" /> +<TGConnectingPoint num="17" id="394" /> +</SUBCOMPONENT> +<SUBCOMPONENT type="1202" id="410" > +<father id="434" num="2" /> +<cdparam x="1013" y="61" /> +<sizeparam width="144" height="96" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="0" maxX="70" minY="0" maxY="184" /> +<infoparam name="Primitive component" value="X_CWP_I" /> +<TGConnectingPoint num="0" id="402" /> +<TGConnectingPoint num="1" id="403" /> +<TGConnectingPoint num="2" id="404" /> +<TGConnectingPoint num="3" id="405" /> +<TGConnectingPoint num="4" id="406" /> +<TGConnectingPoint num="5" id="407" /> +<TGConnectingPoint num="6" id="408" /> +<TGConnectingPoint num="7" id="409" /> +<extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="359" > -<father id="372" num="0" /> -<cdparam x="1116" y="180" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="1203" id="397" > +<father id="410" num="0" /> +<cdparam x="1144" y="110" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="130" minY="-13" maxY="73" /> -<infoparam name="Primitive port" value="Request cwpI_req" /> -<TGConnectingPoint num="0" id="358" /> +<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="83" /> +<infoparam name="Primitive port" value="Channel cwpI_ch_out" /> +<TGConnectingPoint num="0" id="396" /> <extraparam> -<Prop commName="cwpI_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="cwpI_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="361" > -<father id="372" num="1" /> -<cdparam x="1005" y="248" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="1203" id="399" > +<father id="410" num="1" /> +<cdparam x="1000" y="109" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="130" minY="-13" maxY="73" /> -<infoparam name="Primitive port" value="Event cwpI_evt_in" /> -<TGConnectingPoint num="0" id="360" /> +<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="83" /> +<infoparam name="Primitive port" value="Channel cwpI_ch_in" /> +<TGConnectingPoint num="0" id="398" /> <extraparam> -<Prop commName="cwpI_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="cwpI_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="363" > -<father id="372" num="2" /> -<cdparam x="1148" y="248" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="1203" id="401" > +<father id="410" num="2" /> +<cdparam x="1037" y="144" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="130" minY="-13" maxY="73" /> -<infoparam name="Primitive port" value="Event cwpI_evt_out" /> -<TGConnectingPoint num="0" id="362" /> +<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="83" /> +<infoparam name="Primitive port" value="Request cwpI_req" /> +<TGConnectingPoint num="0" id="400" /> <extraparam> -<Prop commName="cwpI_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="cwpI_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1564,35 +1629,36 @@ processing tasks <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1202" id="387" > -<father id="434" num="1" /> -<cdparam x="1013" y="61" /> -<sizeparam width="144" height="96" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="1202" id="425" > +<father id="434" num="3" /> +<cdparam x="1018" y="193" /> +<sizeparam width="143" height="86" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="70" minY="0" maxY="184" /> -<infoparam name="Primitive component" value="X_CWP_I" /> -<TGConnectingPoint num="0" id="379" /> -<TGConnectingPoint num="1" id="380" /> -<TGConnectingPoint num="2" id="381" /> -<TGConnectingPoint num="3" id="382" /> -<TGConnectingPoint num="4" id="383" /> -<TGConnectingPoint num="5" id="384" /> -<TGConnectingPoint num="6" id="385" /> -<TGConnectingPoint num="7" id="386" /> -<extraparam> +<cdrectangleparam minX="0" maxX="71" minY="0" maxY="194" /> +<infoparam name="Primitive component" value="F_CWP_I" /> +<TGConnectingPoint num="0" id="417" /> +<TGConnectingPoint num="1" id="418" /> +<TGConnectingPoint num="2" id="419" /> +<TGConnectingPoint num="3" id="420" /> +<TGConnectingPoint num="4" id="421" /> +<TGConnectingPoint num="5" id="422" /> +<TGConnectingPoint num="6" id="423" /> +<TGConnectingPoint num="7" id="424" /> +<extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="374" > -<father id="387" num="0" /> -<cdparam x="1037" y="144" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="1203" id="412" > +<father id="425" num="0" /> +<cdparam x="1148" y="248" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="83" /> -<infoparam name="Primitive port" value="Request cwpI_req" /> -<TGConnectingPoint num="0" id="373" /> +<cdrectangleparam minX="-13" maxX="130" minY="-13" maxY="73" /> +<infoparam name="Primitive port" value="Event cwpI_evt_out" /> +<TGConnectingPoint num="0" id="411" /> <extraparam> -<Prop commName="cwpI_req" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="cwpI_evt_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1600,439 +1666,275 @@ processing tasks <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="376" > -<father id="387" num="1" /> -<cdparam x="1000" y="109" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="1203" id="414" > +<father id="425" num="1" /> +<cdparam x="1005" y="248" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="83" /> -<infoparam name="Primitive port" value="Channel cwpI_ch_in" /> -<TGConnectingPoint num="0" id="375" /> +<cdrectangleparam minX="-13" maxX="130" minY="-13" maxY="73" /> +<infoparam name="Primitive port" value="Event cwpI_evt_in" /> +<TGConnectingPoint num="0" id="413" /> <extraparam> -<Prop commName="cwpI_ch_in" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="cwpI_evt_in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="378" > -<father id="387" num="2" /> -<cdparam x="1144" y="110" /> -<sizeparam width="26" height="26" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="1203" id="416" > +<father id="425" num="2" /> +<cdparam x="1116" y="180" /> +<sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-13" maxX="131" minY="-13" maxY="83" /> -<infoparam name="Primitive port" value="Channel cwpI_ch_out" /> -<TGConnectingPoint num="0" id="377" /> +<cdrectangleparam minX="-13" maxX="130" minY="-13" maxY="73" /> +<infoparam name="Primitive port" value="Request cwpI_req" /> +<TGConnectingPoint num="0" id="415" /> <extraparam> -<Prop commName="cwpI_ch_out" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="uint_16" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="cwpI_req" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1201" id="406" > -<father id="434" num="2" /> -<cdparam x="959" y="248" /> -<sizeparam width="26" height="26" minWidth="10" minHeight="10" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="-13" maxX="201" minY="-13" maxY="267" /> -<infoparam name="Composite port" value="" /> -<TGConnectingPoint num="0" id="388" /> -<TGConnectingPoint num="1" id="389" /> -<TGConnectingPoint num="2" id="390" /> -<TGConnectingPoint num="3" id="391" /> -<TGConnectingPoint num="4" id="392" /> -<TGConnectingPoint num="5" id="393" /> -<TGConnectingPoint num="6" id="394" /> -<TGConnectingPoint num="7" id="395" /> -<TGConnectingPoint num="8" id="396" /> -<TGConnectingPoint num="9" id="397" /> -<TGConnectingPoint num="10" id="398" /> -<TGConnectingPoint num="11" id="399" /> -<TGConnectingPoint num="12" id="400" /> -<TGConnectingPoint num="13" id="401" /> -<TGConnectingPoint num="14" id="402" /> -<TGConnectingPoint num="15" id="403" /> -<TGConnectingPoint num="16" id="404" /> -<TGConnectingPoint num="17" id="405" /> -</SUBCOMPONENT> -<SUBCOMPONENT type="1201" id="425" > -<father id="434" num="3" /> -<cdparam x="959" y="109" /> -<sizeparam width="26" height="26" minWidth="10" minHeight="10" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="-13" maxX="201" minY="-13" maxY="267" /> -<infoparam name="Composite port" value="" /> -<TGConnectingPoint num="0" id="407" /> -<TGConnectingPoint num="1" id="408" /> -<TGConnectingPoint num="2" id="409" /> -<TGConnectingPoint num="3" id="410" /> -<TGConnectingPoint num="4" id="411" /> -<TGConnectingPoint num="5" id="412" /> -<TGConnectingPoint num="6" id="413" /> -<TGConnectingPoint num="7" id="414" /> -<TGConnectingPoint num="8" id="415" /> -<TGConnectingPoint num="9" id="416" /> -<TGConnectingPoint num="10" id="417" /> -<TGConnectingPoint num="11" id="418" /> -<TGConnectingPoint num="12" id="419" /> -<TGConnectingPoint num="13" id="420" /> -<TGConnectingPoint num="14" id="421" /> -<TGConnectingPoint num="15" id="422" /> -<TGConnectingPoint num="16" id="423" /> -<TGConnectingPoint num="17" id="424" /> -</SUBCOMPONENT> </TMLComponentTaskDiagramPanel> -<TMLActivityDiagramPanel name="X_Source" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1013" id="438" > -<cdparam x="402" y="189" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="436" /> -<TGConnectingPoint num="1" id="437" /> -</COMPONENT> -<SUBCOMPONENT type="-1" id="435" > -<father id="438" num="0" /> -<cdparam x="417" y="209" /> -<sizeparam width="23" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> -<infoparam name="value of the delay" value="size" /> -</SUBCOMPONENT> - -<COMPONENT type="1001" id="440" > -<cdparam x="397" y="342" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="439" /> -</COMPONENT> - -<COMPONENT type="1006" id="443" > -<cdparam x="340" y="270" /> -<sizeparam width="135" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="write channel" value="Source_ch_out(size)" /> -<TGConnectingPoint num="0" id="441" /> -<TGConnectingPoint num="1" id="442" /> -<extraparam> -<Data channelName="Source_ch_out" nbOfSamples="size" secPattern="" /> -</extraparam> -</COMPONENT> - -<COMPONENT type="1034" id="446" > -<cdparam x="351" y="113" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="444" /> -<TGConnectingPoint num="1" id="445" /> -<extraparam> -<Data nbOfParams="5" /> -<Param index="0" value="size" /> -</extraparam> -</COMPONENT> - -<COMPONENT type="1000" id="448" > -<cdparam x="400" y="50" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="447" /> -</COMPONENT> - -<CONNECTOR type="115" id="449" > -<cdparam x="462" y="222" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector" value="null" /> -<P1 x="407" y="224" id="437" /> -<P2 x="407" y="265" id="441" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> -<CONNECTOR type="115" id="450" > -<cdparam x="407" y="70" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector" value="null" /> -<P1 x="407" y="70" id="447" /> -<P2 x="407" y="108" id="444" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> -<CONNECTOR type="115" id="451" > -<cdparam x="402" y="256" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector" value="null" /> -<P1 x="407" y="295" id="442" /> -<P2 x="407" y="337" id="439" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> -<CONNECTOR type="115" id="452" > -<cdparam x="407" y="155" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector" value="null" /> -<P1 x="407" y="138" id="445" /> -<P2 x="407" y="184" id="436" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> - -</TMLActivityDiagramPanel> - -<TMLActivityDiagramPanel name="F_Source" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1001" id="454" > +<TMLActivityDiagramPanel name="F_Source" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1001" id="436" > <cdparam x="397" y="338" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="453" /> +<TGConnectingPoint num="0" id="435" /> </COMPONENT> -<COMPONENT type="1008" id="457" > +<COMPONENT type="1008" id="439" > <cdparam x="338" y="262" /> -<sizeparam width="139" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="139" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="Source_evt_out(size)" /> -<TGConnectingPoint num="0" id="455" /> -<TGConnectingPoint num="1" id="456" /> +<TGConnectingPoint num="0" id="437" /> +<TGConnectingPoint num="1" id="438" /> <extraparam> <Data eventName="Source_evt_out" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1007" id="460" > +<COMPONENT type="1007" id="442" > <cdparam x="351" y="188" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send request" value="source_req(size)" /> -<TGConnectingPoint num="0" id="458" /> -<TGConnectingPoint num="1" id="459" /> +<TGConnectingPoint num="0" id="440" /> +<TGConnectingPoint num="1" id="441" /> <extraparam> <Data requestName="source_req" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1011" id="463" > +<COMPONENT type="1011" id="445" > <cdparam x="370" y="116" /> -<sizeparam width="75" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="75" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="size = 127" /> -<TGConnectingPoint num="0" id="461" /> -<TGConnectingPoint num="1" id="462" /> +<TGConnectingPoint num="0" id="443" /> +<TGConnectingPoint num="1" id="444" /> </COMPONENT> -<COMPONENT type="1000" id="465" > +<COMPONENT type="1000" id="447" > <cdparam x="400" y="50" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="464" /> +<TGConnectingPoint num="0" id="446" /> </COMPONENT> -<CONNECTOR type="115" id="466" > +<CONNECTOR type="115" id="448" > <cdparam x="407" y="70" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="70" id="464" /> -<P2 x="407" y="111" id="461" /> +<P1 x="407" y="70" id="446" /> +<P2 x="407" y="111" id="443" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="467" > +<CONNECTOR type="115" id="449" > <cdparam x="407" y="141" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="141" id="462" /> -<P2 x="407" y="183" id="458" /> +<P1 x="407" y="141" id="444" /> +<P2 x="407" y="183" id="440" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="468" > +<CONNECTOR type="115" id="450" > <cdparam x="407" y="213" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="213" id="459" /> -<P2 x="407" y="257" id="455" /> +<P1 x="407" y="213" id="441" /> +<P2 x="407" y="257" id="437" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="469" > +<CONNECTOR type="115" id="451" > <cdparam x="407" y="287" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="287" id="456" /> -<P2 x="407" y="333" id="453" /> +<P1 x="407" y="287" id="438" /> +<P2 x="407" y="333" id="435" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="X_Symbol2ChipSeq" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1021" id="473" > -<cdparam x="393" y="289" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="X_Source" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1013" id="455" > +<cdparam x="402" y="189" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="execC" value="null" /> -<TGConnectingPoint num="0" id="471" /> -<TGConnectingPoint num="1" id="472" /> +<infoparam name="execI" value="null" /> +<TGConnectingPoint num="0" id="453" /> +<TGConnectingPoint num="1" id="454" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="470" > -<father id="473" num="0" /> -<cdparam x="408" y="309" /> -<sizeparam width="23" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="-1" id="452" > +<father id="455" num="0" /> +<cdparam x="417" y="209" /> +<sizeparam width="23" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="size" /> </SUBCOMPONENT> -<COMPONENT type="1009" id="476" > -<cdparam x="305" y="213" /> -<sizeparam width="187" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read channel" value="symbol2ChipSeq_ch_in(size) " /> -<TGConnectingPoint num="0" id="474" /> -<TGConnectingPoint num="1" id="475" /> -<extraparam> -<Data channelName="symbol2ChipSeq_ch_in" nbOfSamples="size" secPattern="" /> -</extraparam> -</COMPONENT> - -<COMPONENT type="1001" id="478" > -<cdparam x="388" y="447" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1001" id="457" > +<cdparam x="397" y="342" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="477" /> +<TGConnectingPoint num="0" id="456" /> </COMPONENT> -<COMPONENT type="1006" id="481" > -<cdparam x="302" y="375" /> -<sizeparam width="193" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1006" id="460" > +<cdparam x="340" y="270" /> +<sizeparam width="135" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="write channel" value="symbol2ChipSeq_ch_out(size)" /> -<TGConnectingPoint num="0" id="479" /> -<TGConnectingPoint num="1" id="480" /> +<infoparam name="write channel" value="Source_ch_out(size)" /> +<TGConnectingPoint num="0" id="458" /> +<TGConnectingPoint num="1" id="459" /> <extraparam> -<Data channelName="symbol2ChipSeq_ch_out" nbOfSamples="size" secPattern="" /> +<Data channelName="Source_ch_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1034" id="484" > -<cdparam x="342" y="137" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1034" id="463" > +<cdparam x="351" y="113" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="482" /> -<TGConnectingPoint num="1" id="483" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="461" /> +<TGConnectingPoint num="1" id="462" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="486" > -<cdparam x="391" y="74" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="465" > +<cdparam x="400" y="50" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="485" /> +<TGConnectingPoint num="0" id="464" /> </COMPONENT> -<CONNECTOR type="115" id="487" > -<cdparam x="541" y="169" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector" value="null" /> -<P1 x="398" y="238" id="475" /> -<P2 x="398" y="284" id="471" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> -<CONNECTOR type="115" id="488" > -<cdparam x="453" y="327" /> +<CONNECTOR type="115" id="466" > +<cdparam x="462" y="222" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="398" y="324" id="472" /> -<P2 x="398" y="370" id="479" /> +<P1 x="407" y="224" id="454" /> +<P2 x="407" y="265" id="458" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="489" > -<cdparam x="398" y="94" /> +<CONNECTOR type="115" id="467" > +<cdparam x="407" y="70" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="398" y="94" id="485" /> -<P2 x="398" y="132" id="482" /> +<P1 x="407" y="70" id="464" /> +<P2 x="407" y="108" id="461" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="490" > -<cdparam x="393" y="361" /> +<CONNECTOR type="115" id="468" > +<cdparam x="402" y="256" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="398" y="400" id="480" /> -<P2 x="398" y="442" id="477" /> +<P1 x="407" y="295" id="459" /> +<P2 x="407" y="337" id="456" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="491" > -<cdparam x="398" y="179" /> +<CONNECTOR type="115" id="469" > +<cdparam x="407" y="155" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="398" y="162" id="483" /> -<P2 x="398" y="208" id="474" /> +<P1 x="407" y="138" id="462" /> +<P2 x="407" y="184" id="453" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_Symbol2ChipSeq" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1010" id="494" > +<TMLActivityDiagramPanel name="F_Symbol2ChipSeq" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1010" id="472" > <cdparam x="317" y="132" /> -<sizeparam width="156" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="156" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="bit2symbol_evt_in(size) " /> -<TGConnectingPoint num="0" id="492" /> -<TGConnectingPoint num="1" id="493" /> +<TGConnectingPoint num="0" id="470" /> +<TGConnectingPoint num="1" id="471" /> <extraparam> <Data eventName="bit2symbol_evt_in" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="496" > +<COMPONENT type="1001" id="474" > <cdparam x="385" y="354" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="495" /> +<TGConnectingPoint num="0" id="473" /> </COMPONENT> -<COMPONENT type="1008" id="499" > +<COMPONENT type="1008" id="477" > <cdparam x="314" y="278" /> -<sizeparam width="162" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="162" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="bit2symbol_evt_out(size)" /> -<TGConnectingPoint num="0" id="497" /> -<TGConnectingPoint num="1" id="498" /> +<TGConnectingPoint num="0" id="475" /> +<TGConnectingPoint num="1" id="476" /> <accessibility /> <extraparam> <Data eventName="bit2symbol_evt_out" nbOfParams="5" /> @@ -2040,1140 +1942,1300 @@ processing tasks </extraparam> </COMPONENT> -<COMPONENT type="1007" id="502" > +<COMPONENT type="1007" id="480" > <cdparam x="335" y="204" /> -<sizeparam width="120" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="120" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send request" value="bit2chip_req(size)" /> -<TGConnectingPoint num="0" id="500" /> -<TGConnectingPoint num="1" id="501" /> +<TGConnectingPoint num="0" id="478" /> +<TGConnectingPoint num="1" id="479" /> <extraparam> <Data requestName="bit2chip_req" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="504" > +<COMPONENT type="1000" id="482" > <cdparam x="388" y="66" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="503" /> +<TGConnectingPoint num="0" id="481" /> </COMPONENT> -<CONNECTOR type="115" id="505" > +<CONNECTOR type="115" id="483" > <cdparam x="395" y="229" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="395" y="229" id="501" /> -<P2 x="395" y="273" id="497" /> +<P1 x="395" y="229" id="479" /> +<P2 x="395" y="273" id="475" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="506" > +<CONNECTOR type="115" id="484" > <cdparam x="395" y="303" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="395" y="303" id="498" /> -<P2 x="395" y="349" id="495" /> +<P1 x="395" y="303" id="476" /> +<P2 x="395" y="349" id="473" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="507" > +<CONNECTOR type="115" id="485" > <cdparam x="395" y="86" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="395" y="86" id="503" /> -<P2 x="395" y="127" id="492" /> +<P1 x="395" y="86" id="481" /> +<P2 x="395" y="127" id="470" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="508" > +<CONNECTOR type="115" id="486" > <cdparam x="435" y="149" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="395" y="157" id="493" /> -<P2 x="395" y="199" id="500" /> +<P1 x="395" y="157" id="471" /> +<P2 x="395" y="199" id="478" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="X_Chip_to_Octet" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1021" id="512" > -<cdparam x="377" y="300" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="X_Symbol2ChipSeq" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1021" id="490" > +<cdparam x="393" y="289" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="execC" value="null" /> -<TGConnectingPoint num="0" id="510" /> -<TGConnectingPoint num="1" id="511" /> +<TGConnectingPoint num="0" id="488" /> +<TGConnectingPoint num="1" id="489" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="509" > -<father id="512" num="0" /> -<cdparam x="392" y="320" /> -<sizeparam width="23" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="-1" id="487" > +<father id="490" num="0" /> +<cdparam x="408" y="309" /> +<sizeparam width="23" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="size" /> </SUBCOMPONENT> -<COMPONENT type="1009" id="515" > -<cdparam x="306" y="215" /> -<sizeparam width="152" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1009" id="493" > +<cdparam x="305" y="213" /> +<sizeparam width="187" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read channel" value="chip2octet_ch_in(size) " /> -<TGConnectingPoint num="0" id="513" /> -<TGConnectingPoint num="1" id="514" /> +<infoparam name="read channel" value="symbol2ChipSeq_ch_in(size) " /> +<TGConnectingPoint num="0" id="491" /> +<TGConnectingPoint num="1" id="492" /> <extraparam> -<Data channelName="chip2octet_ch_in" nbOfSamples="size" secPattern="" /> +<Data channelName="symbol2ChipSeq_ch_in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="517" > -<cdparam x="372" y="449" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1001" id="495" > +<cdparam x="388" y="447" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="516" /> +<TGConnectingPoint num="0" id="494" /> </COMPONENT> -<COMPONENT type="1006" id="520" > -<cdparam x="303" y="377" /> -<sizeparam width="158" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1006" id="498" > +<cdparam x="302" y="375" /> +<sizeparam width="193" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="write channel" value="chip2octet_ch_out(size)" /> -<TGConnectingPoint num="0" id="518" /> -<TGConnectingPoint num="1" id="519" /> +<infoparam name="write channel" value="symbol2ChipSeq_ch_out(size)" /> +<TGConnectingPoint num="0" id="496" /> +<TGConnectingPoint num="1" id="497" /> <extraparam> -<Data channelName="chip2octet_ch_out" nbOfSamples="size" secPattern="" /> +<Data channelName="symbol2ChipSeq_ch_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1034" id="523" > -<cdparam x="326" y="139" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1034" id="501" > +<cdparam x="342" y="137" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="521" /> -<TGConnectingPoint num="1" id="522" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="499" /> +<TGConnectingPoint num="1" id="500" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="525" > -<cdparam x="375" y="76" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="503" > +<cdparam x="391" y="74" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="524" /> +<TGConnectingPoint num="0" id="502" /> </COMPONENT> -<CONNECTOR type="115" id="526" > -<cdparam x="525" y="171" /> +<CONNECTOR type="115" id="504" > +<cdparam x="541" y="169" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="382" y="240" id="514" /> -<P2 x="382" y="295" id="510" /> +<P1 x="398" y="238" id="492" /> +<P2 x="398" y="284" id="488" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="527" > -<cdparam x="437" y="329" /> +<CONNECTOR type="115" id="505" > +<cdparam x="453" y="327" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="382" y="335" id="511" /> -<P2 x="382" y="372" id="518" /> +<P1 x="398" y="324" id="489" /> +<P2 x="398" y="370" id="496" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="528" > -<cdparam x="382" y="96" /> +<CONNECTOR type="115" id="506" > +<cdparam x="398" y="94" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="382" y="96" id="524" /> -<P2 x="382" y="134" id="521" /> +<P1 x="398" y="94" id="502" /> +<P2 x="398" y="132" id="499" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="529" > -<cdparam x="377" y="363" /> +<CONNECTOR type="115" id="507" > +<cdparam x="393" y="361" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="382" y="402" id="519" /> -<P2 x="382" y="444" id="516" /> +<P1 x="398" y="400" id="497" /> +<P2 x="398" y="442" id="494" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="530" > -<cdparam x="382" y="181" /> +<CONNECTOR type="115" id="508" > +<cdparam x="398" y="179" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="382" y="164" id="522" /> -<P2 x="382" y="210" id="513" /> +<P1 x="398" y="162" id="500" /> +<P2 x="398" y="208" id="491" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_Chip_to_Octet" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1010" id="533" > +<TMLActivityDiagramPanel name="F_Chip_to_Octet" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1010" id="511" > <cdparam x="333" y="128" /> -<sizeparam width="156" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="156" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="chip2octet_evt_in(size) " /> -<TGConnectingPoint num="0" id="531" /> -<TGConnectingPoint num="1" id="532" /> +<TGConnectingPoint num="0" id="509" /> +<TGConnectingPoint num="1" id="510" /> <extraparam> <Data eventName="chip2octet_evt_in" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="535" > +<COMPONENT type="1001" id="513" > <cdparam x="401" y="350" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="534" /> +<TGConnectingPoint num="0" id="512" /> </COMPONENT> -<COMPONENT type="1008" id="538" > +<COMPONENT type="1008" id="516" > <cdparam x="330" y="274" /> -<sizeparam width="162" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="162" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="chip2octet_evt_out(size)" /> -<TGConnectingPoint num="0" id="536" /> -<TGConnectingPoint num="1" id="537" /> +<TGConnectingPoint num="0" id="514" /> +<TGConnectingPoint num="1" id="515" /> <extraparam> <Data eventName="chip2octet_evt_out" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1007" id="541" > +<COMPONENT type="1007" id="519" > <cdparam x="343" y="200" /> -<sizeparam width="137" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="137" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send request" value="chip2octet_req(size)" /> -<TGConnectingPoint num="0" id="539" /> -<TGConnectingPoint num="1" id="540" /> +<TGConnectingPoint num="0" id="517" /> +<TGConnectingPoint num="1" id="518" /> <extraparam> <Data requestName="chip2octet_req" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="543" > +<COMPONENT type="1000" id="521" > <cdparam x="404" y="62" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="542" /> +<TGConnectingPoint num="0" id="520" /> </COMPONENT> -<CONNECTOR type="115" id="544" > +<CONNECTOR type="115" id="522" > <cdparam x="411" y="225" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="411" y="225" id="540" /> -<P2 x="411" y="269" id="536" /> +<P1 x="411" y="225" id="518" /> +<P2 x="411" y="269" id="514" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="545" > +<CONNECTOR type="115" id="523" > <cdparam x="411" y="299" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="411" y="299" id="537" /> -<P2 x="411" y="345" id="534" /> +<P1 x="411" y="299" id="515" /> +<P2 x="411" y="345" id="512" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="546" > +<CONNECTOR type="115" id="524" > <cdparam x="411" y="82" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="411" y="82" id="542" /> -<P2 x="411" y="123" id="531" /> +<P1 x="411" y="82" id="520" /> +<P2 x="411" y="123" id="509" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="547" > +<CONNECTOR type="115" id="525" > <cdparam x="451" y="145" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="411" y="153" id="532" /> -<P2 x="411" y="195" id="539" /> +<P1 x="411" y="153" id="510" /> +<P2 x="411" y="195" id="517" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="X_CWL" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1013" id="551" > -<cdparam x="402" y="277" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="X_Chip_to_Octet" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1021" id="529" > +<cdparam x="377" y="300" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="549" /> -<TGConnectingPoint num="1" id="550" /> +<infoparam name="execC" value="null" /> +<TGConnectingPoint num="0" id="527" /> +<TGConnectingPoint num="1" id="528" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="548" > -<father id="551" num="0" /> -<cdparam x="417" y="297" /> -<sizeparam width="23" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="-1" id="526" > +<father id="529" num="0" /> +<cdparam x="392" y="320" /> +<sizeparam width="23" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="size" /> </SUBCOMPONENT> -<COMPONENT type="1009" id="554" > -<cdparam x="355" y="196" /> -<sizeparam width="104" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1009" id="532" > +<cdparam x="306" y="215" /> +<sizeparam width="152" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read channel" value="cwl_ch_in(size) " /> -<TGConnectingPoint num="0" id="552" /> -<TGConnectingPoint num="1" id="553" /> +<infoparam name="read channel" value="chip2octet_ch_in(size) " /> +<TGConnectingPoint num="0" id="530" /> +<TGConnectingPoint num="1" id="531" /> <extraparam> -<Data channelName="cwl_ch_in" nbOfSamples="size" secPattern="" /> +<Data channelName="chip2octet_ch_in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="556" > -<cdparam x="397" y="430" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1001" id="534" > +<cdparam x="372" y="449" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="555" /> +<TGConnectingPoint num="0" id="533" /> </COMPONENT> -<COMPONENT type="1006" id="559" > -<cdparam x="352" y="358" /> -<sizeparam width="110" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1006" id="537" > +<cdparam x="303" y="377" /> +<sizeparam width="158" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="write channel" value="cwl_ch_out(size)" /> -<TGConnectingPoint num="0" id="557" /> -<TGConnectingPoint num="1" id="558" /> +<infoparam name="write channel" value="chip2octet_ch_out(size)" /> +<TGConnectingPoint num="0" id="535" /> +<TGConnectingPoint num="1" id="536" /> <extraparam> -<Data channelName="cwl_ch_out" nbOfSamples="size" secPattern="" /> +<Data channelName="chip2octet_ch_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1034" id="562" > -<cdparam x="351" y="120" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1034" id="540" > +<cdparam x="326" y="139" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="560" /> -<TGConnectingPoint num="1" id="561" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="538" /> +<TGConnectingPoint num="1" id="539" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="564" > -<cdparam x="400" y="57" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="542" > +<cdparam x="375" y="76" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="563" /> +<TGConnectingPoint num="0" id="541" /> </COMPONENT> -<CONNECTOR type="115" id="565" > -<cdparam x="550" y="152" /> +<CONNECTOR type="115" id="543" > +<cdparam x="525" y="171" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="221" id="553" /> -<P2 x="407" y="272" id="549" /> +<P1 x="382" y="240" id="531" /> +<P2 x="382" y="295" id="527" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="566" > -<cdparam x="462" y="310" /> +<CONNECTOR type="115" id="544" > +<cdparam x="437" y="329" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="312" id="550" /> -<P2 x="407" y="353" id="557" /> +<P1 x="382" y="335" id="528" /> +<P2 x="382" y="372" id="535" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="567" > -<cdparam x="407" y="77" /> +<CONNECTOR type="115" id="545" > +<cdparam x="382" y="96" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="77" id="563" /> -<P2 x="407" y="115" id="560" /> +<P1 x="382" y="96" id="541" /> +<P2 x="382" y="134" id="538" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="568" > -<cdparam x="402" y="344" /> +<CONNECTOR type="115" id="546" > +<cdparam x="377" y="363" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="383" id="558" /> -<P2 x="407" y="425" id="555" /> +<P1 x="382" y="402" id="536" /> +<P2 x="382" y="444" id="533" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="569" > -<cdparam x="407" y="162" /> +<CONNECTOR type="115" id="547" > +<cdparam x="382" y="181" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="145" id="561" /> -<P2 x="407" y="191" id="552" /> +<P1 x="382" y="164" id="539" /> +<P2 x="382" y="210" id="530" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_CWL" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1010" id="572" > +<TMLActivityDiagramPanel name="F_CWL" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1010" id="550" > <cdparam x="360" y="134" /> -<sizeparam width="108" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="108" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="cwl_evt_in(size) " /> -<TGConnectingPoint num="0" id="570" /> -<TGConnectingPoint num="1" id="571" /> +<TGConnectingPoint num="0" id="548" /> +<TGConnectingPoint num="1" id="549" /> <extraparam> <Data eventName="cwl_evt_in" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="574" > +<COMPONENT type="1001" id="552" > <cdparam x="407" y="397" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="573" /> +<TGConnectingPoint num="0" id="551" /> </COMPONENT> -<COMPONENT type="1007" id="577" > +<COMPONENT type="1007" id="555" > <cdparam x="370" y="206" /> -<sizeparam width="89" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="89" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send request" value="cwl_req(size)" /> -<TGConnectingPoint num="0" id="575" /> -<TGConnectingPoint num="1" id="576" /> +<TGConnectingPoint num="0" id="553" /> +<TGConnectingPoint num="1" id="554" /> <extraparam> <Data requestName="cwl_req" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="579" > +<COMPONENT type="1000" id="557" > <cdparam x="407" y="68" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="578" /> +<TGConnectingPoint num="0" id="556" /> </COMPONENT> -<COMPONENT type="1008" id="582" > +<COMPONENT type="1008" id="560" > <cdparam x="352" y="333" /> -<sizeparam width="128" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="128" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="cwl_evt_out_1(size)" /> -<TGConnectingPoint num="0" id="580" /> -<TGConnectingPoint num="1" id="581" /> +<TGConnectingPoint num="0" id="558" /> +<TGConnectingPoint num="1" id="559" /> <extraparam> <Data eventName="cwl_evt_out_1" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1008" id="585" > +<COMPONENT type="1008" id="563" > <cdparam x="357" y="280" /> -<sizeparam width="114" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="114" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="cwl_evt_out(size)" /> -<TGConnectingPoint num="0" id="583" /> -<TGConnectingPoint num="1" id="584" /> +<TGConnectingPoint num="0" id="561" /> +<TGConnectingPoint num="1" id="562" /> <extraparam> <Data eventName="cwl_evt_out" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<CONNECTOR type="115" id="586" > +<CONNECTOR type="115" id="564" > <cdparam x="416" y="358" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="416" y="358" id="581" /> -<P2 x="417" y="392" id="573" /> +<P1 x="416" y="358" id="559" /> +<P2 x="417" y="392" id="551" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="587" > +<CONNECTOR type="115" id="565" > <cdparam x="414" y="231" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="414" y="231" id="576" /> -<P2 x="414" y="275" id="583" /> +<P1 x="414" y="231" id="554" /> +<P2 x="414" y="275" id="561" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="588" > +<CONNECTOR type="115" id="566" > <cdparam x="414" y="305" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="414" y="305" id="584" /> -<P2 x="416" y="328" id="580" /> +<P1 x="414" y="305" id="562" /> +<P2 x="416" y="328" id="558" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="589" > +<CONNECTOR type="115" id="567" > <cdparam x="414" y="88" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="414" y="88" id="578" /> -<P2 x="414" y="129" id="570" /> +<P1 x="414" y="88" id="556" /> +<P2 x="414" y="129" id="548" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="590" > +<CONNECTOR type="115" id="568" > <cdparam x="454" y="151" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="414" y="159" id="571" /> -<P2 x="414" y="201" id="575" /> +<P1 x="414" y="159" id="549" /> +<P2 x="414" y="201" id="553" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="X_Sink" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1013" id="594" > -<cdparam x="445" y="298" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="X_CWL" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1013" id="572" > +<cdparam x="402" y="277" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="592" /> -<TGConnectingPoint num="1" id="593" /> +<TGConnectingPoint num="0" id="570" /> +<TGConnectingPoint num="1" id="571" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="591" > -<father id="594" num="0" /> -<cdparam x="460" y="318" /> -<sizeparam width="23" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="-1" id="569" > +<father id="572" num="0" /> +<cdparam x="417" y="297" /> +<sizeparam width="23" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="size" /> </SUBCOMPONENT> -<COMPONENT type="1009" id="597" > -<cdparam x="395" y="217" /> -<sizeparam width="110" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1009" id="575" > +<cdparam x="355" y="196" /> +<sizeparam width="104" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read channel" value="sink_ch_in(size) " /> -<TGConnectingPoint num="0" id="595" /> -<TGConnectingPoint num="1" id="596" /> +<infoparam name="read channel" value="cwl_ch_in(size) " /> +<TGConnectingPoint num="0" id="573" /> +<TGConnectingPoint num="1" id="574" /> <extraparam> -<Data channelName="sink_ch_in" nbOfSamples="size" secPattern="" /> +<Data channelName="cwl_ch_in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="599" > -<cdparam x="440" y="384" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1001" id="577" > +<cdparam x="397" y="430" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="598" /> +<TGConnectingPoint num="0" id="576" /> +</COMPONENT> + +<COMPONENT type="1006" id="580" > +<cdparam x="352" y="358" /> +<sizeparam width="110" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<enabled value="true" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="write channel" value="cwl_ch_out(size)" /> +<TGConnectingPoint num="0" id="578" /> +<TGConnectingPoint num="1" id="579" /> +<extraparam> +<Data channelName="cwl_ch_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> +</extraparam> </COMPONENT> -<COMPONENT type="1034" id="602" > -<cdparam x="394" y="141" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1034" id="583" > +<cdparam x="351" y="120" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="600" /> -<TGConnectingPoint num="1" id="601" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="581" /> +<TGConnectingPoint num="1" id="582" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="604" > -<cdparam x="443" y="78" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="585" > +<cdparam x="400" y="57" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="603" /> +<TGConnectingPoint num="0" id="584" /> </COMPONENT> -<CONNECTOR type="115" id="605" > -<cdparam x="450" y="333" /> +<CONNECTOR type="115" id="586" > +<cdparam x="550" y="152" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="450" y="333" id="593" /> -<P2 x="450" y="379" id="598" /> +<P1 x="407" y="221" id="574" /> +<P2 x="407" y="272" id="570" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="606" > -<cdparam x="593" y="173" /> +<CONNECTOR type="115" id="587" > +<cdparam x="462" y="310" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="450" y="242" id="596" /> -<P2 x="450" y="293" id="592" /> +<P1 x="407" y="312" id="571" /> +<P2 x="407" y="353" id="578" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="607" > -<cdparam x="450" y="98" /> +<CONNECTOR type="115" id="588" > +<cdparam x="407" y="77" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="450" y="98" id="603" /> -<P2 x="450" y="136" id="600" /> +<P1 x="407" y="77" id="584" /> +<P2 x="407" y="115" id="581" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="608" > -<cdparam x="450" y="183" /> +<CONNECTOR type="115" id="589" > +<cdparam x="402" y="344" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector" value="null" /> +<P1 x="407" y="383" id="579" /> +<P2 x="407" y="425" id="576" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> +<CONNECTOR type="115" id="590" > +<cdparam x="407" y="162" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="450" y="166" id="601" /> -<P2 x="450" y="212" id="595" /> +<P1 x="407" y="145" id="582" /> +<P2 x="407" y="191" id="573" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_Sink" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1001" id="610" > +<TMLActivityDiagramPanel name="F_Sink" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1001" id="592" > <cdparam x="396" y="355" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="609" /> +<TGConnectingPoint num="0" id="591" /> </COMPONENT> -<COMPONENT type="1007" id="613" > +<COMPONENT type="1007" id="595" > <cdparam x="331" y="265" /> -<sizeparam width="150" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="150" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send request" value="sink_req(size + size_1)" /> -<TGConnectingPoint num="0" id="611" /> -<TGConnectingPoint num="1" id="612" /> +<TGConnectingPoint num="0" id="593" /> +<TGConnectingPoint num="1" id="594" /> <extraparam> <Data requestName="sink_req" nbOfParams="5" /> <Param index="0" value="size + size_1" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="615" > +<COMPONENT type="1000" id="597" > <cdparam x="400" y="73" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="614" /> +<TGConnectingPoint num="0" id="596" /> </COMPONENT> -<COMPONENT type="1010" id="618" > +<COMPONENT type="1010" id="600" > <cdparam x="336" y="187" /> -<sizeparam width="142" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="142" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="sink_evt_in_1(size_1) " /> -<TGConnectingPoint num="0" id="616" /> -<TGConnectingPoint num="1" id="617" /> +<TGConnectingPoint num="0" id="598" /> +<TGConnectingPoint num="1" id="599" /> <extraparam> <Data eventName="sink_evt_in_1" nbOfParams="5" /> <Param index="0" value="size_1" /> </extraparam> </COMPONENT> -<COMPONENT type="1010" id="621" > +<COMPONENT type="1010" id="603" > <cdparam x="350" y="139" /> -<sizeparam width="114" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="114" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="sink_evt_in(size) " /> -<TGConnectingPoint num="0" id="619" /> -<TGConnectingPoint num="1" id="620" /> +<TGConnectingPoint num="0" id="601" /> +<TGConnectingPoint num="1" id="602" /> <extraparam> <Data eventName="sink_evt_in" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<CONNECTOR type="115" id="622" > +<CONNECTOR type="115" id="604" > <cdparam x="407" y="212" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="212" id="617" /> -<P2 x="406" y="260" id="611" /> +<P1 x="407" y="212" id="599" /> +<P2 x="406" y="260" id="593" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="623" > +<CONNECTOR type="115" id="605" > <cdparam x="406" y="290" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="406" y="290" id="612" /> -<P2 x="406" y="350" id="609" /> +<P1 x="406" y="290" id="594" /> +<P2 x="406" y="350" id="591" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="624" > +<CONNECTOR type="115" id="606" > <cdparam x="407" y="93" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="93" id="614" /> -<P2 x="407" y="134" id="619" /> +<P1 x="407" y="93" id="596" /> +<P2 x="407" y="134" id="601" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="625" > +<CONNECTOR type="115" id="607" > <cdparam x="447" y="156" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="407" y="164" id="620" /> -<P2 x="407" y="182" id="616" /> +<P1 x="407" y="164" id="602" /> +<P2 x="407" y="182" id="598" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="X_CWP_Q" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1013" id="629" > -<cdparam x="365" y="275" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="X_Sink" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1013" id="611" > +<cdparam x="445" y="298" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="627" /> -<TGConnectingPoint num="1" id="628" /> +<TGConnectingPoint num="0" id="609" /> +<TGConnectingPoint num="1" id="610" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="626" > -<father id="629" num="0" /> -<cdparam x="380" y="295" /> -<sizeparam width="23" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="-1" id="608" > +<father id="611" num="0" /> +<cdparam x="460" y="318" /> +<sizeparam width="23" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="size" /> </SUBCOMPONENT> -<COMPONENT type="1009" id="632" > -<cdparam x="311" y="194" /> -<sizeparam width="118" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1009" id="614" > +<cdparam x="395" y="217" /> +<sizeparam width="110" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read channel" value="cwpQ_ch_in(size) " /> -<TGConnectingPoint num="0" id="630" /> -<TGConnectingPoint num="1" id="631" /> +<infoparam name="read channel" value="sink_ch_in(size) " /> +<TGConnectingPoint num="0" id="612" /> +<TGConnectingPoint num="1" id="613" /> <extraparam> -<Data channelName="cwpQ_ch_in" nbOfSamples="size" secPattern="" /> +<Data channelName="sink_ch_in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="634" > -<cdparam x="360" y="428" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1001" id="616" > +<cdparam x="440" y="384" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="633" /> +<TGConnectingPoint num="0" id="615" /> </COMPONENT> -<COMPONENT type="1006" id="637" > -<cdparam x="308" y="356" /> -<sizeparam width="124" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="write channel" value="cwpQ_ch_out(size)" /> -<TGConnectingPoint num="0" id="635" /> -<TGConnectingPoint num="1" id="636" /> -<extraparam> -<Data channelName="cwpQ_ch_out" nbOfSamples="size" secPattern="" /> -</extraparam> -</COMPONENT> - -<COMPONENT type="1034" id="640" > -<cdparam x="314" y="118" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1034" id="619" > +<cdparam x="394" y="141" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="638" /> -<TGConnectingPoint num="1" id="639" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="617" /> +<TGConnectingPoint num="1" id="618" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="642" > -<cdparam x="363" y="55" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="621" > +<cdparam x="443" y="78" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="641" /> +<TGConnectingPoint num="0" id="620" /> </COMPONENT> -<CONNECTOR type="115" id="643" > -<cdparam x="513" y="150" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector" value="null" /> -<P1 x="370" y="219" id="631" /> -<P2 x="370" y="270" id="627" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> -<CONNECTOR type="115" id="644" > -<cdparam x="425" y="308" /> +<CONNECTOR type="115" id="622" > +<cdparam x="450" y="333" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="370" y="310" id="628" /> -<P2 x="370" y="351" id="635" /> +<P1 x="450" y="333" id="610" /> +<P2 x="450" y="379" id="615" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="645" > -<cdparam x="370" y="75" /> +<CONNECTOR type="115" id="623" > +<cdparam x="593" y="173" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="370" y="75" id="641" /> -<P2 x="370" y="113" id="638" /> +<P1 x="450" y="242" id="613" /> +<P2 x="450" y="293" id="609" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="646" > -<cdparam x="365" y="342" /> +<CONNECTOR type="115" id="624" > +<cdparam x="450" y="98" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="370" y="381" id="636" /> -<P2 x="370" y="423" id="633" /> +<P1 x="450" y="98" id="620" /> +<P2 x="450" y="136" id="617" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="647" > -<cdparam x="370" y="160" /> +<CONNECTOR type="115" id="625" > +<cdparam x="450" y="183" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="370" y="143" id="639" /> -<P2 x="370" y="189" id="630" /> +<P1 x="450" y="166" id="618" /> +<P2 x="450" y="212" id="612" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_CWP_Q" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1010" id="650" > +<TMLActivityDiagramPanel name="F_CWP_Q" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1010" id="628" > <cdparam x="342" y="117" /> -<sizeparam width="122" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="122" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="cwpQ_evt_in(size) " /> -<TGConnectingPoint num="0" id="648" /> -<TGConnectingPoint num="1" id="649" /> +<TGConnectingPoint num="0" id="626" /> +<TGConnectingPoint num="1" id="627" /> <extraparam> <Data eventName="cwpQ_evt_in" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="652" > +<COMPONENT type="1001" id="630" > <cdparam x="393" y="339" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="651" /> +<TGConnectingPoint num="0" id="629" /> </COMPONENT> -<COMPONENT type="1008" id="655" > +<COMPONENT type="1008" id="633" > <cdparam x="339" y="263" /> -<sizeparam width="128" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="128" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="cwpQ_evt_out(size)" /> -<TGConnectingPoint num="0" id="653" /> -<TGConnectingPoint num="1" id="654" /> +<TGConnectingPoint num="0" id="631" /> +<TGConnectingPoint num="1" id="632" /> <extraparam> <Data eventName="cwpQ_evt_out" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1007" id="658" > +<COMPONENT type="1007" id="636" > <cdparam x="352" y="189" /> -<sizeparam width="103" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="103" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send request" value="cwpQ_req(size)" /> -<TGConnectingPoint num="0" id="656" /> -<TGConnectingPoint num="1" id="657" /> +<TGConnectingPoint num="0" id="634" /> +<TGConnectingPoint num="1" id="635" /> <extraparam> <Data requestName="cwpQ_req" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="660" > +<COMPONENT type="1000" id="638" > <cdparam x="396" y="51" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="659" /> +<TGConnectingPoint num="0" id="637" /> </COMPONENT> -<CONNECTOR type="115" id="661" > +<CONNECTOR type="115" id="639" > <cdparam x="403" y="214" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="403" y="214" id="657" /> -<P2 x="403" y="258" id="653" /> +<P1 x="403" y="214" id="635" /> +<P2 x="403" y="258" id="631" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="662" > +<CONNECTOR type="115" id="640" > <cdparam x="403" y="288" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="403" y="288" id="654" /> -<P2 x="403" y="334" id="651" /> +<P1 x="403" y="288" id="632" /> +<P2 x="403" y="334" id="629" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="663" > +<CONNECTOR type="115" id="641" > <cdparam x="403" y="71" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="403" y="71" id="659" /> -<P2 x="403" y="112" id="648" /> +<P1 x="403" y="71" id="637" /> +<P2 x="403" y="112" id="626" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="664" > +<CONNECTOR type="115" id="642" > <cdparam x="443" y="134" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="403" y="142" id="649" /> -<P2 x="403" y="184" id="656" /> +<P1 x="403" y="142" id="627" /> +<P2 x="403" y="184" id="634" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="X_CWP_I" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1013" id="668" > -<cdparam x="369" y="290" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="X_CWP_Q" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1013" id="646" > +<cdparam x="365" y="275" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="666" /> -<TGConnectingPoint num="1" id="667" /> +<TGConnectingPoint num="0" id="644" /> +<TGConnectingPoint num="1" id="645" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="665" > -<father id="668" num="0" /> -<cdparam x="384" y="310" /> -<sizeparam width="23" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<SUBCOMPONENT type="-1" id="643" > +<father id="646" num="0" /> +<cdparam x="380" y="295" /> +<sizeparam width="23" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="size" /> </SUBCOMPONENT> -<COMPONENT type="1009" id="671" > -<cdparam x="318" y="209" /> -<sizeparam width="112" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1009" id="649" > +<cdparam x="311" y="194" /> +<sizeparam width="118" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read channel" value="cwpI_ch_in(size) " /> -<TGConnectingPoint num="0" id="669" /> -<TGConnectingPoint num="1" id="670" /> +<infoparam name="read channel" value="cwpQ_ch_in(size) " /> +<TGConnectingPoint num="0" id="647" /> +<TGConnectingPoint num="1" id="648" /> <extraparam> -<Data channelName="cwpI_ch_in" nbOfSamples="size" secPattern="" /> +<Data channelName="cwpQ_ch_in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="673" > -<cdparam x="364" y="443" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1001" id="651" > +<cdparam x="360" y="428" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="672" /> +<TGConnectingPoint num="0" id="650" /> </COMPONENT> -<COMPONENT type="1006" id="676" > -<cdparam x="315" y="371" /> -<sizeparam width="118" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1006" id="654" > +<cdparam x="308" y="356" /> +<sizeparam width="124" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="write channel" value="cwpI_ch_out(size)" /> -<TGConnectingPoint num="0" id="674" /> -<TGConnectingPoint num="1" id="675" /> +<infoparam name="write channel" value="cwpQ_ch_out(size)" /> +<TGConnectingPoint num="0" id="652" /> +<TGConnectingPoint num="1" id="653" /> <extraparam> -<Data channelName="cwpI_ch_out" nbOfSamples="size" secPattern="" /> +<Data channelName="cwpQ_ch_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1034" id="679" > -<cdparam x="318" y="133" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1034" id="657" > +<cdparam x="314" y="118" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="677" /> -<TGConnectingPoint num="1" id="678" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="655" /> +<TGConnectingPoint num="1" id="656" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="681" > -<cdparam x="367" y="70" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="659" > +<cdparam x="363" y="55" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="680" /> +<TGConnectingPoint num="0" id="658" /> </COMPONENT> -<CONNECTOR type="115" id="682" > -<cdparam x="517" y="165" /> +<CONNECTOR type="115" id="660" > +<cdparam x="513" y="150" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="374" y="234" id="670" /> -<P2 x="374" y="285" id="666" /> +<P1 x="370" y="219" id="648" /> +<P2 x="370" y="270" id="644" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="683" > -<cdparam x="429" y="323" /> +<CONNECTOR type="115" id="661" > +<cdparam x="425" y="308" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="374" y="325" id="667" /> -<P2 x="374" y="366" id="674" /> +<P1 x="370" y="310" id="645" /> +<P2 x="370" y="351" id="652" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="684" > -<cdparam x="374" y="90" /> +<CONNECTOR type="115" id="662" > +<cdparam x="370" y="75" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="374" y="90" id="680" /> -<P2 x="374" y="128" id="677" /> +<P1 x="370" y="75" id="658" /> +<P2 x="370" y="113" id="655" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="685" > -<cdparam x="369" y="357" /> +<CONNECTOR type="115" id="663" > +<cdparam x="365" y="342" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="374" y="396" id="675" /> -<P2 x="374" y="438" id="672" /> +<P1 x="370" y="381" id="653" /> +<P2 x="370" y="423" id="650" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="686" > -<cdparam x="374" y="175" /> +<CONNECTOR type="115" id="664" > +<cdparam x="370" y="160" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="374" y="158" id="678" /> -<P2 x="374" y="204" id="669" /> +<P1 x="370" y="143" id="656" /> +<P2 x="370" y="189" id="647" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_CWP_I" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1010" id="689" > +<TMLActivityDiagramPanel name="F_CWP_I" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1010" id="667" > <cdparam x="321" y="132" /> -<sizeparam width="116" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="116" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="cwpI_evt_in(size) " /> -<TGConnectingPoint num="0" id="687" /> -<TGConnectingPoint num="1" id="688" /> +<TGConnectingPoint num="0" id="665" /> +<TGConnectingPoint num="1" id="666" /> <extraparam> <Data eventName="cwpI_evt_in" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="691" > +<COMPONENT type="1001" id="669" > <cdparam x="369" y="354" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="690" /> +<TGConnectingPoint num="0" id="668" /> </COMPONENT> -<COMPONENT type="1008" id="694" > +<COMPONENT type="1008" id="672" > <cdparam x="318" y="278" /> -<sizeparam width="122" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="122" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="cwpI_evt_out(size)" /> -<TGConnectingPoint num="0" id="692" /> -<TGConnectingPoint num="1" id="693" /> +<TGConnectingPoint num="0" id="670" /> +<TGConnectingPoint num="1" id="671" /> <extraparam> <Data eventName="cwpI_evt_out" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1007" id="697" > +<COMPONENT type="1007" id="675" > <cdparam x="331" y="204" /> -<sizeparam width="97" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="97" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send request" value="cwpI_req(size)" /> -<TGConnectingPoint num="0" id="695" /> -<TGConnectingPoint num="1" id="696" /> +<TGConnectingPoint num="0" id="673" /> +<TGConnectingPoint num="1" id="674" /> <extraparam> <Data requestName="cwpI_req" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="699" > +<COMPONENT type="1000" id="677" > <cdparam x="372" y="66" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="698" /> +<TGConnectingPoint num="0" id="676" /> </COMPONENT> -<CONNECTOR type="115" id="700" > +<CONNECTOR type="115" id="678" > <cdparam x="379" y="229" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="379" y="229" id="696" /> -<P2 x="379" y="273" id="692" /> +<P1 x="379" y="229" id="674" /> +<P2 x="379" y="273" id="670" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="701" > +<CONNECTOR type="115" id="679" > <cdparam x="379" y="303" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="379" y="303" id="693" /> -<P2 x="379" y="349" id="690" /> +<P1 x="379" y="303" id="671" /> +<P2 x="379" y="349" id="668" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="702" > +<CONNECTOR type="115" id="680" > <cdparam x="379" y="86" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="379" y="86" id="698" /> -<P2 x="379" y="127" id="687" /> +<P1 x="379" y="86" id="676" /> +<P2 x="379" y="127" id="665" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="703" > +<CONNECTOR type="115" id="681" > <cdparam x="419" y="149" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="379" y="157" id="688" /> -<P2 x="379" y="199" id="695" /> +<P1 x="379" y="157" id="666" /> +<P2 x="379" y="199" id="673" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> + +</TMLActivityDiagramPanel> + +<TMLActivityDiagramPanel name="X_CWP_I" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1013" id="685" > +<cdparam x="369" y="290" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<enabled value="true" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="execI" value="null" /> +<TGConnectingPoint num="0" id="683" /> +<TGConnectingPoint num="1" id="684" /> +</COMPONENT> +<SUBCOMPONENT type="-1" id="682" > +<father id="685" num="0" /> +<cdparam x="384" y="310" /> +<sizeparam width="23" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> +<infoparam name="value of the delay" value="size" /> +</SUBCOMPONENT> + +<COMPONENT type="1009" id="688" > +<cdparam x="318" y="209" /> +<sizeparam width="112" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<enabled value="true" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="read channel" value="cwpI_ch_in(size) " /> +<TGConnectingPoint num="0" id="686" /> +<TGConnectingPoint num="1" id="687" /> +<extraparam> +<Data channelName="cwpI_ch_in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> +</extraparam> +</COMPONENT> + +<COMPONENT type="1001" id="690" > +<cdparam x="364" y="443" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="stop state" value="null" /> +<TGConnectingPoint num="0" id="689" /> +</COMPONENT> + +<COMPONENT type="1006" id="693" > +<cdparam x="315" y="371" /> +<sizeparam width="118" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<enabled value="true" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="write channel" value="cwpI_ch_out(size)" /> +<TGConnectingPoint num="0" id="691" /> +<TGConnectingPoint num="1" id="692" /> +<extraparam> +<Data channelName="cwpI_ch_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> +</extraparam> +</COMPONENT> + +<COMPONENT type="1034" id="696" > +<cdparam x="318" y="133" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<enabled value="true" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="694" /> +<TGConnectingPoint num="1" id="695" /> +<extraparam> +<Data nbOfParams="5" /> +<Param index="0" value="size" /> +</extraparam> +</COMPONENT> + +<COMPONENT type="1000" id="698" > +<cdparam x="367" y="70" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="start state" value="null" /> +<TGConnectingPoint num="0" id="697" /> +</COMPONENT> + +<CONNECTOR type="115" id="699" > +<cdparam x="517" y="165" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector" value="null" /> +<P1 x="374" y="234" id="687" /> +<P2 x="374" y="285" id="683" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> +<CONNECTOR type="115" id="700" > +<cdparam x="429" y="323" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector" value="null" /> +<P1 x="374" y="325" id="684" /> +<P2 x="374" y="366" id="691" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> +<CONNECTOR type="115" id="701" > +<cdparam x="374" y="90" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector" value="null" /> +<P1 x="374" y="90" id="697" /> +<P2 x="374" y="128" id="694" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> +<CONNECTOR type="115" id="702" > +<cdparam x="369" y="357" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector" value="null" /> +<P1 x="374" y="396" id="692" /> +<P2 x="374" y="438" id="689" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> +<CONNECTOR type="115" id="703" > +<cdparam x="374" y="175" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector" value="null" /> +<P1 x="374" y="158" id="695" /> +<P2 x="374" y="204" id="686" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -3185,10 +3247,10 @@ processing tasks <Modeling type="TML CP" nameTab="CP_Memory_Copy" > -<CommunicationPatternDiagramPanel name="MainCP" minX="10" maxX="1400" minY="10" maxY="900" > +<CommunicationPatternDiagramPanel name="MainCP" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1507" id="705" > <cdparam x="390" y="343" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -3197,8 +3259,9 @@ processing tasks <COMPONENT type="1510" id="709" > <cdparam x="141" y="185" /> -<sizeparam width="164" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="164" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="for loop" value="for(i=counter;i>0;i = i-1)" /> <TGConnectingPoint num="0" id="706" /> @@ -3243,8 +3306,9 @@ processing tasks <COMPONENT type="1505" id="737" > <cdparam x="161" y="108" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="Configure" value="Reference to a SD" /> <TGConnectingPoint num="0" id="727" /> @@ -3261,7 +3325,7 @@ processing tasks <COMPONENT type="1507" id="739" > <cdparam x="213" y="280" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -3270,8 +3334,9 @@ processing tasks <COMPONENT type="1505" id="750" > <cdparam x="338" y="245" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="TransferCycle" value="Reference to a SD" /> <TGConnectingPoint num="0" id="740" /> @@ -3288,7 +3353,7 @@ processing tasks <COMPONENT type="1506" id="752" > <cdparam x="216" y="37" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -3306,7 +3371,7 @@ processing tasks </CONNECTOR><SUBCOMPONENT type="-1" id="753" > <father id="754" num="0" /> <cdparam x="400" y="199" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -3347,7 +3412,7 @@ processing tasks </CommunicationPatternDiagramPanel> -<TMLSDPanel name="Configure" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="Configure" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1522" id="833" > <cdparam x="220" y="55" /> <sizeparam width="10" height="750" minWidth="10" minHeight="250" maxWidth="10" maxHeight="1500" minDesiredWidth="0" minDesiredHeight="0" /> @@ -3440,7 +3505,7 @@ processing tasks </TMLSDPanel> -<TMLSDPanel name="TransferCycle" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="TransferCycle" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1520" id="883" > <cdparam x="1045" y="58" /> <sizeparam width="10" height="500" minWidth="10" minHeight="250" maxWidth="10" maxHeight="1500" minDesiredWidth="0" minDesiredHeight="0" /> @@ -3818,10 +3883,10 @@ processing tasks <Modeling type="TML CP" nameTab="DMA_transfer" > -<CommunicationPatternDiagramPanel name="MainCP" minX="10" maxX="1400" minY="10" maxY="900" > +<CommunicationPatternDiagramPanel name="MainCP" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1507" id="1089" > <cdparam x="381" y="392" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -3830,8 +3895,9 @@ processing tasks <COMPONENT type="1510" id="1093" > <cdparam x="107" y="220" /> -<sizeparam width="164" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="164" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="for loop" value="for(i=counter;i>0;i = i-1)" /> <TGConnectingPoint num="0" id="1090" /> @@ -3882,7 +3948,7 @@ CPU via interrupts (no polling messages) <COMPONENT type="1507" id="1112" > <cdparam x="179" y="374" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -3891,8 +3957,9 @@ CPU via interrupts (no polling messages) <COMPONENT type="1505" id="1123" > <cdparam x="329" y="300" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="DMACycle_SD" value="Reference to a SD" /> <TGConnectingPoint num="0" id="1113" /> @@ -3909,8 +3976,9 @@ CPU via interrupts (no polling messages) <COMPONENT type="1505" id="1134" > <cdparam x="127" y="299" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="TerminateDMA_SD" value="Reference to a SD" /> <TGConnectingPoint num="0" id="1124" /> @@ -3927,8 +3995,9 @@ CPU via interrupts (no polling messages) <COMPONENT type="1505" id="1145" > <cdparam x="127" y="129" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="ConfigureDMA_SD" value="Reference to a SD" /> <TGConnectingPoint num="0" id="1135" /> @@ -3945,7 +4014,7 @@ CPU via interrupts (no polling messages) <COMPONENT type="1506" id="1147" > <cdparam x="182" y="65" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -3979,7 +4048,7 @@ CPU via interrupts (no polling messages) </CONNECTOR><SUBCOMPONENT type="-1" id="1150" > <father id="1151" num="0" /> <cdparam x="391" y="234" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -4012,7 +4081,7 @@ CPU via interrupts (no polling messages) </CommunicationPatternDiagramPanel> -<TMLSDPanel name="ConfigureDMA_SD" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="ConfigureDMA_SD" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1521" id="1204" > <cdparam x="386" y="56" /> <sizeparam width="10" height="500" minWidth="10" minHeight="250" maxWidth="10" maxHeight="1500" minDesiredWidth="0" minDesiredHeight="0" /> @@ -4234,7 +4303,7 @@ CPU via interrupts (no polling messages) </TMLSDPanel> -<TMLSDPanel name="DMACycle_SD" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="DMACycle_SD" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1520" id="1356" > <cdparam x="1072" y="56" /> <sizeparam width="10" height="500" minWidth="10" minHeight="250" maxWidth="10" maxHeight="1500" minDesiredWidth="0" minDesiredHeight="0" /> @@ -4557,7 +4626,7 @@ CPU via interrupts (no polling messages) <SUBCOMPONENT type="1524" id="1515" > <father id="1565" num="0" /> <cdparam x="166" y="200" /> -<sizeparam width="146" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="146" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="5" maxX="5" minY="10" maxY="470" /> <infoparam name="action state" value="counter = counter - 1" /> @@ -4622,7 +4691,7 @@ CPU via interrupts (no polling messages) </TMLSDPanel> -<TMLSDPanel name="TerminateDMA_SD" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="TerminateDMA_SD" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1521" id="1619" > <cdparam x="332" y="52" /> <sizeparam width="10" height="500" minWidth="10" minHeight="250" maxWidth="10" maxHeight="1500" minDesiredWidth="0" minDesiredHeight="0" /> @@ -4844,10 +4913,10 @@ CPU via interrupts (no polling messages) <Modeling type="TML CP" nameTab="Double_DMA_transfer" > -<CommunicationPatternDiagramPanel name="MainCP" minX="10" maxX="1400" minY="10" maxY="900" > +<CommunicationPatternDiagramPanel name="MainCP" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1507" id="1723" > <cdparam x="234" y="316" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -4856,7 +4925,7 @@ CPU via interrupts (no polling messages) <COMPONENT type="1506" id="1725" > <cdparam x="237" y="80" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -4903,8 +4972,9 @@ INTERRUPTS <COMPONENT type="1504" id="1753" > <cdparam x="183" y="230" /> -<sizeparam width="123" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="123" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="DMATransfer2" value="Reference to a CP" /> <TGConnectingPoint num="0" id="1743" /> @@ -4921,8 +4991,9 @@ INTERRUPTS <COMPONENT type="1504" id="1764" > <cdparam x="183" y="139" /> -<sizeparam width="123" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="123" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="DMATransfer1" value="Reference to a CP" /> <TGConnectingPoint num="0" id="1754" /> @@ -4964,10 +5035,10 @@ INTERRUPTS </CommunicationPatternDiagramPanel> -<CommunicationPatternDiagramPanel name="DMATransfer1" minX="10" maxX="1400" minY="10" maxY="900" > +<CommunicationPatternDiagramPanel name="DMATransfer1" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1507" id="1769" > <cdparam x="437" y="337" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -4976,8 +5047,9 @@ INTERRUPTS <COMPONENT type="1510" id="1773" > <cdparam x="184" y="193" /> -<sizeparam width="164" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="164" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="for loop" value="for(i=counter1;i>0;i=i-1)" /> <TGConnectingPoint num="0" id="1770" /> @@ -4990,7 +5062,7 @@ INTERRUPTS <COMPONENT type="1507" id="1775" > <cdparam x="256" y="350" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -4999,8 +5071,9 @@ INTERRUPTS <COMPONENT type="1505" id="1786" > <cdparam x="385" y="250" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="DMACycle_SD1" value="Reference to a SD" /> <TGConnectingPoint num="0" id="1776" /> @@ -5017,8 +5090,9 @@ INTERRUPTS <COMPONENT type="1505" id="1797" > <cdparam x="204" y="275" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="TerminateDMA_SD1" value="Reference to a SD" /> <TGConnectingPoint num="0" id="1787" /> @@ -5035,8 +5109,9 @@ INTERRUPTS <COMPONENT type="1505" id="1808" > <cdparam x="203" y="99" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="ConfigureDMA_SD1" value="Reference to a SD" /> <TGConnectingPoint num="0" id="1798" /> @@ -5053,7 +5128,7 @@ INTERRUPTS <COMPONENT type="1506" id="1810" > <cdparam x="258" y="35" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -5071,7 +5146,7 @@ INTERRUPTS </CONNECTOR><SUBCOMPONENT type="-1" id="1811" > <father id="1812" num="0" /> <cdparam x="447" y="207" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -5120,10 +5195,10 @@ INTERRUPTS </CommunicationPatternDiagramPanel> -<CommunicationPatternDiagramPanel name="DMATransfer2" minX="10" maxX="1400" minY="10" maxY="900" > +<CommunicationPatternDiagramPanel name="DMATransfer2" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1507" id="1819" > <cdparam x="416" y="344" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -5132,8 +5207,9 @@ INTERRUPTS <COMPONENT type="1510" id="1823" > <cdparam x="154" y="195" /> -<sizeparam width="172" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="172" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="for loop" value="for(i=counter2;i>0;i = i-1)" /> <TGConnectingPoint num="0" id="1820" /> @@ -5146,7 +5222,7 @@ INTERRUPTS <COMPONENT type="1507" id="1825" > <cdparam x="230" y="371" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -5155,8 +5231,9 @@ INTERRUPTS <COMPONENT type="1505" id="1836" > <cdparam x="364" y="256" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="DMACycle_SD2" value="Reference to a SD" /> <TGConnectingPoint num="0" id="1826" /> @@ -5173,8 +5250,9 @@ INTERRUPTS <COMPONENT type="1505" id="1847" > <cdparam x="178" y="296" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="TerminateDMA_SD2" value="Reference to a SD" /> <TGConnectingPoint num="0" id="1837" /> @@ -5191,8 +5269,9 @@ INTERRUPTS <COMPONENT type="1505" id="1858" > <cdparam x="178" y="103" /> -<sizeparam width="124" height="35" minWidth="70" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="35" minWidth="70" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="ConfigureDMA_SD2" value="Reference to a SD" /> <TGConnectingPoint num="0" id="1848" /> @@ -5209,7 +5288,7 @@ INTERRUPTS <COMPONENT type="1506" id="1860" > <cdparam x="233" y="39" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -5227,7 +5306,7 @@ INTERRUPTS </CONNECTOR><SUBCOMPONENT type="-1" id="1861" > <father id="1862" num="0" /> <cdparam x="426" y="209" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -5276,7 +5355,7 @@ INTERRUPTS </CommunicationPatternDiagramPanel> -<TMLSDPanel name="ConfigureDMA_SD1" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="ConfigureDMA_SD1" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1521" id="1917" > <cdparam x="386" y="56" /> <sizeparam width="10" height="500" minWidth="10" minHeight="250" maxWidth="10" maxHeight="1500" minDesiredWidth="0" minDesiredHeight="0" /> @@ -5407,7 +5486,7 @@ INTERRUPTS <SUBCOMPONENT type="1524" id="1926" > <father id="1976" num="0" /> <cdparam x="616" y="151" /> -<sizeparam width="194" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="194" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="5" maxX="5" minY="10" maxY="470" /> <infoparam name="action state" value="counter1 = bytesToTransfer1" /> @@ -5514,7 +5593,7 @@ INTERRUPTS </TMLSDPanel> -<TMLSDPanel name="DMACycle_SD1" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="DMACycle_SD1" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1520" id="2078" > <cdparam x="1072" y="56" /> <sizeparam width="10" height="500" minWidth="10" minHeight="250" maxWidth="10" maxHeight="1500" minDesiredWidth="0" minDesiredHeight="0" /> @@ -5837,7 +5916,7 @@ INTERRUPTS <SUBCOMPONENT type="1524" id="2237" > <father id="2287" num="0" /> <cdparam x="166" y="252" /> -<sizeparam width="146" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="146" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="5" maxX="5" minY="10" maxY="470" /> <infoparam name="action state" value="counter = counter - 1" /> @@ -5902,7 +5981,7 @@ INTERRUPTS </TMLSDPanel> -<TMLSDPanel name="TerminateDMA_SD1" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="TerminateDMA_SD1" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="301" id="2308" > <cdparam x="716" y="60" /> <sizeparam width="344" height="39" minWidth="50" minHeight="20" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> @@ -6150,7 +6229,7 @@ sequence diagram. </TMLSDPanel> -<TMLSDPanel name="ConfigureDMA_SD2" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="ConfigureDMA_SD2" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1521" id="2510" > <cdparam x="384" y="54" /> <sizeparam width="10" height="500" minWidth="10" minHeight="250" maxWidth="10" maxHeight="1500" minDesiredWidth="0" minDesiredHeight="0" /> @@ -6372,7 +6451,7 @@ sequence diagram. </TMLSDPanel> -<TMLSDPanel name="DMACycle_SD2" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="DMACycle_SD2" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1520" id="2662" > <cdparam x="1037" y="57" /> <sizeparam width="10" height="500" minWidth="10" minHeight="250" maxWidth="10" maxHeight="1500" minDesiredWidth="0" minDesiredHeight="0" /> @@ -6695,7 +6774,7 @@ sequence diagram. <SUBCOMPONENT type="1524" id="2821" > <father id="2871" num="0" /> <cdparam x="131" y="253" /> -<sizeparam width="146" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="146" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="5" maxX="5" minY="10" maxY="470" /> <infoparam name="action state" value="counter = counter - 1" /> @@ -6760,7 +6839,7 @@ sequence diagram. </TMLSDPanel> -<TMLSDPanel name="TerminateDMA_SD2" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLSDPanel name="TerminateDMA_SD2" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1521" id="2925" > <cdparam x="280" y="53" /> <sizeparam width="10" height="500" minWidth="10" minHeight="250" maxWidth="10" maxHeight="1500" minDesiredWidth="0" minDesiredHeight="0" /> @@ -6982,7 +7061,7 @@ sequence diagram. <Modeling type="TML Architecture" nameTab="Embb" > -<TMLArchiDiagramPanel name="DIPLODOCUS architecture and mapping Diagram" minX="10" maxX="1900" minY="10" maxY="1900" attributes="0" masterClockFrequency="200" > +<TMLArchiDiagramPanel name="DIPLODOCUS architecture and mapping Diagram" minX="10" maxX="1900" minY="10" maxY="1900" attributes="0" masterClockFrequency="200" zoom="1.0" > <COMPONENT type="1100" id="3052" > <cdparam x="560" y="807" /> <sizeparam width="150" height="100" minWidth="150" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> @@ -7015,7 +7094,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3051" /> <extraparam> <info stereotype="CPURR" nodeName="INTL_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -7051,7 +7130,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3076" /> <extraparam> <info stereotype="CPURR" nodeName="ADAIF_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -7087,7 +7166,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3101" /> <extraparam> <info stereotype="MEMORY" nodeName="ADAIF_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="2" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="2" /> </extraparam> </COMPONENT> @@ -7123,7 +7202,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3126" /> <extraparam> <info stereotype="CPURR" nodeName="ADAIF_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="4" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="4" encryption="0"/> </extraparam> </COMPONENT> @@ -7195,7 +7274,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3176" /> <extraparam> <info stereotype="MEMORY" nodeName="DDR" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="4" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="4" /> </extraparam> </COMPONENT> @@ -7231,7 +7310,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3201" /> <extraparam> <info stereotype="CPURR" nodeName="MainCPU" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -7267,7 +7346,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3226" /> <extraparam> <info stereotype="BUS-RR" nodeName="MainBus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -7339,7 +7418,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3276" /> <extraparam> <info stereotype="BUS-RR" nodeName="Crossbar" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -7411,7 +7490,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3326" /> <extraparam> <info stereotype="MEMORY" nodeName="INTL_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="3" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="3" /> </extraparam> </COMPONENT> @@ -7447,7 +7526,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3351" /> <extraparam> <info stereotype="CPURR" nodeName="INTL_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="2" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="2" encryption="0"/> </extraparam> </COMPONENT> @@ -7483,7 +7562,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3376" /> <extraparam> <info stereotype="BUS-RR" nodeName="INTL_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -7519,7 +7598,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3401" /> <extraparam> <info stereotype="BUS-RR" nodeName="ADAIF_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -7555,7 +7634,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3426" /> <extraparam> <info stereotype="CPURR" nodeName="FEP_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -7591,7 +7670,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3451" /> <extraparam> <info stereotype="MEMORY" nodeName="FEP_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="0" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="0" /> </extraparam> </COMPONENT> @@ -7627,7 +7706,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3476" /> <extraparam> <info stereotype="CPURR" nodeName="FEP_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="2" execcTime="1" clockRatio="1" MECType="1" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="2" execcTime="1" clockRatio="1" operation="" MECType="1" encryption="0"/> </extraparam> </COMPONENT> @@ -7699,7 +7778,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3526" /> <extraparam> <info stereotype="BUS-RR" nodeName="FEP_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -7735,7 +7814,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3551" /> <extraparam> <info stereotype="CPURR" nodeName="MAPPER_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -7807,7 +7886,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3601" /> <extraparam> <info stereotype="MEMORY" nodeName="MAPPER_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="1" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="1" /> </extraparam> </COMPONENT> @@ -7843,7 +7922,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3626" /> <extraparam> <info stereotype="CPURR" nodeName="MAPPER_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="3" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="3" encryption="0"/> </extraparam> </COMPONENT> @@ -7879,7 +7958,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3651" /> <extraparam> <info stereotype="BUS-RR" nodeName="MAPPER_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -8228,7 +8307,7 @@ sequence diagram. <Modeling type="TML Architecture" nameTab="Mapping_0" > -<TMLArchiDiagramPanel name="DIPLODOCUS architecture and mapping Diagram" minX="10" maxX="1900" minY="10" maxY="1900" attributes="0" masterClockFrequency="200" > +<TMLArchiDiagramPanel name="DIPLODOCUS architecture and mapping Diagram" minX="10" maxX="1900" minY="10" maxY="1900" attributes="0" masterClockFrequency="200" zoom="1.0" > <COMPONENT type="1100" id="3705" > <cdparam x="560" y="807" /> <sizeparam width="150" height="100" minWidth="150" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> @@ -8261,7 +8340,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3704" /> <extraparam> <info stereotype="CPURR" nodeName="INTL_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -8297,7 +8376,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3729" /> <extraparam> <info stereotype="CPURR" nodeName="ADAIF_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -8333,7 +8412,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3754" /> <extraparam> <info stereotype="MEMORY" nodeName="ADAIF_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="2" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="2" /> </extraparam> </COMPONENT> @@ -8369,13 +8448,13 @@ sequence diagram. <TGConnectingPoint num="23" id="3788" /> <extraparam> <info stereotype="CPURR" nodeName="ADAIF_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="4" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="4" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="3764" > <father id="3789" num="0" /> <cdparam x="109" y="301" /> -<sizeparam width="146" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="146" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="106" minY="0" maxY="141" /> <infoparam name="TGComponent" value="Zigbee_TX::X_Sink" /> @@ -8388,7 +8467,7 @@ sequence diagram. <TGConnectingPoint num="6" id="3762" /> <TGConnectingPoint num="7" id="3763" /> <extraparam> -<info value="Zigbee_TX::X_Sink" taskName="X_Sink" referenceTaskName="Zigbee_TX" priority="0" operation="Adaif operation" fatherComponentMECType="4" /> +<info value="Zigbee_TX::X_Sink" taskName="X_Sink" referenceTaskName="Zigbee_TX" priority="0" operationMEC="Adaif operation" fatherComponentMECType="4" /> </extraparam> </SUBCOMPONENT> @@ -8460,7 +8539,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3838" /> <extraparam> <info stereotype="MEMORY" nodeName="DDR" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="4" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="4" /> </extraparam> </COMPONENT> @@ -8496,16 +8575,16 @@ sequence diagram. <TGConnectingPoint num="23" id="3935" /> <extraparam> <info stereotype="CPURR" nodeName="MainCPU" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="3848" > <father id="3936" num="0" /> -<cdparam x="1686" y="522" /> -<sizeparam width="156" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1465" y="339" /> +<sizeparam width="164" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="261" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_I" /> +<cdrectangleparam minX="0" maxX="253" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Source" /> <TGConnectingPoint num="0" id="3840" /> <TGConnectingPoint num="1" id="3841" /> <TGConnectingPoint num="2" id="3842" /> @@ -8515,16 +8594,16 @@ sequence diagram. <TGConnectingPoint num="6" id="3846" /> <TGConnectingPoint num="7" id="3847" /> <extraparam> -<info value="Zigbee_TX::F_CWP_I" taskName="F_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operation="F_CWP_I" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Source" taskName="F_Source" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Source" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="3857" > <father id="3936" num="1" /> -<cdparam x="1685" y="459" /> -<sizeparam width="162" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1466" y="395" /> +<sizeparam width="164" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="255" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_Q" /> +<cdrectangleparam minX="0" maxX="253" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::X_Source" /> <TGConnectingPoint num="0" id="3849" /> <TGConnectingPoint num="1" id="3850" /> <TGConnectingPoint num="2" id="3851" /> @@ -8534,16 +8613,16 @@ sequence diagram. <TGConnectingPoint num="6" id="3855" /> <TGConnectingPoint num="7" id="3856" /> <extraparam> -<info value="Zigbee_TX::F_CWP_Q" taskName="F_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operation="F_CWP_Q" fatherComponentMECType="0" /> +<info value="Zigbee_TX::X_Source" taskName="X_Source" referenceTaskName="Zigbee_TX" priority="0" operationMEC="X_Source" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="3866" > <father id="3936" num="2" /> -<cdparam x="1691" y="345" /> -<sizeparam width="145" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1466" y="456" /> +<sizeparam width="223" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="272" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_CWL" /> +<cdrectangleparam minX="0" maxX="194" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Symbol2ChipSeq" /> <TGConnectingPoint num="0" id="3858" /> <TGConnectingPoint num="1" id="3859" /> <TGConnectingPoint num="2" id="3860" /> @@ -8553,16 +8632,16 @@ sequence diagram. <TGConnectingPoint num="6" id="3864" /> <TGConnectingPoint num="7" id="3865" /> <extraparam> -<info value="Zigbee_TX::F_CWL" taskName="F_CWL" referenceTaskName="Zigbee_TX" priority="0" operation="F_CWL" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Symbol2ChipSeq" taskName="F_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Symbol2ChipSeq" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="3875" > <father id="3936" num="3" /> -<cdparam x="1688" y="405" /> -<sizeparam width="146" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1466" y="518" /> +<sizeparam width="206" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="271" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Sink" /> +<cdrectangleparam minX="0" maxX="211" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Chip_to_Octet" /> <TGConnectingPoint num="0" id="3867" /> <TGConnectingPoint num="1" id="3868" /> <TGConnectingPoint num="2" id="3869" /> @@ -8572,16 +8651,16 @@ sequence diagram. <TGConnectingPoint num="6" id="3873" /> <TGConnectingPoint num="7" id="3874" /> <extraparam> -<info value="Zigbee_TX::F_Sink" taskName="F_Sink" referenceTaskName="Zigbee_TX" priority="0" operation="F_Sink" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Chip_to_Octet" taskName="F_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Chip_to_Octet" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="3884" > <father id="3936" num="4" /> -<cdparam x="1466" y="518" /> -<sizeparam width="206" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1688" y="405" /> +<sizeparam width="146" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="211" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Chip_to_Octet" /> +<cdrectangleparam minX="0" maxX="271" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Sink" /> <TGConnectingPoint num="0" id="3876" /> <TGConnectingPoint num="1" id="3877" /> <TGConnectingPoint num="2" id="3878" /> @@ -8591,16 +8670,16 @@ sequence diagram. <TGConnectingPoint num="6" id="3882" /> <TGConnectingPoint num="7" id="3883" /> <extraparam> -<info value="Zigbee_TX::F_Chip_to_Octet" taskName="F_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operation="F_Chip_to_Octet" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Sink" taskName="F_Sink" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Sink" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="3893" > <father id="3936" num="5" /> -<cdparam x="1466" y="456" /> -<sizeparam width="223" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1691" y="345" /> +<sizeparam width="145" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="194" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Symbol2ChipSeq" /> +<cdrectangleparam minX="0" maxX="272" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_CWL" /> <TGConnectingPoint num="0" id="3885" /> <TGConnectingPoint num="1" id="3886" /> <TGConnectingPoint num="2" id="3887" /> @@ -8610,16 +8689,16 @@ sequence diagram. <TGConnectingPoint num="6" id="3891" /> <TGConnectingPoint num="7" id="3892" /> <extraparam> -<info value="Zigbee_TX::F_Symbol2ChipSeq" taskName="F_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operation="F_Symbol2ChipSeq" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_CWL" taskName="F_CWL" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_CWL" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="3902" > <father id="3936" num="6" /> -<cdparam x="1466" y="395" /> -<sizeparam width="164" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1685" y="459" /> +<sizeparam width="162" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="253" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::X_Source" /> +<cdrectangleparam minX="0" maxX="255" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_Q" /> <TGConnectingPoint num="0" id="3894" /> <TGConnectingPoint num="1" id="3895" /> <TGConnectingPoint num="2" id="3896" /> @@ -8629,16 +8708,16 @@ sequence diagram. <TGConnectingPoint num="6" id="3900" /> <TGConnectingPoint num="7" id="3901" /> <extraparam> -<info value="Zigbee_TX::X_Source" taskName="X_Source" referenceTaskName="Zigbee_TX" priority="0" operation="X_Source" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_CWP_Q" taskName="F_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_CWP_Q" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="3911" > <father id="3936" num="7" /> -<cdparam x="1465" y="339" /> -<sizeparam width="164" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1686" y="522" /> +<sizeparam width="156" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="253" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Source" /> +<cdrectangleparam minX="0" maxX="261" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_I" /> <TGConnectingPoint num="0" id="3903" /> <TGConnectingPoint num="1" id="3904" /> <TGConnectingPoint num="2" id="3905" /> @@ -8648,7 +8727,7 @@ sequence diagram. <TGConnectingPoint num="6" id="3909" /> <TGConnectingPoint num="7" id="3910" /> <extraparam> -<info value="Zigbee_TX::F_Source" taskName="F_Source" referenceTaskName="Zigbee_TX" priority="0" operation="F_Source" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_CWP_I" taskName="F_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_CWP_I" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> @@ -8684,7 +8763,7 @@ sequence diagram. <TGConnectingPoint num="23" id="3960" /> <extraparam> <info stereotype="BUS-RR" nodeName="MainBus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -8756,7 +8835,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4010" /> <extraparam> <info stereotype="BUS-RR" nodeName="Crossbar" /> -<attributes byteDataSize="8" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="8" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -8828,7 +8907,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4060" /> <extraparam> <info stereotype="MEMORY" nodeName="INTL_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="3" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="3" /> </extraparam> </COMPONENT> @@ -8864,13 +8943,13 @@ sequence diagram. <TGConnectingPoint num="23" id="4094" /> <extraparam> <info stereotype="CPURR" nodeName="INTL_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="2" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="2" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="4070" > <father id="4095" num="0" /> <cdparam x="105" y="993" /> -<sizeparam width="206" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="206" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="28" minY="0" maxY="100" /> <infoparam name="TGComponent" value="Zigbee_TX::X_Chip_to_Octet" /> @@ -8883,7 +8962,7 @@ sequence diagram. <TGConnectingPoint num="6" id="4068" /> <TGConnectingPoint num="7" id="4069" /> <extraparam> -<info value="Zigbee_TX::X_Chip_to_Octet" taskName="X_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operation="Interleaver operation" fatherComponentMECType="2" /> +<info value="Zigbee_TX::X_Chip_to_Octet" taskName="X_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operationMEC="Interleaver operation" fatherComponentMECType="2" /> </extraparam> </SUBCOMPONENT> @@ -8919,7 +8998,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4119" /> <extraparam> <info stereotype="BUS-RR" nodeName="INTL_Bus" /> -<attributes byteDataSize="8" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="8" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -8955,7 +9034,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4144" /> <extraparam> <info stereotype="BUS-RR" nodeName="ADAIF_Bus" /> -<attributes byteDataSize="8" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="8" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -8991,7 +9070,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4169" /> <extraparam> <info stereotype="CPURR" nodeName="FEP_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -9027,7 +9106,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4194" /> <extraparam> <info stereotype="MEMORY" nodeName="FEP_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="0" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="0" /> </extraparam> </COMPONENT> @@ -9063,16 +9142,16 @@ sequence diagram. <TGConnectingPoint num="23" id="4246" /> <extraparam> <info stereotype="CPURR" nodeName="FEP_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="2" execcTime="1" clockRatio="1" MECType="1" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="2" execcTime="1" clockRatio="1" operation="" MECType="1" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="4204" > <father id="4247" num="0" /> -<cdparam x="700" y="233" /> -<sizeparam width="145" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="732" y="283" /> +<sizeparam width="156" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="93" minY="0" maxY="145" /> -<infoparam name="TGComponent" value="Zigbee_TX::X_CWL" /> +<cdrectangleparam minX="0" maxX="82" minY="0" maxY="145" /> +<infoparam name="TGComponent" value="Zigbee_TX::X_CWP_I" /> <TGConnectingPoint num="0" id="4196" /> <TGConnectingPoint num="1" id="4197" /> <TGConnectingPoint num="2" id="4198" /> @@ -9082,13 +9161,13 @@ sequence diagram. <TGConnectingPoint num="6" id="4202" /> <TGConnectingPoint num="7" id="4203" /> <extraparam> -<info value="Zigbee_TX::X_CWL" taskName="X_CWL" referenceTaskName="Zigbee_TX" priority="0" operation="CWL" fatherComponentMECType="1" /> +<info value="Zigbee_TX::X_CWP_I" taskName="X_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operationMEC="CWP" fatherComponentMECType="1" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="4213" > <father id="4247" num="1" /> <cdparam x="701" y="329" /> -<sizeparam width="162" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="162" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="76" minY="0" maxY="145" /> <infoparam name="TGComponent" value="Zigbee_TX::X_CWP_Q" /> @@ -9101,16 +9180,16 @@ sequence diagram. <TGConnectingPoint num="6" id="4211" /> <TGConnectingPoint num="7" id="4212" /> <extraparam> -<info value="Zigbee_TX::X_CWP_Q" taskName="X_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operation="CWP" fatherComponentMECType="1" /> +<info value="Zigbee_TX::X_CWP_Q" taskName="X_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operationMEC="CWP" fatherComponentMECType="1" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="4222" > <father id="4247" num="2" /> -<cdparam x="732" y="283" /> -<sizeparam width="156" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="700" y="233" /> +<sizeparam width="145" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="82" minY="0" maxY="145" /> -<infoparam name="TGComponent" value="Zigbee_TX::X_CWP_I" /> +<cdrectangleparam minX="0" maxX="93" minY="0" maxY="145" /> +<infoparam name="TGComponent" value="Zigbee_TX::X_CWL" /> <TGConnectingPoint num="0" id="4214" /> <TGConnectingPoint num="1" id="4215" /> <TGConnectingPoint num="2" id="4216" /> @@ -9120,7 +9199,7 @@ sequence diagram. <TGConnectingPoint num="6" id="4220" /> <TGConnectingPoint num="7" id="4221" /> <extraparam> -<info value="Zigbee_TX::X_CWP_I" taskName="X_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operation="CWP" fatherComponentMECType="1" /> +<info value="Zigbee_TX::X_CWL" taskName="X_CWL" referenceTaskName="Zigbee_TX" priority="0" operationMEC="CWL" fatherComponentMECType="1" /> </extraparam> </SUBCOMPONENT> @@ -9192,7 +9271,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4296" /> <extraparam> <info stereotype="BUS-RR" nodeName="FEP_Bus" /> -<attributes byteDataSize="8" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="8" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -9228,7 +9307,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4321" /> <extraparam> <info stereotype="CPURR" nodeName="MAPPER_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -9300,7 +9379,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4371" /> <extraparam> <info stereotype="MEMORY" nodeName="MAPPER_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="1" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="1" /> </extraparam> </COMPONENT> @@ -9336,13 +9415,13 @@ sequence diagram. <TGConnectingPoint num="23" id="4405" /> <extraparam> <info stereotype="CPURR" nodeName="MAPPER_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="3" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="3" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="4381" > <father id="4406" num="0" /> <cdparam x="755" y="1028" /> -<sizeparam width="223" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="223" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="-4" minY="0" maxY="118" /> <infoparam name="TGComponent" value="Zigbee_TX::X_Symbol2ChipSeq" /> @@ -9355,7 +9434,7 @@ sequence diagram. <TGConnectingPoint num="6" id="4379" /> <TGConnectingPoint num="7" id="4380" /> <extraparam> -<info value="Zigbee_TX::X_Symbol2ChipSeq" taskName="X_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operation="Mapper operation" fatherComponentMECType="3" /> +<info value="Zigbee_TX::X_Symbol2ChipSeq" taskName="X_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operationMEC="Mapper operation" fatherComponentMECType="3" /> </extraparam> </SUBCOMPONENT> @@ -9391,7 +9470,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4430" /> <extraparam> <info stereotype="BUS-RR" nodeName="MAPPER_Bus" /> -<attributes byteDataSize="8" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="8" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -9428,7 +9507,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="4440" > <father id="4449" num="0" /> <cdparam x="292" y="1303" /> -<sizeparam width="212" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="212" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="207" minY="0" maxY="45" /> <infoparam name="TGComponent" value="Zigbee_TX::chip2octet_ch_in" /> @@ -9441,7 +9520,7 @@ sequence diagram. <TGConnectingPoint num="6" id="4438" /> <TGConnectingPoint num="7" id="4439" /> <extraparam> -<info value="Zigbee_TX::chip2octet_ch_in" portName="chip2octet_ch_in" referenceCommunicationName="Zigbee_TX" typeName="port" mappedMemory="INTL_MSS" bufferType="3" packedBinaryIn="ON" width="1" bitInOffset="2" inputOffset="3" packedBinaryOut="ON" bitOutOffset="4" outputOffset="5" offsetPerm="6" lengthPerm="7" /> +<info value="Zigbee_TX::chip2octet_ch_in" portName="chip2octet_ch_in" referenceCommunicationName="Zigbee_TX" typeName="port" mappedMemory="INTL_MSS" bufferType="3" packedBinaryIn="" width="" bitInOffset="" inputOffset="" packedBinaryOut="" bitOutOffset="" outputOffset="" offsetPerm="" lengthPerm="" /> </extraparam> </SUBCOMPONENT> @@ -9476,7 +9555,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="4458" > <father id="4467" num="0" /> <cdparam x="327" y="1437" /> -<sizeparam width="164" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="164" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="241" minY="0" maxY="48" /> <infoparam name="TGComponent" value="Zigbee_TX::cwl_ch_in" /> @@ -9533,7 +9612,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="4476" > <father id="4485" num="0" /> <cdparam x="700" y="1290" /> -<sizeparam width="170" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="170" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="125" minY="0" maxY="105" /> <infoparam name="TGComponent" value="Zigbee_TX::sink_ch_in" /> @@ -9580,7 +9659,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="4494" > <father id="4503" num="0" /> <cdparam x="157" y="1179" /> -<sizeparam width="247" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="247" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="174" minY="0" maxY="45" /> <infoparam name="TGComponent" value="Zigbee_TX::symbol2ChipSeq_ch_in" /> @@ -9942,7 +10021,7 @@ sequence diagram. <Modeling type="TML Architecture" nameTab="Mapping_1" > -<TMLArchiDiagramPanel name="DIPLODOCUS architecture and mapping Diagram" minX="10" maxX="1900" minY="10" maxY="1900" attributes="0" masterClockFrequency="200" > +<TMLArchiDiagramPanel name="DIPLODOCUS architecture and mapping Diagram" minX="10" maxX="1900" minY="10" maxY="1900" attributes="0" masterClockFrequency="200" zoom="1.0" > <COMPONENT type="1100" id="4556" > <cdparam x="560" y="807" /> <sizeparam width="150" height="100" minWidth="150" minHeight="100" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> @@ -9975,7 +10054,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4555" /> <extraparam> <info stereotype="CPURR" nodeName="INTL_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -10011,7 +10090,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4580" /> <extraparam> <info stereotype="CPURR" nodeName="ADAIF_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -10047,7 +10126,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4605" /> <extraparam> <info stereotype="MEMORY" nodeName="ADAIF_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="2" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="2" /> </extraparam> </COMPONENT> @@ -10083,13 +10162,13 @@ sequence diagram. <TGConnectingPoint num="23" id="4639" /> <extraparam> <info stereotype="CPURR" nodeName="ADAIF_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="4" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="4" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="4615" > <father id="4640" num="0" /> <cdparam x="48" y="315" /> -<sizeparam width="146" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="146" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="106" minY="0" maxY="141" /> <infoparam name="TGComponent" value="Zigbee_TX::X_Sink" /> @@ -10102,7 +10181,7 @@ sequence diagram. <TGConnectingPoint num="6" id="4613" /> <TGConnectingPoint num="7" id="4614" /> <extraparam> -<info value="Zigbee_TX::X_Sink" taskName="X_Sink" referenceTaskName="Zigbee_TX" priority="0" operation="Adaif operation" fatherComponentMECType="4" /> +<info value="Zigbee_TX::X_Sink" taskName="X_Sink" referenceTaskName="Zigbee_TX" priority="0" operationMEC="Adaif operation" fatherComponentMECType="4" /> </extraparam> </SUBCOMPONENT> @@ -10174,7 +10253,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4689" /> <extraparam> <info stereotype="MEMORY" nodeName="DDR" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="4" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="4" /> </extraparam> </COMPONENT> @@ -10210,16 +10289,16 @@ sequence diagram. <TGConnectingPoint num="23" id="4786" /> <extraparam> <info stereotype="CPURR" nodeName="MainCPU" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="4699" > <father id="4787" num="0" /> -<cdparam x="1465" y="339" /> -<sizeparam width="164" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1686" y="522" /> +<sizeparam width="156" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="253" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Source" /> +<cdrectangleparam minX="0" maxX="261" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_I" /> <TGConnectingPoint num="0" id="4691" /> <TGConnectingPoint num="1" id="4692" /> <TGConnectingPoint num="2" id="4693" /> @@ -10229,16 +10308,16 @@ sequence diagram. <TGConnectingPoint num="6" id="4697" /> <TGConnectingPoint num="7" id="4698" /> <extraparam> -<info value="Zigbee_TX::F_Source" taskName="F_Source" referenceTaskName="Zigbee_TX" priority="0" operation="F_Source" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_CWP_I" taskName="F_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_CWP_I" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="4708" > <father id="4787" num="1" /> -<cdparam x="1466" y="395" /> -<sizeparam width="164" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1685" y="459" /> +<sizeparam width="162" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="253" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::X_Source" /> +<cdrectangleparam minX="0" maxX="255" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_Q" /> <TGConnectingPoint num="0" id="4700" /> <TGConnectingPoint num="1" id="4701" /> <TGConnectingPoint num="2" id="4702" /> @@ -10248,16 +10327,16 @@ sequence diagram. <TGConnectingPoint num="6" id="4706" /> <TGConnectingPoint num="7" id="4707" /> <extraparam> -<info value="Zigbee_TX::X_Source" taskName="X_Source" referenceTaskName="Zigbee_TX" priority="0" operation="X_Source" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_CWP_Q" taskName="F_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_CWP_Q" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="4717" > <father id="4787" num="2" /> -<cdparam x="1466" y="456" /> -<sizeparam width="223" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1691" y="345" /> +<sizeparam width="145" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="194" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Symbol2ChipSeq" /> +<cdrectangleparam minX="0" maxX="272" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_CWL" /> <TGConnectingPoint num="0" id="4709" /> <TGConnectingPoint num="1" id="4710" /> <TGConnectingPoint num="2" id="4711" /> @@ -10267,16 +10346,16 @@ sequence diagram. <TGConnectingPoint num="6" id="4715" /> <TGConnectingPoint num="7" id="4716" /> <extraparam> -<info value="Zigbee_TX::F_Symbol2ChipSeq" taskName="F_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operation="F_Symbol2ChipSeq" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_CWL" taskName="F_CWL" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_CWL" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="4726" > <father id="4787" num="3" /> -<cdparam x="1466" y="518" /> -<sizeparam width="206" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1688" y="405" /> +<sizeparam width="146" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="211" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Chip_to_Octet" /> +<cdrectangleparam minX="0" maxX="271" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Sink" /> <TGConnectingPoint num="0" id="4718" /> <TGConnectingPoint num="1" id="4719" /> <TGConnectingPoint num="2" id="4720" /> @@ -10286,16 +10365,16 @@ sequence diagram. <TGConnectingPoint num="6" id="4724" /> <TGConnectingPoint num="7" id="4725" /> <extraparam> -<info value="Zigbee_TX::F_Chip_to_Octet" taskName="F_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operation="F_Chip_to_Octet" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Sink" taskName="F_Sink" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Sink" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="4735" > <father id="4787" num="4" /> -<cdparam x="1688" y="405" /> -<sizeparam width="146" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1466" y="518" /> +<sizeparam width="206" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="271" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Sink" /> +<cdrectangleparam minX="0" maxX="211" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Chip_to_Octet" /> <TGConnectingPoint num="0" id="4727" /> <TGConnectingPoint num="1" id="4728" /> <TGConnectingPoint num="2" id="4729" /> @@ -10305,16 +10384,16 @@ sequence diagram. <TGConnectingPoint num="6" id="4733" /> <TGConnectingPoint num="7" id="4734" /> <extraparam> -<info value="Zigbee_TX::F_Sink" taskName="F_Sink" referenceTaskName="Zigbee_TX" priority="0" operation="F_Sink" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Chip_to_Octet" taskName="F_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Chip_to_Octet" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="4744" > <father id="4787" num="5" /> -<cdparam x="1691" y="345" /> -<sizeparam width="145" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1466" y="456" /> +<sizeparam width="223" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="272" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_CWL" /> +<cdrectangleparam minX="0" maxX="194" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Symbol2ChipSeq" /> <TGConnectingPoint num="0" id="4736" /> <TGConnectingPoint num="1" id="4737" /> <TGConnectingPoint num="2" id="4738" /> @@ -10324,16 +10403,16 @@ sequence diagram. <TGConnectingPoint num="6" id="4742" /> <TGConnectingPoint num="7" id="4743" /> <extraparam> -<info value="Zigbee_TX::F_CWL" taskName="F_CWL" referenceTaskName="Zigbee_TX" priority="0" operation="F_CWL" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Symbol2ChipSeq" taskName="F_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Symbol2ChipSeq" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="4753" > <father id="4787" num="6" /> -<cdparam x="1685" y="459" /> -<sizeparam width="162" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1466" y="395" /> +<sizeparam width="164" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="255" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_Q" /> +<cdrectangleparam minX="0" maxX="253" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::X_Source" /> <TGConnectingPoint num="0" id="4745" /> <TGConnectingPoint num="1" id="4746" /> <TGConnectingPoint num="2" id="4747" /> @@ -10343,16 +10422,16 @@ sequence diagram. <TGConnectingPoint num="6" id="4751" /> <TGConnectingPoint num="7" id="4752" /> <extraparam> -<info value="Zigbee_TX::F_CWP_Q" taskName="F_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operation="F_CWP_Q" fatherComponentMECType="0" /> +<info value="Zigbee_TX::X_Source" taskName="X_Source" referenceTaskName="Zigbee_TX" priority="0" operationMEC="X_Source" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="4762" > <father id="4787" num="7" /> -<cdparam x="1686" y="522" /> -<sizeparam width="156" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1465" y="339" /> +<sizeparam width="164" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="261" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_I" /> +<cdrectangleparam minX="0" maxX="253" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Source" /> <TGConnectingPoint num="0" id="4754" /> <TGConnectingPoint num="1" id="4755" /> <TGConnectingPoint num="2" id="4756" /> @@ -10362,7 +10441,7 @@ sequence diagram. <TGConnectingPoint num="6" id="4760" /> <TGConnectingPoint num="7" id="4761" /> <extraparam> -<info value="Zigbee_TX::F_CWP_I" taskName="F_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operation="F_CWP_I" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Source" taskName="F_Source" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Source" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> @@ -10398,7 +10477,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4811" /> <extraparam> <info stereotype="BUS-RR" nodeName="MainBus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -10470,7 +10549,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4861" /> <extraparam> <info stereotype="BUS-RR" nodeName="Crossbar" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -10542,7 +10621,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4911" /> <extraparam> <info stereotype="MEMORY" nodeName="INTL_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="3" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="3" /> </extraparam> </COMPONENT> @@ -10578,13 +10657,13 @@ sequence diagram. <TGConnectingPoint num="23" id="4945" /> <extraparam> <info stereotype="CPURR" nodeName="INTL_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="2" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="2" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="4921" > <father id="4946" num="0" /> <cdparam x="105" y="993" /> -<sizeparam width="206" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="206" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="28" minY="0" maxY="100" /> <infoparam name="TGComponent" value="Zigbee_TX::X_Chip_to_Octet" /> @@ -10597,7 +10676,7 @@ sequence diagram. <TGConnectingPoint num="6" id="4919" /> <TGConnectingPoint num="7" id="4920" /> <extraparam> -<info value="Zigbee_TX::X_Chip_to_Octet" taskName="X_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operation="Interleaver operation" fatherComponentMECType="2" /> +<info value="Zigbee_TX::X_Chip_to_Octet" taskName="X_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operationMEC="Interleaver operation" fatherComponentMECType="2" /> </extraparam> </SUBCOMPONENT> @@ -10633,7 +10712,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4970" /> <extraparam> <info stereotype="BUS-RR" nodeName="INTL_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -10669,7 +10748,7 @@ sequence diagram. <TGConnectingPoint num="23" id="4995" /> <extraparam> <info stereotype="BUS-RR" nodeName="ADAIF_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -10705,7 +10784,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5020" /> <extraparam> <info stereotype="CPURR" nodeName="FEP_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -10741,7 +10820,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5045" /> <extraparam> <info stereotype="MEMORY" nodeName="FEP_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="0" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="0" /> </extraparam> </COMPONENT> @@ -10777,16 +10856,16 @@ sequence diagram. <TGConnectingPoint num="23" id="5097" /> <extraparam> <info stereotype="CPURR" nodeName="FEP_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="2" execcTime="1" clockRatio="1" MECType="1" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="2" execcTime="1" clockRatio="1" operation="" MECType="1" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="5055" > <father id="5098" num="0" /> -<cdparam x="671" y="289" /> -<sizeparam width="156" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="639" y="239" /> +<sizeparam width="145" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="82" minY="0" maxY="145" /> -<infoparam name="TGComponent" value="Zigbee_TX::X_CWP_I" /> +<cdrectangleparam minX="0" maxX="93" minY="0" maxY="145" /> +<infoparam name="TGComponent" value="Zigbee_TX::X_CWL" /> <TGConnectingPoint num="0" id="5047" /> <TGConnectingPoint num="1" id="5048" /> <TGConnectingPoint num="2" id="5049" /> @@ -10796,13 +10875,13 @@ sequence diagram. <TGConnectingPoint num="6" id="5053" /> <TGConnectingPoint num="7" id="5054" /> <extraparam> -<info value="Zigbee_TX::X_CWP_I" taskName="X_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operation="CWP" fatherComponentMECType="1" /> +<info value="Zigbee_TX::X_CWL" taskName="X_CWL" referenceTaskName="Zigbee_TX" priority="0" operationMEC="CWL" fatherComponentMECType="1" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5064" > <father id="5098" num="1" /> <cdparam x="640" y="335" /> -<sizeparam width="162" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="162" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="76" minY="0" maxY="145" /> <infoparam name="TGComponent" value="Zigbee_TX::X_CWP_Q" /> @@ -10815,16 +10894,16 @@ sequence diagram. <TGConnectingPoint num="6" id="5062" /> <TGConnectingPoint num="7" id="5063" /> <extraparam> -<info value="Zigbee_TX::X_CWP_Q" taskName="X_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operation="CWP" fatherComponentMECType="1" /> +<info value="Zigbee_TX::X_CWP_Q" taskName="X_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operationMEC="CWP" fatherComponentMECType="1" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5073" > <father id="5098" num="2" /> -<cdparam x="639" y="239" /> -<sizeparam width="145" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="671" y="289" /> +<sizeparam width="156" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="93" minY="0" maxY="145" /> -<infoparam name="TGComponent" value="Zigbee_TX::X_CWL" /> +<cdrectangleparam minX="0" maxX="82" minY="0" maxY="145" /> +<infoparam name="TGComponent" value="Zigbee_TX::X_CWP_I" /> <TGConnectingPoint num="0" id="5065" /> <TGConnectingPoint num="1" id="5066" /> <TGConnectingPoint num="2" id="5067" /> @@ -10834,7 +10913,7 @@ sequence diagram. <TGConnectingPoint num="6" id="5071" /> <TGConnectingPoint num="7" id="5072" /> <extraparam> -<info value="Zigbee_TX::X_CWL" taskName="X_CWL" referenceTaskName="Zigbee_TX" priority="0" operation="CWL" fatherComponentMECType="1" /> +<info value="Zigbee_TX::X_CWP_I" taskName="X_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operationMEC="CWP" fatherComponentMECType="1" /> </extraparam> </SUBCOMPONENT> @@ -10906,7 +10985,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5147" /> <extraparam> <info stereotype="BUS-RR" nodeName="FEP_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -10942,7 +11021,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5172" /> <extraparam> <info stereotype="CPURR" nodeName="MAPPER_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -11014,7 +11093,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5222" /> <extraparam> <info stereotype="MEMORY" nodeName="MAPPER_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="1" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="1" /> </extraparam> </COMPONENT> @@ -11050,13 +11129,13 @@ sequence diagram. <TGConnectingPoint num="23" id="5256" /> <extraparam> <info stereotype="CPURR" nodeName="MAPPER_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="3" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="3" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="5232" > <father id="5257" num="0" /> <cdparam x="755" y="1028" /> -<sizeparam width="223" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="223" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="-4" minY="0" maxY="118" /> <infoparam name="TGComponent" value="Zigbee_TX::X_Symbol2ChipSeq" /> @@ -11069,7 +11148,7 @@ sequence diagram. <TGConnectingPoint num="6" id="5230" /> <TGConnectingPoint num="7" id="5231" /> <extraparam> -<info value="Zigbee_TX::X_Symbol2ChipSeq" taskName="X_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operation="Mapper operation" fatherComponentMECType="3" /> +<info value="Zigbee_TX::X_Symbol2ChipSeq" taskName="X_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operationMEC="Mapper operation" fatherComponentMECType="3" /> </extraparam> </SUBCOMPONENT> @@ -11105,7 +11184,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5281" /> <extraparam> <info stereotype="BUS-RR" nodeName="MAPPER_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -11142,7 +11221,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="5291" > <father id="5300" num="0" /> <cdparam x="292" y="1303" /> -<sizeparam width="212" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="212" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="207" minY="0" maxY="45" /> <infoparam name="TGComponent" value="Zigbee_TX::chip2octet_ch_in" /> @@ -11155,7 +11234,7 @@ sequence diagram. <TGConnectingPoint num="6" id="5289" /> <TGConnectingPoint num="7" id="5290" /> <extraparam> -<info value="Zigbee_TX::chip2octet_ch_in" portName="chip2octet_ch_in" referenceCommunicationName="Zigbee_TX" typeName="port" mappedMemory="INTL_MSS" bufferType="3" packedBinaryIn="ON" width="123" bitInOffset="123" inputOffset="123" packedBinaryOut="ON" bitOutOffset="123" outputOffset="123" offsetPerm="123" lengthPerm="123" /> +<info value="Zigbee_TX::chip2octet_ch_in" portName="chip2octet_ch_in" referenceCommunicationName="Zigbee_TX" typeName="port" mappedMemory="INTL_MSS" bufferType="3" packedBinaryIn="" width="" bitInOffset="" inputOffset="" packedBinaryOut="" bitOutOffset="" outputOffset="" offsetPerm="" lengthPerm="" /> </extraparam> </SUBCOMPONENT> @@ -11189,7 +11268,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="5309" > <father id="5318" num="0" /> <cdparam x="327" y="1437" /> -<sizeparam width="164" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="164" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="241" minY="0" maxY="48" /> <infoparam name="TGComponent" value="Zigbee_TX::cwl_ch_in" /> @@ -11244,7 +11323,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="5327" > <father id="5336" num="0" /> <cdparam x="701" y="1315" /> -<sizeparam width="170" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="170" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="125" minY="0" maxY="105" /> <infoparam name="TGComponent" value="Zigbee_TX::sink_ch_in" /> @@ -11289,7 +11368,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="5345" > <father id="5354" num="0" /> <cdparam x="280" y="1181" /> -<sizeparam width="247" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="247" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="174" minY="0" maxY="45" /> <infoparam name="TGComponent" value="Zigbee_TX::symbol2ChipSeq_ch_in" /> @@ -11651,10 +11730,10 @@ sequence diagram. <Modeling type="TML Architecture" nameTab="Mapping_2" > -<TMLArchiDiagramPanel name="DIPLODOCUS architecture and mapping Diagram" minX="10" maxX="1900" minY="10" maxY="1900" attributes="0" masterClockFrequency="200" > +<TMLArchiDiagramPanel name="DIPLODOCUS architecture and mapping Diagram" minX="10" maxX="1900" minY="10" maxY="1900" attributes="0" masterClockFrequency="200" zoom="1.0" > <COMPONENT type="10000" id="5383" > <cdparam x="172" y="27" /> -<sizeparam width="316" height="40" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="317" height="40" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1900" minY="10" maxY="1900" /> <infoparam name="TGComponent" value="/homes/apvrille/TTool/hal/EmbbMappingApp1.hal" /> @@ -11695,7 +11774,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5407" /> <extraparam> <info stereotype="CPURR" nodeName="INTL_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -11731,7 +11810,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5432" /> <extraparam> <info stereotype="CPURR" nodeName="ADAIF_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -11767,7 +11846,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5457" /> <extraparam> <info stereotype="MEMORY" nodeName="ADAIF_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="2" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="2" /> </extraparam> </COMPONENT> @@ -11803,15 +11882,15 @@ sequence diagram. <TGConnectingPoint num="23" id="5491" /> <extraparam> <info stereotype="CPURR" nodeName="ADAIF_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="4" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="4" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="5467" > <father id="5492" num="0" /> <cdparam x="48" y="315" /> -<sizeparam width="146" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="141" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="106" minY="0" maxY="141" /> +<cdrectangleparam minX="0" maxX="111" minY="0" maxY="141" /> <infoparam name="TGComponent" value="Zigbee_TX::X_Sink" /> <TGConnectingPoint num="0" id="5459" /> <TGConnectingPoint num="1" id="5460" /> @@ -11822,7 +11901,7 @@ sequence diagram. <TGConnectingPoint num="6" id="5465" /> <TGConnectingPoint num="7" id="5466" /> <extraparam> -<info value="Zigbee_TX::X_Sink" taskName="X_Sink" referenceTaskName="Zigbee_TX" priority="0" operation="Adaif operation" fatherComponentMECType="4" /> +<info value="Zigbee_TX::X_Sink" taskName="X_Sink" referenceTaskName="Zigbee_TX" priority="0" operationMEC="Adaif operation" fatherComponentMECType="4" /> </extraparam> </SUBCOMPONENT> @@ -11894,7 +11973,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5541" /> <extraparam> <info stereotype="MEMORY" nodeName="DDR" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="4" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="4" /> </extraparam> </COMPONENT> @@ -11930,16 +12009,16 @@ sequence diagram. <TGConnectingPoint num="23" id="5638" /> <extraparam> <info stereotype="CPURR" nodeName="MainCPU" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="5551" > <father id="5639" num="0" /> -<cdparam x="1686" y="522" /> -<sizeparam width="156" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1465" y="339" /> +<sizeparam width="154" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="261" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_I" /> +<cdrectangleparam minX="0" maxX="263" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Source" /> <TGConnectingPoint num="0" id="5543" /> <TGConnectingPoint num="1" id="5544" /> <TGConnectingPoint num="2" id="5545" /> @@ -11949,16 +12028,16 @@ sequence diagram. <TGConnectingPoint num="6" id="5549" /> <TGConnectingPoint num="7" id="5550" /> <extraparam> -<info value="Zigbee_TX::F_CWP_I" taskName="F_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operation="F_CWP_I" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Source" taskName="F_Source" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Source" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5560" > <father id="5639" num="1" /> -<cdparam x="1685" y="459" /> -<sizeparam width="162" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1466" y="395" /> +<sizeparam width="156" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="255" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_Q" /> +<cdrectangleparam minX="0" maxX="261" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::X_Source" /> <TGConnectingPoint num="0" id="5552" /> <TGConnectingPoint num="1" id="5553" /> <TGConnectingPoint num="2" id="5554" /> @@ -11968,16 +12047,16 @@ sequence diagram. <TGConnectingPoint num="6" id="5558" /> <TGConnectingPoint num="7" id="5559" /> <extraparam> -<info value="Zigbee_TX::F_CWP_Q" taskName="F_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operation="F_CWP_Q" fatherComponentMECType="0" /> +<info value="Zigbee_TX::X_Source" taskName="X_Source" referenceTaskName="Zigbee_TX" priority="0" operationMEC="X_Source" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5569" > <father id="5639" num="2" /> -<cdparam x="1691" y="345" /> -<sizeparam width="145" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1466" y="456" /> +<sizeparam width="212" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="272" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_CWL" /> +<cdrectangleparam minX="0" maxX="205" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Symbol2ChipSeq" /> <TGConnectingPoint num="0" id="5561" /> <TGConnectingPoint num="1" id="5562" /> <TGConnectingPoint num="2" id="5563" /> @@ -11987,16 +12066,16 @@ sequence diagram. <TGConnectingPoint num="6" id="5567" /> <TGConnectingPoint num="7" id="5568" /> <extraparam> -<info value="Zigbee_TX::F_CWL" taskName="F_CWL" referenceTaskName="Zigbee_TX" priority="0" operation="F_CWL" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Symbol2ChipSeq" taskName="F_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Symbol2ChipSeq" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5578" > <father id="5639" num="3" /> -<cdparam x="1688" y="405" /> -<sizeparam width="146" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1466" y="518" /> +<sizeparam width="195" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="271" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Sink" /> +<cdrectangleparam minX="0" maxX="222" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Chip_to_Octet" /> <TGConnectingPoint num="0" id="5570" /> <TGConnectingPoint num="1" id="5571" /> <TGConnectingPoint num="2" id="5572" /> @@ -12006,16 +12085,16 @@ sequence diagram. <TGConnectingPoint num="6" id="5576" /> <TGConnectingPoint num="7" id="5577" /> <extraparam> -<info value="Zigbee_TX::F_Sink" taskName="F_Sink" referenceTaskName="Zigbee_TX" priority="0" operation="F_Sink" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Chip_to_Octet" taskName="F_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Chip_to_Octet" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5587" > <father id="5639" num="4" /> -<cdparam x="1466" y="518" /> -<sizeparam width="206" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1688" y="405" /> +<sizeparam width="139" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="211" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Chip_to_Octet" /> +<cdrectangleparam minX="0" maxX="278" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_Sink" /> <TGConnectingPoint num="0" id="5579" /> <TGConnectingPoint num="1" id="5580" /> <TGConnectingPoint num="2" id="5581" /> @@ -12025,16 +12104,16 @@ sequence diagram. <TGConnectingPoint num="6" id="5585" /> <TGConnectingPoint num="7" id="5586" /> <extraparam> -<info value="Zigbee_TX::F_Chip_to_Octet" taskName="F_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operation="F_Chip_to_Octet" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_Sink" taskName="F_Sink" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_Sink" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5596" > <father id="5639" num="5" /> -<cdparam x="1466" y="456" /> -<sizeparam width="223" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1691" y="345" /> +<sizeparam width="140" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="194" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Symbol2ChipSeq" /> +<cdrectangleparam minX="0" maxX="277" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_CWL" /> <TGConnectingPoint num="0" id="5588" /> <TGConnectingPoint num="1" id="5589" /> <TGConnectingPoint num="2" id="5590" /> @@ -12044,16 +12123,16 @@ sequence diagram. <TGConnectingPoint num="6" id="5594" /> <TGConnectingPoint num="7" id="5595" /> <extraparam> -<info value="Zigbee_TX::F_Symbol2ChipSeq" taskName="F_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operation="F_Symbol2ChipSeq" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_CWL" taskName="F_CWL" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_CWL" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5605" > <father id="5639" num="6" /> -<cdparam x="1466" y="395" /> -<sizeparam width="164" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1685" y="459" /> +<sizeparam width="156" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="253" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::X_Source" /> +<cdrectangleparam minX="0" maxX="261" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_Q" /> <TGConnectingPoint num="0" id="5597" /> <TGConnectingPoint num="1" id="5598" /> <TGConnectingPoint num="2" id="5599" /> @@ -12063,16 +12142,16 @@ sequence diagram. <TGConnectingPoint num="6" id="5603" /> <TGConnectingPoint num="7" id="5604" /> <extraparam> -<info value="Zigbee_TX::X_Source" taskName="X_Source" referenceTaskName="Zigbee_TX" priority="0" operation="X_Source" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_CWP_Q" taskName="F_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_CWP_Q" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5614" > <father id="5639" num="7" /> -<cdparam x="1465" y="339" /> -<sizeparam width="164" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="1686" y="522" /> +<sizeparam width="150" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="253" minY="0" maxY="253" /> -<infoparam name="TGComponent" value="Zigbee_TX::F_Source" /> +<cdrectangleparam minX="0" maxX="267" minY="0" maxY="253" /> +<infoparam name="TGComponent" value="Zigbee_TX::F_CWP_I" /> <TGConnectingPoint num="0" id="5606" /> <TGConnectingPoint num="1" id="5607" /> <TGConnectingPoint num="2" id="5608" /> @@ -12082,7 +12161,7 @@ sequence diagram. <TGConnectingPoint num="6" id="5612" /> <TGConnectingPoint num="7" id="5613" /> <extraparam> -<info value="Zigbee_TX::F_Source" taskName="F_Source" referenceTaskName="Zigbee_TX" priority="0" operation="F_Source" fatherComponentMECType="0" /> +<info value="Zigbee_TX::F_CWP_I" taskName="F_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operationMEC="F_CWP_I" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> @@ -12118,7 +12197,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5663" /> <extraparam> <info stereotype="BUS-RR" nodeName="MainBus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -12190,7 +12269,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5713" /> <extraparam> <info stereotype="BUS-RR" nodeName="Crossbar" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -12262,7 +12341,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5763" /> <extraparam> <info stereotype="MEMORY" nodeName="INTL_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="3" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="3" /> </extraparam> </COMPONENT> @@ -12298,15 +12377,15 @@ sequence diagram. <TGConnectingPoint num="23" id="5797" /> <extraparam> <info stereotype="CPURR" nodeName="INTL_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="2" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="2" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="5773" > <father id="5798" num="0" /> <cdparam x="105" y="993" /> -<sizeparam width="206" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="197" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="28" minY="0" maxY="100" /> +<cdrectangleparam minX="0" maxX="37" minY="0" maxY="100" /> <infoparam name="TGComponent" value="Zigbee_TX::X_Chip_to_Octet" /> <TGConnectingPoint num="0" id="5765" /> <TGConnectingPoint num="1" id="5766" /> @@ -12317,7 +12396,7 @@ sequence diagram. <TGConnectingPoint num="6" id="5771" /> <TGConnectingPoint num="7" id="5772" /> <extraparam> -<info value="Zigbee_TX::X_Chip_to_Octet" taskName="X_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operation="Interleaver operation" fatherComponentMECType="2" /> +<info value="Zigbee_TX::X_Chip_to_Octet" taskName="X_Chip_to_Octet" referenceTaskName="Zigbee_TX" priority="0" operationMEC="Interleaver operation" fatherComponentMECType="2" /> </extraparam> </SUBCOMPONENT> @@ -12353,7 +12432,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5822" /> <extraparam> <info stereotype="BUS-RR" nodeName="INTL_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -12389,7 +12468,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5847" /> <extraparam> <info stereotype="BUS-RR" nodeName="ADAIF_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -12425,7 +12504,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5872" /> <extraparam> <info stereotype="CPURR" nodeName="FEP_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -12461,7 +12540,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5897" /> <extraparam> <info stereotype="MEMORY" nodeName="FEP_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="0" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="0" /> </extraparam> </COMPONENT> @@ -12497,16 +12576,16 @@ sequence diagram. <TGConnectingPoint num="23" id="5949" /> <extraparam> <info stereotype="CPURR" nodeName="FEP_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="2" execcTime="1" clockRatio="1" MECType="1" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="2" execcTime="1" clockRatio="1" operation="" MECType="1" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="5907" > <father id="5950" num="0" /> -<cdparam x="639" y="239" /> -<sizeparam width="145" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="671" y="289" /> +<sizeparam width="152" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="93" minY="0" maxY="145" /> -<infoparam name="TGComponent" value="Zigbee_TX::X_CWL" /> +<cdrectangleparam minX="0" maxX="86" minY="0" maxY="145" /> +<infoparam name="TGComponent" value="Zigbee_TX::X_CWP_I" /> <TGConnectingPoint num="0" id="5899" /> <TGConnectingPoint num="1" id="5900" /> <TGConnectingPoint num="2" id="5901" /> @@ -12516,15 +12595,15 @@ sequence diagram. <TGConnectingPoint num="6" id="5905" /> <TGConnectingPoint num="7" id="5906" /> <extraparam> -<info value="Zigbee_TX::X_CWL" taskName="X_CWL" referenceTaskName="Zigbee_TX" priority="0" operation="CWL" fatherComponentMECType="1" /> +<info value="Zigbee_TX::X_CWP_I" taskName="X_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operationMEC="CWP" fatherComponentMECType="1" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5916" > <father id="5950" num="1" /> <cdparam x="640" y="335" /> -<sizeparam width="162" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="158" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="76" minY="0" maxY="145" /> +<cdrectangleparam minX="0" maxX="80" minY="0" maxY="145" /> <infoparam name="TGComponent" value="Zigbee_TX::X_CWP_Q" /> <TGConnectingPoint num="0" id="5908" /> <TGConnectingPoint num="1" id="5909" /> @@ -12535,16 +12614,16 @@ sequence diagram. <TGConnectingPoint num="6" id="5914" /> <TGConnectingPoint num="7" id="5915" /> <extraparam> -<info value="Zigbee_TX::X_CWP_Q" taskName="X_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operation="CWP" fatherComponentMECType="1" /> +<info value="Zigbee_TX::X_CWP_Q" taskName="X_CWP_Q" referenceTaskName="Zigbee_TX" priority="0" operationMEC="CWP" fatherComponentMECType="1" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="5925" > <father id="5950" num="2" /> -<cdparam x="671" y="289" /> -<sizeparam width="156" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="639" y="239" /> +<sizeparam width="142" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="82" minY="0" maxY="145" /> -<infoparam name="TGComponent" value="Zigbee_TX::X_CWP_I" /> +<cdrectangleparam minX="0" maxX="96" minY="0" maxY="145" /> +<infoparam name="TGComponent" value="Zigbee_TX::X_CWL" /> <TGConnectingPoint num="0" id="5917" /> <TGConnectingPoint num="1" id="5918" /> <TGConnectingPoint num="2" id="5919" /> @@ -12554,7 +12633,7 @@ sequence diagram. <TGConnectingPoint num="6" id="5923" /> <TGConnectingPoint num="7" id="5924" /> <extraparam> -<info value="Zigbee_TX::X_CWP_I" taskName="X_CWP_I" referenceTaskName="Zigbee_TX" priority="0" operation="CWP" fatherComponentMECType="1" /> +<info value="Zigbee_TX::X_CWL" taskName="X_CWL" referenceTaskName="Zigbee_TX" priority="0" operationMEC="CWL" fatherComponentMECType="1" /> </extraparam> </SUBCOMPONENT> @@ -12626,7 +12705,7 @@ sequence diagram. <TGConnectingPoint num="23" id="5999" /> <extraparam> <info stereotype="BUS-RR" nodeName="FEP_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -12662,7 +12741,7 @@ sequence diagram. <TGConnectingPoint num="23" id="6024" /> <extraparam> <info stereotype="CPURR" nodeName="MAPPER_DMA" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="0" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="0" encryption="0"/> </extraparam> </COMPONENT> @@ -12734,7 +12813,7 @@ sequence diagram. <TGConnectingPoint num="23" id="6074" /> <extraparam> <info stereotype="MEMORY" nodeName="MAPPER_MSS" /> -<attributes byteDataSize="4" clockRatio="1" bufferType="1" /> +<attributes byteDataSize="4" memorySize="1024" clockRatio="1" bufferType="1" /> </extraparam> </COMPONENT> @@ -12770,15 +12849,15 @@ sequence diagram. <TGConnectingPoint num="23" id="6108" /> <extraparam> <info stereotype="CPURR" nodeName="MAPPER_PSS" /> -<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" MECType="3" encryption="0"/> +<attributes nbOfCores="1" byteDataSize="4" schedulingPolicy="0" sliceTime="10000" goIdleTime="10" maxConsecutiveIdleCycles="10" pipelineSize="5" taskSwitchingTime="20" branchingPredictionPenalty="2" cacheMiss="5" execiTime="1" execcTime="1" clockRatio="1" operation="" MECType="3" encryption="0"/> </extraparam> </COMPONENT> <SUBCOMPONENT type="1101" id="6084" > <father id="6109" num="0" /> -<cdparam x="755" y="1028" /> -<sizeparam width="223" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="759" y="1028" /> +<sizeparam width="214" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="-4" minY="0" maxY="118" /> +<cdrectangleparam minX="0" maxX="5" minY="0" maxY="118" /> <infoparam name="TGComponent" value="Zigbee_TX::X_Symbol2ChipSeq" /> <TGConnectingPoint num="0" id="6076" /> <TGConnectingPoint num="1" id="6077" /> @@ -12789,7 +12868,7 @@ sequence diagram. <TGConnectingPoint num="6" id="6082" /> <TGConnectingPoint num="7" id="6083" /> <extraparam> -<info value="Zigbee_TX::X_Symbol2ChipSeq" taskName="X_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operation="Mapper operation" fatherComponentMECType="3" /> +<info value="Zigbee_TX::X_Symbol2ChipSeq" taskName="X_Symbol2ChipSeq" referenceTaskName="Zigbee_TX" priority="0" operationMEC="Mapper operation" fatherComponentMECType="3" /> </extraparam> </SUBCOMPONENT> @@ -12825,7 +12904,7 @@ sequence diagram. <TGConnectingPoint num="23" id="6133" /> <extraparam> <info stereotype="BUS-RR" nodeName="MAPPER_Bus" /> -<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" /> +<attributes byteDataSize="4" arbitrationPolicy="0" sliceTime="10000" pipelineSize="1" clockRatio="1" privacy="0" referenceAttack="" /> </extraparam> </COMPONENT> @@ -12862,7 +12941,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="6143" > <father id="6152" num="0" /> <cdparam x="292" y="1303" /> -<sizeparam width="212" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="212" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="207" minY="0" maxY="45" /> <infoparam name="TGComponent" value="Zigbee_TX::chip2octet_ch_in" /> @@ -12875,7 +12954,7 @@ sequence diagram. <TGConnectingPoint num="6" id="6141" /> <TGConnectingPoint num="7" id="6142" /> <extraparam> -<info value="Zigbee_TX::chip2octet_ch_in" portName="chip2octet_ch_in" referenceCommunicationName="Zigbee_TX" typeName="port" mappedMemory="INTL_MSS" bufferType="3" packedBinaryIn="ON" width="" bitInOffset="" inputOffset="" packedBinaryOut="ON" bitOutOffset="123" outputOffset="123" offsetPerm="123" lengthPerm="123" /> +<info value="Zigbee_TX::chip2octet_ch_in" portName="chip2octet_ch_in" referenceCommunicationName="Zigbee_TX" typeName="port" mappedMemory="INTL_MSS" bufferType="3" packedBinaryIn="" width="" bitInOffset="" inputOffset="" packedBinaryOut="" bitOutOffset="" outputOffset="" offsetPerm="" lengthPerm="" /> </extraparam> </SUBCOMPONENT> @@ -12909,7 +12988,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="6161" > <father id="6170" num="0" /> <cdparam x="327" y="1437" /> -<sizeparam width="164" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="164" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="241" minY="0" maxY="48" /> <infoparam name="TGComponent" value="Zigbee_TX::cwl_ch_in" /> @@ -12964,7 +13043,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="6179" > <father id="6188" num="0" /> <cdparam x="701" y="1315" /> -<sizeparam width="170" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="170" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="125" minY="0" maxY="105" /> <infoparam name="TGComponent" value="Zigbee_TX::sink_ch_in" /> @@ -13012,7 +13091,7 @@ sequence diagram. <SUBCOMPONENT type="1110" id="6197" > <father id="6206" num="0" /> <cdparam x="280" y="1181" /> -<sizeparam width="247" height="40" minWidth="75" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="247" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="174" minY="0" maxY="45" /> <infoparam name="TGComponent" value="Zigbee_TX::symbol2ChipSeq_ch_in" /> @@ -13373,22 +13452,22 @@ sequence diagram. -<Modeling type="TML Component Design" nameTab="WPD_App" > +<Modeling type="TML Component Design" nameTab="WPD_App" tabs="TML Component Task Diagram$SRC$OVLP$DMX$MX$DMX1$REP$FEED$RES$XPAT_cwm_out$SINK$X_fft$F_fft$X_dma$F_dma$X_cwm$F_cwm$F_cwa$X_cwa$X_sum$F_sum$X_dma1$F_dma1" > <TMLComponentTaskDiagramPanel name="TML Component Task Diagram" minX="10" maxX="1272" minY="10" maxY="583" channels="true" events="true" requests="true" zoom="1.0000000000000016" > <CONNECTOR type="126" id="6235" > <cdparam x="1029" y="409" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="1029" y="409" id="7088" /> -<P2 x="1044" y="406" id="7123" /> +<P1 x="1029" y="409" id="7175" /> +<P2 x="1044" y="406" id="7142" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6240" > <cdparam x="16" y="272" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="241" y="448" id="6376" /> -<P2 x="541" y="448" id="6399" /> +<P1 x="241" y="448" id="6382" /> +<P2 x="541" y="448" id="6401" /> <Point x="220" y="526" /> <Point x="220" y="560" /> <Point x="570" y="560" /> @@ -13397,7 +13476,7 @@ sequence diagram. </CONNECTOR><SUBCOMPONENT type="-1" id="6236" > <father id="6240" num="0" /> <cdparam x="220" y="526" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13405,7 +13484,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6237" > <father id="6240" num="1" /> <cdparam x="220" y="560" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13413,7 +13492,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6238" > <father id="6240" num="2" /> <cdparam x="570" y="560" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13421,7 +13500,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6239" > <father id="6240" num="3" /> <cdparam x="570" y="498" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13431,8 +13510,8 @@ sequence diagram. <cdparam x="207" y="242" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="541" y="448" id="6397" /> -<P2 x="241" y="448" id="6378" /> +<P1 x="541" y="448" id="6403" /> +<P2 x="241" y="448" id="6380" /> <Point x="587" y="478" /> <Point x="587" y="578" /> <Point x="208" y="578" /> @@ -13441,7 +13520,7 @@ sequence diagram. </CONNECTOR><SUBCOMPONENT type="-1" id="6241" > <father id="6245" num="0" /> <cdparam x="587" y="478" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13449,7 +13528,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6242" > <father id="6245" num="1" /> <cdparam x="587" y="578" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13457,7 +13536,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6243" > <father id="6245" num="2" /> <cdparam x="208" y="578" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13465,7 +13544,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6244" > <father id="6245" num="3" /> <cdparam x="208" y="507" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13475,8 +13554,8 @@ sequence diagram. <cdparam x="487" y="102" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="994" y="242" id="6357" /> -<P2 x="241" y="448" id="6374" /> +<P1 x="994" y="242" id="6359" /> +<P2 x="241" y="448" id="6384" /> <Point x="1005" y="242" /> <Point x="1005" y="282" /> <Point x="201" y="282" /> @@ -13485,7 +13564,7 @@ sequence diagram. </CONNECTOR><SUBCOMPONENT type="-1" id="6246" > <father id="6250" num="0" /> <cdparam x="1005" y="242" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13493,7 +13572,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6247" > <father id="6250" num="1" /> <cdparam x="1005" y="282" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13501,7 +13580,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6248" > <father id="6250" num="2" /> <cdparam x="201" y="282" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13509,7 +13588,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6249" > <father id="6250" num="3" /> <cdparam x="201" y="471" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13519,8 +13598,8 @@ sequence diagram. <cdparam x="487" y="88" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="994" y="218" id="6355" /> -<P2 x="241" y="448" id="6384" /> +<P1 x="994" y="218" id="6361" /> +<P2 x="241" y="448" id="6374" /> <Point x="1020" y="220" /> <Point x="1020" y="291" /> <Point x="215" y="291" /> @@ -13529,7 +13608,7 @@ sequence diagram. </CONNECTOR><SUBCOMPONENT type="-1" id="6251" > <father id="6255" num="0" /> <cdparam x="1020" y="220" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13537,7 +13616,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6252" > <father id="6255" num="1" /> <cdparam x="1020" y="291" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13545,7 +13624,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6253" > <father id="6255" num="2" /> <cdparam x="215" y="291" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13553,7 +13632,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6254" > <father id="6255" num="3" /> <cdparam x="215" y="449" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13563,120 +13642,120 @@ sequence diagram. <cdparam x="1124" y="324" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="1064" y="465" id="7156" /> -<P2 x="1113" y="457" id="7208" /> +<P1 x="1064" y="465" id="7099" /> +<P2 x="1113" y="457" id="7210" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6257" > <cdparam x="1124" y="303" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="1064" y="406" id="7118" /> -<P2 x="1113" y="419" id="7210" /> +<P1 x="1064" y="406" id="7137" /> +<P2 x="1113" y="419" id="7208" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6258" > <cdparam x="987" y="323" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="912" y="442" id="7071" /> -<P2 x="936" y="442" id="7137" /> +<P1 x="912" y="442" id="7069" /> +<P2 x="936" y="442" id="7118" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6259" > <cdparam x="987" y="303" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="912" y="420" id="7069" /> -<P2 x="936" y="415" id="7099" /> +<P1 x="912" y="420" id="7071" /> +<P2 x="936" y="415" id="7156" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6260" > <cdparam x="869" y="320" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="793" y="441" id="7024" /> -<P2 x="821" y="441" id="7067" /> +<P1 x="793" y="441" id="6967" /> +<P2 x="821" y="441" id="7073" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6261" > <cdparam x="869" y="299" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="793" y="420" id="6986" /> -<P2 x="821" y="420" id="7073" /> +<P1 x="793" y="420" id="7005" /> +<P2 x="821" y="420" id="7067" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6262" > <cdparam x="734" y="300" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="658" y="420" id="6418" /> -<P2 x="683" y="420" id="6967" /> +<P1 x="658" y="420" id="6420" /> +<P2 x="683" y="420" id="7024" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6263" > <cdparam x="734" y="321" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="658" y="441" id="6420" /> -<P2 x="683" y="441" id="7005" /> +<P1 x="658" y="441" id="6418" /> +<P2 x="683" y="441" id="6986" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6264" > <cdparam x="617" y="298" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="541" y="420" id="6401" /> -<P2 x="567" y="420" id="6422" /> +<P1 x="541" y="420" id="6399" /> +<P2 x="567" y="420" id="6416" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6265" > <cdparam x="617" y="320" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="541" y="440" id="6403" /> -<P2 x="567" y="440" id="6416" /> +<P1 x="541" y="440" id="6397" /> +<P2 x="567" y="440" id="6422" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6266" > <cdparam x="519" y="353" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="441" y="448" id="6924" /> -<P2 x="470" y="448" id="6395" /> +<P1 x="441" y="448" id="6795" /> +<P2 x="470" y="448" id="6405" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6267" > <cdparam x="519" y="333" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="441" y="448" id="6795" /> -<P2 x="470" y="448" id="6405" /> +<P1 x="441" y="448" id="6924" /> +<P2 x="470" y="448" id="6395" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6268" > <cdparam x="389" y="379" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="312" y="448" id="6382" /> -<P2 x="333" y="448" id="6814" /> +<P1 x="312" y="448" id="6376" /> +<P2 x="333" y="448" id="6905" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6269" > <cdparam x="389" y="359" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="312" y="448" id="6380" /> -<P2 x="333" y="448" id="6833" /> +<P1 x="312" y="448" id="6378" /> +<P2 x="333" y="448" id="6886" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6274" > <cdparam x="782" y="137" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="994" y="170" id="6359" /> -<P2 x="333" y="395" id="6852" /> +<P1 x="994" y="170" id="6357" /> +<P2 x="333" y="395" id="6867" /> <Point x="1058" y="170" /> <Point x="1058" y="328" /> <Point x="302" y="328" /> @@ -13685,7 +13764,7 @@ sequence diagram. </CONNECTOR><SUBCOMPONENT type="-1" id="6270" > <father id="6274" num="0" /> <cdparam x="1058" y="170" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13693,7 +13772,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6271" > <father id="6274" num="1" /> <cdparam x="1058" y="328" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13701,7 +13780,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6272" > <father id="6274" num="2" /> <cdparam x="302" y="328" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13709,7 +13788,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6273" > <father id="6274" num="3" /> <cdparam x="302" y="395" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13719,8 +13798,8 @@ sequence diagram. <cdparam x="782" y="159" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="994" y="190" id="6361" /> -<P2 x="333" y="416" id="6871" /> +<P1 x="994" y="190" id="6355" /> +<P2 x="333" y="416" id="6848" /> <Point x="1047" y="189" /> <Point x="1047" y="321" /> <Point x="288" y="321" /> @@ -13729,7 +13808,7 @@ sequence diagram. </CONNECTOR><SUBCOMPONENT type="-1" id="6275" > <father id="6279" num="0" /> <cdparam x="1047" y="189" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13737,7 +13816,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6276" > <father id="6279" num="1" /> <cdparam x="1047" y="321" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13745,7 +13824,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6277" > <father id="6279" num="2" /> <cdparam x="288" y="321" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13753,7 +13832,7 @@ sequence diagram. <SUBCOMPONENT type="-1" id="6278" > <father id="6279" num="3" /> <cdparam x="288" y="417" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="8" height="8" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="3900" minY="10" maxY="900" /> <infoparam name="point " value="null" /> @@ -13763,351 +13842,351 @@ sequence diagram. <cdparam x="693" y="193" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="890" y="221" id="6752" /> -<P2 x="923" y="221" id="6353" /> +<P1 x="890" y="221" id="6695" /> +<P2 x="923" y="221" id="6363" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6281" > <cdparam x="693" y="172" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="890" y="199" id="6714" /> -<P2 x="923" y="199" id="6363" /> +<P1 x="890" y="199" id="6733" /> +<P2 x="923" y="199" id="6353" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6282" > <cdparam x="557" y="191" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Composite port" value="Connector between ports" /> -<P1 x="753" y="219" id="6522" /> -<P2 x="780" y="219" id="6733" /> +<P1 x="753" y="219" id="6465" /> +<P2 x="780" y="219" id="6714" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6283" > <cdparam x="557" y="170" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Composite port" value="Connector between ports" /> -<P1 x="753" y="199" id="6484" /> -<P2 x="780" y="199" id="6695" /> +<P1 x="753" y="199" id="6503" /> +<P2 x="780" y="199" id="6752" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6284" > <cdparam x="427" y="190" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="635" y="199" id="6340" /> -<P2 x="643" y="199" id="6503" /> +<P1 x="635" y="199" id="6338" /> +<P2 x="643" y="199" id="6484" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6285" > <cdparam x="427" y="170" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="635" y="219" id="6338" /> -<P2 x="643" y="219" id="6465" /> +<P1 x="635" y="219" id="6340" /> +<P2 x="643" y="219" id="6522" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6286" > <cdparam x="320" y="186" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="513" y="205" id="6637" /> -<P2 x="534" y="215" id="6336" /> +<P1 x="513" y="205" id="6580" /> +<P2 x="534" y="215" id="6342" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6287" > <cdparam x="320" y="166" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="513" y="176" id="6599" /> -<P2 x="534" y="195" id="6342" /> +<P1 x="513" y="176" id="6618" /> +<P2 x="534" y="195" id="6336" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6288" > <cdparam x="188" y="186" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="322" y="216" id="6437" /> -<P2 x="348" y="212" id="6618" /> +<P1 x="322" y="216" id="6435" /> +<P2 x="348" y="212" id="6599" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6289" > <cdparam x="188" y="166" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="322" y="195" id="6435" /> -<P2 x="348" y="178" id="6580" /> +<P1 x="322" y="195" id="6437" /> +<P2 x="348" y="178" id="6637" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6290" > <cdparam x="67" y="336" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="195" y="213" id="6323" /> -<P2 x="221" y="215" id="6433" /> +<P1 x="195" y="213" id="6325" /> +<P2 x="221" y="215" id="6439" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6291" > <cdparam x="67" y="304" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="195" y="193" id="6325" /> -<P2 x="221" y="195" id="6439" /> +<P1 x="195" y="193" id="6323" /> +<P2 x="221" y="195" id="6433" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6292" > <cdparam x="480" y="337" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="480" y="223" id="6660" /> -<P2 x="493" y="205" id="6642" /> +<P1 x="480" y="223" id="6565" /> +<P2 x="493" y="205" id="6585" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6293" > <cdparam x="484" y="239" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="450" y="173" id="6569" /> -<P2 x="493" y="176" id="6604" /> +<P1 x="450" y="173" id="6656" /> +<P2 x="493" y="176" id="6623" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6294" > <cdparam x="403" y="300" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="368" y="212" id="6623" /> -<P2 x="389" y="223" id="6658" /> +<P1 x="368" y="212" id="6604" /> +<P2 x="389" y="223" id="6567" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6295" > <cdparam x="403" y="274" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="368" y="178" id="6585" /> -<P2 x="381" y="170" id="6567" /> +<P1 x="368" y="178" id="6642" /> +<P2 x="381" y="170" id="6658" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6296" > <cdparam x="469" y="378" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="410" y="191" id="6565" /> -<P2 x="416" y="191" id="6656" /> +<P1 x="410" y="191" id="6660" /> +<P2 x="416" y="191" id="6569" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6297" > <cdparam x="756" y="327" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="727" y="248" id="6541" /> -<P2 x="733" y="219" id="6527" /> +<P1 x="727" y="248" id="6454" /> +<P2 x="733" y="219" id="6470" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6298" > <cdparam x="760" y="229" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="728" y="176" id="6450" /> -<P2 x="733" y="199" id="6489" /> +<P1 x="728" y="176" id="6545" /> +<P2 x="733" y="199" id="6508" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6299" > <cdparam x="679" y="290" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="663" y="199" id="6508" /> -<P2 x="668" y="248" id="6543" /> +<P1 x="663" y="199" id="6489" /> +<P2 x="668" y="248" id="6452" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6300" > <cdparam x="679" y="264" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="663" y="219" id="6470" /> -<P2 x="667" y="173" id="6452" /> +<P1 x="663" y="219" id="6527" /> +<P2 x="667" y="173" id="6543" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6301" > <cdparam x="745" y="368" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="696" y="194" id="6454" /> -<P2 x="697" y="213" id="6545" /> +<P1 x="696" y="194" id="6541" /> +<P2 x="697" y="213" id="6450" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6302" > <cdparam x="928" y="350" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="868" y="249" id="6775" /> -<P2 x="870" y="221" id="6757" /> +<P1 x="868" y="249" id="6680" /> +<P2 x="870" y="221" id="6700" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6303" > <cdparam x="932" y="252" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="864" y="180" id="6684" /> -<P2 x="870" y="199" id="6719" /> +<P1 x="864" y="180" id="6771" /> +<P2 x="870" y="199" id="6738" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6304" > <cdparam x="851" y="313" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="800" y="219" id="6738" /> -<P2 x="802" y="249" id="6773" /> +<P1 x="800" y="219" id="6719" /> +<P2 x="802" y="249" id="6682" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6305" > <cdparam x="851" y="287" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="800" y="199" id="6700" /> -<P2 x="802" y="176" id="6682" /> +<P1 x="800" y="199" id="6757" /> +<P2 x="802" y="176" id="6773" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6306" > <cdparam x="917" y="391" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="829" y="200" id="6680" /> -<P2 x="833" y="215" id="6771" /> +<P1 x="829" y="200" id="6775" /> +<P2 x="833" y="215" id="6684" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6307" > <cdparam x="698" y="478" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="420" y="484" id="6890" /> -<P2 x="421" y="448" id="6929" /> +<P1 x="420" y="484" id="6837" /> +<P2 x="421" y="448" id="6800" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6308" > <cdparam x="696" y="390" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="418" y="433" id="6907" /> -<P2 x="421" y="448" id="6800" /> +<P1 x="418" y="433" id="6820" /> +<P2 x="421" y="448" id="6929" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6309" > <cdparam x="619" y="480" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="353" y="448" id="6819" /> -<P2 x="362" y="493" id="6896" /> +<P1 x="353" y="448" id="6910" /> +<P2 x="362" y="493" id="6831" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6310" > <cdparam x="619" y="386" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="353" y="416" id="6876" /> -<P2 x="362" y="476" id="6894" /> +<P1 x="353" y="416" id="6853" /> +<P2 x="362" y="476" id="6833" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6311" > <cdparam x="619" y="453" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="353" y="448" id="6838" /> -<P2 x="360" y="438" id="6913" /> +<P1 x="353" y="448" id="6891" /> +<P2 x="360" y="438" id="6814" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6312" > <cdparam x="619" y="360" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="353" y="395" id="6857" /> -<P2 x="360" y="421" id="6911" /> +<P1 x="353" y="395" id="6872" /> +<P2 x="360" y="421" id="6816" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6313" > <cdparam x="571" y="583" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="389" y="453" id="6909" /> -<P2 x="390" y="467" id="6892" /> +<P1 x="389" y="453" id="6818" /> +<P2 x="390" y="467" id="6835" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6314" > <cdparam x="918" y="409" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="768" y="435" id="7047" /> -<P2 x="773" y="441" id="7029" /> +<P1 x="768" y="435" id="6952" /> +<P2 x="773" y="441" id="6972" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6315" > <cdparam x="922" y="311" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="770" y="398" id="6956" /> -<P2 x="773" y="420" id="6991" /> +<P1 x="770" y="398" id="7043" /> +<P2 x="773" y="420" id="7010" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6316" > <cdparam x="841" y="372" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="703" y="441" id="7010" /> -<P2 x="705" y="435" id="7045" /> +<P1 x="703" y="441" id="6991" /> +<P2 x="705" y="435" id="6954" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6317" > <cdparam x="841" y="346" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="703" y="420" id="6972" /> -<P2 x="704" y="394" id="6954" /> +<P1 x="703" y="420" id="7029" /> +<P2 x="704" y="394" id="7045" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6318" > <cdparam x="907" y="450" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="733" y="423" id="6952" /> -<P2 x="733" y="406" id="7043" /> +<P1 x="733" y="423" id="7047" /> +<P2 x="733" y="406" id="6956" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6319" > <cdparam x="1272" y="373" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Composite port" value="Connector between ports" /> -<P1 x="1033" y="469" id="7179" /> -<P2 x="1044" y="465" id="7161" /> +<P1 x="1033" y="469" id="7084" /> +<P2 x="1044" y="465" id="7104" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6320" > <cdparam x="1195" y="336" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="956" y="442" id="7142" /> -<P2 x="970" y="473" id="7177" /> +<P1 x="956" y="442" id="7123" /> +<P2 x="970" y="473" id="7086" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6321" > <cdparam x="1195" y="310" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Composite port to Primitive port" value="Connector between ports" /> -<P1 x="956" y="415" id="7104" /> -<P2 x="963" y="408" id="7086" /> +<P1 x="956" y="415" id="7161" /> +<P2 x="963" y="408" id="7177" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="6322" > <cdparam x="1261" y="414" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from Primitive port to Primitive port" value="Connector between ports" /> -<P1 x="992" y="434" id="7084" /> -<P2 x="1004" y="448" id="7175" /> +<P1 x="992" y="434" id="7179" /> +<P2 x="1004" y="448" id="7088" /> <AutomaticDrawing data="true" /> </CONNECTOR> <COMPONENT type="1202" id="6335" > <cdparam x="102" y="176" /> <sizeparam width="82" height="55" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Primitive component" value="SRC" /> <TGConnectingPoint num="0" id="6327" /> <TGConnectingPoint num="1" id="6328" /> @@ -14118,21 +14197,22 @@ sequence diagram. <TGConnectingPoint num="6" id="6333" /> <TGConnectingPoint num="7" id="6334" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="PREX" value="1" type="0" typeOther="" /> <Attribute access="2" id="r_size" value="100" type="0" typeOther="" /> </extraparam> </COMPONENT> <SUBCOMPONENT type="1203" id="6324" > <father id="6335" num="0" /> -<cdparam x="174" y="203" /> +<cdparam x="174" y="183" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="72" minY="-10" maxY="45" /> -<infoparam name="Primitive port" value="Event src_out" /> +<infoparam name="Primitive port" value="Channel src_out" /> <TGConnectingPoint num="0" id="6323" /> <extraparam> -<Prop commName="src_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="src_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14141,15 +14221,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6326" > <father id="6335" num="1" /> -<cdparam x="174" y="183" /> +<cdparam x="174" y="203" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="72" minY="-10" maxY="45" /> -<infoparam name="Primitive port" value="Channel src_out" /> +<infoparam name="Primitive port" value="Event src_out" /> <TGConnectingPoint num="0" id="6325" /> <extraparam> -<Prop commName="src_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="src_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14161,7 +14241,7 @@ sequence diagram. <cdparam x="544" y="177" /> <sizeparam width="80" height="55" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Primitive component" value="OVLP" /> <TGConnectingPoint num="0" id="6344" /> <TGConnectingPoint num="1" id="6345" /> @@ -14172,6 +14252,7 @@ sequence diagram. <TGConnectingPoint num="6" id="6350" /> <TGConnectingPoint num="7" id="6351" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="in_size" value="" type="0" typeOther="" /> <Attribute access="2" id="valid" value="" type="0" typeOther="" /> <Attribute access="2" id="roff" value="" type="0" typeOther="" /> @@ -14182,15 +14263,15 @@ sequence diagram. </COMPONENT> <SUBCOMPONENT type="1203" id="6337" > <father id="6352" num="0" /> -<cdparam x="534" y="205" /> +<cdparam x="534" y="185" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="70" minY="-10" maxY="45" /> -<infoparam name="Primitive port" value="Event in" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="6336" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14199,15 +14280,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6339" > <father id="6352" num="1" /> -<cdparam x="614" y="209" /> +<cdparam x="614" y="189" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="70" minY="-10" maxY="45" /> -<infoparam name="Primitive port" value="Channel ovlp_out" /> +<infoparam name="Primitive port" value="Event ovlp_out" /> <TGConnectingPoint num="0" id="6338" /> <extraparam> -<Prop commName="ovlp_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="ovlp_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14216,15 +14297,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6341" > <father id="6352" num="2" /> -<cdparam x="614" y="189" /> +<cdparam x="614" y="209" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="70" minY="-10" maxY="45" /> -<infoparam name="Primitive port" value="Event ovlp_out" /> +<infoparam name="Primitive port" value="Channel ovlp_out" /> <TGConnectingPoint num="0" id="6340" /> <extraparam> -<Prop commName="ovlp_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="ovlp_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14233,15 +14314,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6343" > <father id="6352" num="3" /> -<cdparam x="534" y="185" /> +<cdparam x="534" y="205" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="70" minY="-10" maxY="45" /> -<infoparam name="Primitive port" value="Channel in" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="6342" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14253,7 +14334,7 @@ sequence diagram. <cdparam x="933" y="151" /> <sizeparam width="50" height="107" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Primitive component" value="DMX" /> <TGConnectingPoint num="0" id="6365" /> <TGConnectingPoint num="1" id="6366" /> @@ -14264,21 +14345,22 @@ sequence diagram. <TGConnectingPoint num="6" id="6371" /> <TGConnectingPoint num="7" id="6372" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="bn" value="0" type="0" typeOther="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </COMPONENT> <SUBCOMPONENT type="1203" id="6354" > <father id="6373" num="0" /> -<cdparam x="923" y="211" /> +<cdparam x="923" y="189" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Event in" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="6353" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14287,15 +14369,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6356" > <father id="6373" num="1" /> -<cdparam x="973" y="208" /> +<cdparam x="973" y="180" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Channel dmx_out2" /> +<infoparam name="Primitive port" value="Event dmx_out1" /> <TGConnectingPoint num="0" id="6355" /> <extraparam> -<Prop commName="dmx_out2" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="dmx_out1" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14304,15 +14386,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6358" > <father id="6373" num="2" /> -<cdparam x="973" y="232" /> +<cdparam x="973" y="160" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Event dmx_out2" /> +<infoparam name="Primitive port" value="Channel dmx_out1" /> <TGConnectingPoint num="0" id="6357" /> <extraparam> -<Prop commName="dmx_out2" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="dmx_out1" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14321,15 +14403,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6360" > <father id="6373" num="3" /> -<cdparam x="973" y="160" /> +<cdparam x="973" y="232" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Channel dmx_out1" /> +<infoparam name="Primitive port" value="Event dmx_out2" /> <TGConnectingPoint num="0" id="6359" /> <extraparam> -<Prop commName="dmx_out1" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="dmx_out2" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14338,15 +14420,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6362" > <father id="6373" num="4" /> -<cdparam x="973" y="180" /> +<cdparam x="973" y="208" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Event dmx_out1" /> +<infoparam name="Primitive port" value="Channel dmx_out2" /> <TGConnectingPoint num="0" id="6361" /> <extraparam> -<Prop commName="dmx_out1" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="dmx_out2" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14355,15 +14437,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6364" > <father id="6373" num="5" /> -<cdparam x="923" y="189" /> +<cdparam x="923" y="211" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Channel in" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="6363" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14375,7 +14457,7 @@ sequence diagram. <cdparam x="251" y="432" /> <sizeparam width="50" height="107" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Primitive component" value="MX" /> <TGConnectingPoint num="0" id="6386" /> <TGConnectingPoint num="1" id="6387" /> @@ -14386,6 +14468,7 @@ sequence diagram. <TGConnectingPoint num="6" id="6392" /> <TGConnectingPoint num="7" id="6393" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="bn" value="0" type="0" typeOther="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> @@ -14396,11 +14479,11 @@ sequence diagram. <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Event in1" /> +<infoparam name="Primitive port" value="Channel dmx_out2" /> <TGConnectingPoint num="0" id="6374" /> <extraparam> -<Prop commName="in1" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="dmx_out2" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14409,14 +14492,14 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6377" > <father id="6394" num="1" /> -<cdparam x="241" y="438" /> +<cdparam x="291" y="438" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Event in2" /> +<infoparam name="Primitive port" value="Event mx_out" /> <TGConnectingPoint num="0" id="6376" /> <extraparam> -<Prop commName="in2" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="mx_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14426,14 +14509,14 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6379" > <father id="6394" num="2" /> -<cdparam x="241" y="438" /> +<cdparam x="291" y="438" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Channel in2" /> +<infoparam name="Primitive port" value="Channel mx_out" /> <TGConnectingPoint num="0" id="6378" /> <extraparam> -<Prop commName="in2" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="mx_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14443,14 +14526,14 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6381" > <father id="6394" num="3" /> -<cdparam x="291" y="438" /> +<cdparam x="241" y="438" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Channel mx_out" /> +<infoparam name="Primitive port" value="Channel in2" /> <TGConnectingPoint num="0" id="6380" /> <extraparam> -<Prop commName="mx_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="in2" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14460,14 +14543,14 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6383" > <father id="6394" num="4" /> -<cdparam x="291" y="438" /> +<cdparam x="241" y="438" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Event mx_out" /> +<infoparam name="Primitive port" value="Event in2" /> <TGConnectingPoint num="0" id="6382" /> <extraparam> -<Prop commName="mx_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="in2" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14481,11 +14564,11 @@ sequence diagram. <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Channel dmx_out2" /> +<infoparam name="Primitive port" value="Event in1" /> <TGConnectingPoint num="0" id="6384" /> <extraparam> -<Prop commName="dmx_out2" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in1" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14497,7 +14580,7 @@ sequence diagram. <cdparam x="480" y="405" /> <sizeparam width="50" height="107" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Primitive component" value="DMX1" /> <TGConnectingPoint num="0" id="6407" /> <TGConnectingPoint num="1" id="6408" /> @@ -14508,6 +14591,7 @@ sequence diagram. <TGConnectingPoint num="6" id="6413" /> <TGConnectingPoint num="7" id="6414" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> <Attribute access="2" id="bn" value="0" type="0" typeOther="" /> <Attribute access="2" id="TotalBN" value="" type="0" typeOther="" /> @@ -14519,11 +14603,11 @@ sequence diagram. <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Event in" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="6395" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14532,15 +14616,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6398" > <father id="6415" num="1" /> -<cdparam x="520" y="438" /> +<cdparam x="520" y="430" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Channel dmx1_out2" /> +<infoparam name="Primitive port" value="Event dmx1_out1" /> <TGConnectingPoint num="0" id="6397" /> <extraparam> -<Prop commName="dmx1_out2" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="dmx1_out1" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14549,15 +14633,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6400" > <father id="6415" num="2" /> -<cdparam x="520" y="438" /> +<cdparam x="520" y="410" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Event dmx1_out2" /> +<infoparam name="Primitive port" value="Channel dmx1_out1" /> <TGConnectingPoint num="0" id="6399" /> <extraparam> -<Prop commName="dmx1_out2" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="dmx1_out1" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14566,15 +14650,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6402" > <father id="6415" num="3" /> -<cdparam x="520" y="410" /> +<cdparam x="520" y="438" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Channel dmx1_out1" /> +<infoparam name="Primitive port" value="Event dmx1_out2" /> <TGConnectingPoint num="0" id="6401" /> <extraparam> -<Prop commName="dmx1_out1" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="dmx1_out2" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14583,15 +14667,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6404" > <father id="6415" num="4" /> -<cdparam x="520" y="430" /> +<cdparam x="520" y="438" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Event dmx1_out1" /> +<infoparam name="Primitive port" value="Channel dmx1_out2" /> <TGConnectingPoint num="0" id="6403" /> <extraparam> -<Prop commName="dmx1_out1" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="dmx1_out2" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14604,11 +14688,11 @@ sequence diagram. <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="40" minY="-10" maxY="97" /> -<infoparam name="Primitive port" value="Channel in" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="6405" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14620,7 +14704,7 @@ sequence diagram. <cdparam x="577" y="401" /> <sizeparam width="70" height="56" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Primitive component" value="REP" /> <TGConnectingPoint num="0" id="6424" /> <TGConnectingPoint num="1" id="6425" /> @@ -14631,6 +14715,7 @@ sequence diagram. <TGConnectingPoint num="6" id="6430" /> <TGConnectingPoint num="7" id="6431" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="0" type="0" typeOther="" /> <Attribute access="2" id="i" value="0" type="0" typeOther="" /> <Attribute access="2" id="nsb" value="0" type="0" typeOther="" /> @@ -14639,15 +14724,15 @@ sequence diagram. </COMPONENT> <SUBCOMPONENT type="1203" id="6417" > <father id="6432" num="0" /> -<cdparam x="567" y="430" /> +<cdparam x="567" y="410" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="60" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Event in" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="6416" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14656,15 +14741,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6419" > <father id="6432" num="1" /> -<cdparam x="637" y="410" /> +<cdparam x="637" y="431" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="60" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Channel rep_out" /> +<infoparam name="Primitive port" value="Event rep_out" /> <TGConnectingPoint num="0" id="6418" /> <extraparam> -<Prop commName="rep_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="rep_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14673,15 +14758,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6421" > <father id="6432" num="2" /> -<cdparam x="637" y="431" /> +<cdparam x="637" y="410" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="60" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Event rep_out" /> +<infoparam name="Primitive port" value="Channel rep_out" /> <TGConnectingPoint num="0" id="6420" /> <extraparam> -<Prop commName="rep_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="rep_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14690,15 +14775,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6423" > <father id="6432" num="3" /> -<cdparam x="567" y="410" /> +<cdparam x="567" y="430" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="60" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Channel in" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="6422" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14710,7 +14795,7 @@ sequence diagram. <cdparam x="231" y="175" /> <sizeparam width="80" height="56" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Primitive component" value="FEED" /> <TGConnectingPoint num="0" id="6441" /> <TGConnectingPoint num="1" id="6442" /> @@ -14721,6 +14806,7 @@ sequence diagram. <TGConnectingPoint num="6" id="6447" /> <TGConnectingPoint num="7" id="6448" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="ttl" value="0" type="0" typeOther="" /> <Attribute access="2" id="Os" value="10" type="0" typeOther="" /> <Attribute access="2" id="r_size" value="1" type="0" typeOther="" /> @@ -14728,15 +14814,15 @@ sequence diagram. </COMPONENT> <SUBCOMPONENT type="1203" id="6434" > <father id="6449" num="0" /> -<cdparam x="221" y="205" /> +<cdparam x="221" y="185" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="70" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Event in" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="6433" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14745,15 +14831,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6436" > <father id="6449" num="1" /> -<cdparam x="301" y="185" /> +<cdparam x="301" y="206" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="70" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Channel feed_out" /> +<infoparam name="Primitive port" value="Event feed_out" /> <TGConnectingPoint num="0" id="6435" /> <extraparam> -<Prop commName="feed_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="feed_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14762,15 +14848,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6438" > <father id="6449" num="2" /> -<cdparam x="301" y="206" /> +<cdparam x="301" y="185" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="70" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Event feed_out" /> +<infoparam name="Primitive port" value="Channel feed_out" /> <TGConnectingPoint num="0" id="6437" /> <extraparam> -<Prop commName="feed_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="feed_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14779,15 +14865,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6440" > <father id="6449" num="3" /> -<cdparam x="221" y="185" /> +<cdparam x="221" y="205" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="70" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Channel in" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="6439" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14799,7 +14885,7 @@ sequence diagram. <cdparam x="653" y="117" /> <sizeparam width="90" height="150" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Composite component" value="FFT" /> <TGConnectingPoint num="0" id="6556" /> <TGConnectingPoint num="1" id="6557" /> @@ -14815,11 +14901,11 @@ sequence diagram. </COMPONENT> <SUBCOMPONENT type="1202" id="6464" > <father id="6564" num="0" /> -<cdparam x="675" y="150" /> -<sizeparam width="45" height="36" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="676" y="221" /> +<sizeparam width="43" height="40" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="45" minY="0" maxY="114" /> -<infoparam name="Primitive component" value="X_fft" /> +<cdrectangleparam minX="0" maxX="47" minY="0" maxY="110" /> +<infoparam name="Primitive component" value="F_fft" /> <TGConnectingPoint num="0" id="6456" /> <TGConnectingPoint num="1" id="6457" /> <TGConnectingPoint num="2" id="6458" /> @@ -14829,20 +14915,21 @@ sequence diagram. <TGConnectingPoint num="6" id="6462" /> <TGConnectingPoint num="7" id="6463" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6451" > <father id="6464" num="0" /> -<cdparam x="712" y="168" /> +<cdparam x="689" y="213" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="37" minY="-8" maxY="28" /> -<infoparam name="Primitive port" value="Channel fft_out" /> +<cdrectangleparam minX="-8" maxX="35" minY="-8" maxY="32" /> +<infoparam name="Primitive port" value="Request r_fft" /> <TGConnectingPoint num="0" id="6450" /> <extraparam> -<Prop commName="fft_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="r_fft" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14851,15 +14938,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6453" > <father id="6464" num="1" /> -<cdparam x="667" y="165" /> +<cdparam x="668" y="240" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="37" minY="-8" maxY="28" /> -<infoparam name="Primitive port" value="Channel in" /> +<cdrectangleparam minX="-8" maxX="35" minY="-8" maxY="32" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="6452" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14868,14 +14955,14 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6455" > <father id="6464" num="2" /> -<cdparam x="688" y="178" /> +<cdparam x="711" y="240" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="37" minY="-8" maxY="28" /> -<infoparam name="Primitive port" value="Request r_fft" /> +<cdrectangleparam minX="-8" maxX="35" minY="-8" maxY="32" /> +<infoparam name="Primitive port" value="Event fft_out" /> <TGConnectingPoint num="0" id="6454" /> <extraparam> -<Prop commName="r_fft" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="fft_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -14885,7 +14972,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6483" > <father id="6564" num="1" /> -<cdparam x="643" y="209" /> +<cdparam x="733" y="209" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -14911,7 +14998,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6502" > <father id="6564" num="2" /> -<cdparam x="733" y="189" /> +<cdparam x="643" y="189" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -14937,7 +15024,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6521" > <father id="6564" num="3" /> -<cdparam x="643" y="189" /> +<cdparam x="733" y="189" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -14963,7 +15050,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6540" > <father id="6564" num="4" /> -<cdparam x="733" y="209" /> +<cdparam x="643" y="209" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -14989,11 +15076,11 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="6555" > <father id="6564" num="5" /> -<cdparam x="676" y="221" /> -<sizeparam width="43" height="40" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="675" y="150" /> +<sizeparam width="45" height="36" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="47" minY="0" maxY="110" /> -<infoparam name="Primitive component" value="F_fft" /> +<cdrectangleparam minX="0" maxX="45" minY="0" maxY="114" /> +<infoparam name="Primitive component" value="X_fft" /> <TGConnectingPoint num="0" id="6547" /> <TGConnectingPoint num="1" id="6548" /> <TGConnectingPoint num="2" id="6549" /> @@ -15003,19 +15090,20 @@ sequence diagram. <TGConnectingPoint num="6" id="6553" /> <TGConnectingPoint num="7" id="6554" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6542" > <father id="6555" num="0" /> -<cdparam x="711" y="240" /> +<cdparam x="688" y="178" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="35" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Event fft_out" /> +<cdrectangleparam minX="-8" maxX="37" minY="-8" maxY="28" /> +<infoparam name="Primitive port" value="Request r_fft" /> <TGConnectingPoint num="0" id="6541" /> <extraparam> -<Prop commName="fft_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="r_fft" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15025,15 +15113,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6544" > <father id="6555" num="1" /> -<cdparam x="668" y="240" /> +<cdparam x="667" y="165" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="35" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Event in" /> +<cdrectangleparam minX="-8" maxX="37" minY="-8" maxY="28" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="6543" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15042,15 +15130,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6546" > <father id="6555" num="2" /> -<cdparam x="689" y="213" /> +<cdparam x="712" y="168" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="35" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Request r_fft" /> +<cdrectangleparam minX="-8" maxX="37" minY="-8" maxY="28" /> +<infoparam name="Primitive port" value="Channel fft_out" /> <TGConnectingPoint num="0" id="6545" /> <extraparam> -<Prop commName="r_fft" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="fft_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15062,7 +15150,7 @@ sequence diagram. <cdparam x="358" y="109" /> <sizeparam width="145" height="153" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Composite component" value="DMA" /> <TGConnectingPoint num="0" id="6671" /> <TGConnectingPoint num="1" id="6672" /> @@ -15078,11 +15166,11 @@ sequence diagram. </COMPONENT> <SUBCOMPONENT type="1202" id="6579" > <father id="6679" num="0" /> -<cdparam x="389" y="147" /> -<sizeparam width="53" height="36" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="397" y="199" /> +<sizeparam width="75" height="61" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="92" minY="0" maxY="117" /> -<infoparam name="Primitive component" value="X_dma" /> +<cdrectangleparam minX="0" maxX="70" minY="0" maxY="92" /> +<infoparam name="Primitive component" value="F_dma" /> <TGConnectingPoint num="0" id="6571" /> <TGConnectingPoint num="1" id="6572" /> <TGConnectingPoint num="2" id="6573" /> @@ -15092,19 +15180,20 @@ sequence diagram. <TGConnectingPoint num="6" id="6577" /> <TGConnectingPoint num="7" id="6578" /> <extraparam> -<Attribute access="2" id="size" value="" type="0" typeOther="" /> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> +<Attribute access="2" id="size" value="0" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6566" > <father id="6579" num="0" /> -<cdparam x="402" y="175" /> +<cdparam x="464" y="215" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="45" minY="-8" maxY="28" /> -<infoparam name="Primitive port" value="Request r_dma" /> +<cdrectangleparam minX="-8" maxX="67" minY="-8" maxY="53" /> +<infoparam name="Primitive port" value="Event dma_out" /> <TGConnectingPoint num="0" id="6565" /> <extraparam> -<Prop commName="r_dma" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="dma_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15114,15 +15203,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6568" > <father id="6579" num="1" /> -<cdparam x="381" y="162" /> +<cdparam x="389" y="215" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="45" minY="-8" maxY="28" /> -<infoparam name="Primitive port" value="Channel in" /> +<cdrectangleparam minX="-8" maxX="67" minY="-8" maxY="53" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="6567" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15131,15 +15220,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6570" > <father id="6579" num="2" /> -<cdparam x="434" y="165" /> +<cdparam x="408" y="191" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="45" minY="-8" maxY="28" /> -<infoparam name="Primitive port" value="Channel dma_out" /> +<cdrectangleparam minX="-8" maxX="67" minY="-8" maxY="53" /> +<infoparam name="Primitive port" value="Request r_dma" /> <TGConnectingPoint num="0" id="6569" /> <extraparam> -<Prop commName="dma_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="r_dma" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15148,7 +15237,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6598" > <father id="6679" num="1" /> -<cdparam x="348" y="168" /> +<cdparam x="493" y="195" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="135" minY="-10" maxY="143" /> @@ -15174,7 +15263,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6617" > <father id="6679" num="2" /> -<cdparam x="493" y="166" /> +<cdparam x="348" y="202" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="135" minY="-10" maxY="143" /> @@ -15200,7 +15289,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6636" > <father id="6679" num="3" /> -<cdparam x="348" y="202" /> +<cdparam x="493" y="166" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="135" minY="-10" maxY="143" /> @@ -15226,7 +15315,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6655" > <father id="6679" num="4" /> -<cdparam x="493" y="195" /> +<cdparam x="348" y="168" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="135" minY="-10" maxY="143" /> @@ -15252,11 +15341,11 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="6670" > <father id="6679" num="5" /> -<cdparam x="397" y="199" /> -<sizeparam width="75" height="61" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="389" y="147" /> +<sizeparam width="53" height="36" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="70" minY="0" maxY="92" /> -<infoparam name="Primitive component" value="F_dma" /> +<cdrectangleparam minX="0" maxX="92" minY="0" maxY="117" /> +<infoparam name="Primitive component" value="X_dma" /> <TGConnectingPoint num="0" id="6662" /> <TGConnectingPoint num="1" id="6663" /> <TGConnectingPoint num="2" id="6664" /> @@ -15266,20 +15355,21 @@ sequence diagram. <TGConnectingPoint num="6" id="6668" /> <TGConnectingPoint num="7" id="6669" /> <extraparam> -<Attribute access="2" id="size" value="0" type="0" typeOther="" /> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> +<Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6657" > <father id="6670" num="0" /> -<cdparam x="408" y="191" /> +<cdparam x="434" y="165" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="67" minY="-8" maxY="53" /> -<infoparam name="Primitive port" value="Request r_dma" /> +<cdrectangleparam minX="-8" maxX="45" minY="-8" maxY="28" /> +<infoparam name="Primitive port" value="Channel dma_out" /> <TGConnectingPoint num="0" id="6656" /> <extraparam> -<Prop commName="r_dma" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="dma_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15288,15 +15378,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6659" > <father id="6670" num="1" /> -<cdparam x="389" y="215" /> +<cdparam x="381" y="162" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="67" minY="-8" maxY="53" /> -<infoparam name="Primitive port" value="Event in" /> +<cdrectangleparam minX="-8" maxX="45" minY="-8" maxY="28" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="6658" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15305,14 +15395,14 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6661" > <father id="6670" num="2" /> -<cdparam x="464" y="215" /> +<cdparam x="402" y="175" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="67" minY="-8" maxY="53" /> -<infoparam name="Primitive port" value="Event dma_out" /> +<cdrectangleparam minX="-8" maxX="45" minY="-8" maxY="28" /> +<infoparam name="Primitive port" value="Request r_dma" /> <TGConnectingPoint num="0" id="6660" /> <extraparam> -<Prop commName="dma_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="r_dma" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15325,7 +15415,7 @@ sequence diagram. <cdparam x="790" y="120" /> <sizeparam width="90" height="150" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Composite component" value="CWM" /> <TGConnectingPoint num="0" id="6786" /> <TGConnectingPoint num="1" id="6787" /> @@ -15341,11 +15431,11 @@ sequence diagram. </COMPONENT> <SUBCOMPONENT type="1202" id="6694" > <father id="6794" num="0" /> -<cdparam x="810" y="154" /> -<sizeparam width="46" height="38" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="810" y="223" /> +<sizeparam width="50" height="40" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="44" minY="0" maxY="112" /> -<infoparam name="Primitive component" value="X_cwm" /> +<cdrectangleparam minX="0" maxX="40" minY="0" maxY="110" /> +<infoparam name="Primitive component" value="F_cwm" /> <TGConnectingPoint num="0" id="6686" /> <TGConnectingPoint num="1" id="6687" /> <TGConnectingPoint num="2" id="6688" /> @@ -15355,19 +15445,20 @@ sequence diagram. <TGConnectingPoint num="6" id="6692" /> <TGConnectingPoint num="7" id="6693" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6681" > <father id="6694" num="0" /> -<cdparam x="821" y="184" /> +<cdparam x="852" y="241" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="38" minY="-8" maxY="30" /> -<infoparam name="Primitive port" value="Request r_cwm" /> +<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="32" /> +<infoparam name="Primitive port" value="Event cwm_out" /> <TGConnectingPoint num="0" id="6680" /> <extraparam> -<Prop commName="r_cwm" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="cwm_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15377,15 +15468,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6683" > <father id="6694" num="1" /> -<cdparam x="802" y="168" /> +<cdparam x="802" y="241" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="38" minY="-8" maxY="30" /> -<infoparam name="Primitive port" value="Channel in" /> +<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="32" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="6682" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15394,15 +15485,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6685" > <father id="6694" num="2" /> -<cdparam x="848" y="172" /> +<cdparam x="825" y="215" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="38" minY="-8" maxY="30" /> -<infoparam name="Primitive port" value="Channel cwm_out" /> +<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="32" /> +<infoparam name="Primitive port" value="Request r_cwm" /> <TGConnectingPoint num="0" id="6684" /> <extraparam> -<Prop commName="cwm_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="r_cwm" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15411,7 +15502,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6713" > <father id="6794" num="1" /> -<cdparam x="780" y="189" /> +<cdparam x="870" y="211" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -15437,7 +15528,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6732" > <father id="6794" num="2" /> -<cdparam x="870" y="189" /> +<cdparam x="780" y="209" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -15463,7 +15554,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6751" > <father id="6794" num="3" /> -<cdparam x="780" y="209" /> +<cdparam x="870" y="189" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -15489,7 +15580,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6770" > <father id="6794" num="4" /> -<cdparam x="870" y="211" /> +<cdparam x="780" y="189" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -15515,11 +15606,11 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="6785" > <father id="6794" num="5" /> -<cdparam x="810" y="223" /> -<sizeparam width="50" height="40" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="810" y="154" /> +<sizeparam width="46" height="38" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="40" minY="0" maxY="110" /> -<infoparam name="Primitive component" value="F_cwm" /> +<cdrectangleparam minX="0" maxX="44" minY="0" maxY="112" /> +<infoparam name="Primitive component" value="X_cwm" /> <TGConnectingPoint num="0" id="6777" /> <TGConnectingPoint num="1" id="6778" /> <TGConnectingPoint num="2" id="6779" /> @@ -15529,20 +15620,21 @@ sequence diagram. <TGConnectingPoint num="6" id="6783" /> <TGConnectingPoint num="7" id="6784" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6772" > <father id="6785" num="0" /> -<cdparam x="825" y="215" /> +<cdparam x="848" y="172" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Request r_cwm" /> +<cdrectangleparam minX="-8" maxX="38" minY="-8" maxY="30" /> +<infoparam name="Primitive port" value="Channel cwm_out" /> <TGConnectingPoint num="0" id="6771" /> <extraparam> -<Prop commName="r_cwm" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="cwm_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15551,15 +15643,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6774" > <father id="6785" num="1" /> -<cdparam x="802" y="241" /> +<cdparam x="802" y="168" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Event in" /> +<cdrectangleparam minX="-8" maxX="38" minY="-8" maxY="30" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="6773" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15568,14 +15660,14 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6776" > <father id="6785" num="2" /> -<cdparam x="852" y="241" /> +<cdparam x="821" y="184" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Event cwm_out" /> +<cdrectangleparam minX="-8" maxX="38" minY="-8" maxY="30" /> +<infoparam name="Primitive port" value="Request r_cwm" /> <TGConnectingPoint num="0" id="6775" /> <extraparam> -<Prop commName="cwm_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="r_cwm" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15588,7 +15680,7 @@ sequence diagram. <cdparam x="343" y="372" /> <sizeparam width="88" height="146" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Composite component" value="CWA" /> <TGConnectingPoint num="0" id="6943" /> <TGConnectingPoint num="1" id="6944" /> @@ -15628,173 +15720,70 @@ sequence diagram. <TGConnectingPoint num="16" id="6811" /> <TGConnectingPoint num="17" id="6812" /> </SUBCOMPONENT> -<SUBCOMPONENT type="1201" id="6832" > +<SUBCOMPONENT type="1202" id="6830" > <father id="6951" num="1" /> -<cdparam x="333" y="438" /> -<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="-10" maxX="78" minY="-10" maxY="136" /> -<infoparam name="Composite port" value="" /> -<TGConnectingPoint num="0" id="6814" /> -<TGConnectingPoint num="1" id="6815" /> -<TGConnectingPoint num="2" id="6816" /> -<TGConnectingPoint num="3" id="6817" /> -<TGConnectingPoint num="4" id="6818" /> -<TGConnectingPoint num="5" id="6819" /> -<TGConnectingPoint num="6" id="6820" /> -<TGConnectingPoint num="7" id="6821" /> -<TGConnectingPoint num="8" id="6822" /> -<TGConnectingPoint num="9" id="6823" /> -<TGConnectingPoint num="10" id="6824" /> -<TGConnectingPoint num="11" id="6825" /> -<TGConnectingPoint num="12" id="6826" /> -<TGConnectingPoint num="13" id="6827" /> -<TGConnectingPoint num="14" id="6828" /> -<TGConnectingPoint num="15" id="6829" /> -<TGConnectingPoint num="16" id="6830" /> -<TGConnectingPoint num="17" id="6831" /> -</SUBCOMPONENT> -<SUBCOMPONENT type="1201" id="6851" > -<father id="6951" num="2" /> -<cdparam x="333" y="438" /> -<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="-10" maxX="78" minY="-10" maxY="136" /> -<infoparam name="Composite port" value="" /> -<TGConnectingPoint num="0" id="6833" /> -<TGConnectingPoint num="1" id="6834" /> -<TGConnectingPoint num="2" id="6835" /> -<TGConnectingPoint num="3" id="6836" /> -<TGConnectingPoint num="4" id="6837" /> -<TGConnectingPoint num="5" id="6838" /> -<TGConnectingPoint num="6" id="6839" /> -<TGConnectingPoint num="7" id="6840" /> -<TGConnectingPoint num="8" id="6841" /> -<TGConnectingPoint num="9" id="6842" /> -<TGConnectingPoint num="10" id="6843" /> -<TGConnectingPoint num="11" id="6844" /> -<TGConnectingPoint num="12" id="6845" /> -<TGConnectingPoint num="13" id="6846" /> -<TGConnectingPoint num="14" id="6847" /> -<TGConnectingPoint num="15" id="6848" /> -<TGConnectingPoint num="16" id="6849" /> -<TGConnectingPoint num="17" id="6850" /> -</SUBCOMPONENT> -<SUBCOMPONENT type="1201" id="6870" > -<father id="6951" num="3" /> -<cdparam x="333" y="385" /> -<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="-10" maxX="78" minY="-10" maxY="136" /> -<infoparam name="Composite port" value="" /> -<TGConnectingPoint num="0" id="6852" /> -<TGConnectingPoint num="1" id="6853" /> -<TGConnectingPoint num="2" id="6854" /> -<TGConnectingPoint num="3" id="6855" /> -<TGConnectingPoint num="4" id="6856" /> -<TGConnectingPoint num="5" id="6857" /> -<TGConnectingPoint num="6" id="6858" /> -<TGConnectingPoint num="7" id="6859" /> -<TGConnectingPoint num="8" id="6860" /> -<TGConnectingPoint num="9" id="6861" /> -<TGConnectingPoint num="10" id="6862" /> -<TGConnectingPoint num="11" id="6863" /> -<TGConnectingPoint num="12" id="6864" /> -<TGConnectingPoint num="13" id="6865" /> -<TGConnectingPoint num="14" id="6866" /> -<TGConnectingPoint num="15" id="6867" /> -<TGConnectingPoint num="16" id="6868" /> -<TGConnectingPoint num="17" id="6869" /> -</SUBCOMPONENT> -<SUBCOMPONENT type="1201" id="6889" > -<father id="6951" num="4" /> -<cdparam x="333" y="406" /> -<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="-10" maxX="78" minY="-10" maxY="136" /> -<infoparam name="Composite port" value="" /> -<TGConnectingPoint num="0" id="6871" /> -<TGConnectingPoint num="1" id="6872" /> -<TGConnectingPoint num="2" id="6873" /> -<TGConnectingPoint num="3" id="6874" /> -<TGConnectingPoint num="4" id="6875" /> -<TGConnectingPoint num="5" id="6876" /> -<TGConnectingPoint num="6" id="6877" /> -<TGConnectingPoint num="7" id="6878" /> -<TGConnectingPoint num="8" id="6879" /> -<TGConnectingPoint num="9" id="6880" /> -<TGConnectingPoint num="10" id="6881" /> -<TGConnectingPoint num="11" id="6882" /> -<TGConnectingPoint num="12" id="6883" /> -<TGConnectingPoint num="13" id="6884" /> -<TGConnectingPoint num="14" id="6885" /> -<TGConnectingPoint num="15" id="6886" /> -<TGConnectingPoint num="16" id="6887" /> -<TGConnectingPoint num="17" id="6888" /> -</SUBCOMPONENT> -<SUBCOMPONENT type="1202" id="6906" > -<father id="6951" num="5" /> -<cdparam x="370" y="475" /> +<cdparam x="368" y="405" /> <sizeparam width="42" height="40" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="46" minY="0" maxY="106" /> -<infoparam name="Primitive component" value="F_cwa" /> -<TGConnectingPoint num="0" id="6898" /> -<TGConnectingPoint num="1" id="6899" /> -<TGConnectingPoint num="2" id="6900" /> -<TGConnectingPoint num="3" id="6901" /> -<TGConnectingPoint num="4" id="6902" /> -<TGConnectingPoint num="5" id="6903" /> -<TGConnectingPoint num="6" id="6904" /> -<TGConnectingPoint num="7" id="6905" /> -<extraparam> +<infoparam name="Primitive component" value="X_cwa" /> +<TGConnectingPoint num="0" id="6822" /> +<TGConnectingPoint num="1" id="6823" /> +<TGConnectingPoint num="2" id="6824" /> +<TGConnectingPoint num="3" id="6825" /> +<TGConnectingPoint num="4" id="6826" /> +<TGConnectingPoint num="5" id="6827" /> +<TGConnectingPoint num="6" id="6828" /> +<TGConnectingPoint num="7" id="6829" /> +<extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="6891" > -<father id="6906" num="0" /> -<cdparam x="404" y="476" /> +<SUBCOMPONENT type="1203" id="6815" > +<father id="6830" num="0" /> +<cdparam x="360" y="430" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-8" maxX="34" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Event cwa_out" /> -<TGConnectingPoint num="0" id="6890" /> +<infoparam name="Primitive port" value="Channel in2" /> +<TGConnectingPoint num="0" id="6814" /> <extraparam> -<Prop commName="cwa_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in2" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="6893" > -<father id="6906" num="1" /> -<cdparam x="382" y="467" /> +<SUBCOMPONENT type="1203" id="6817" > +<father id="6830" num="1" /> +<cdparam x="360" y="413" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-8" maxX="34" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Request r_cwa" /> -<TGConnectingPoint num="0" id="6892" /> +<infoparam name="Primitive port" value="Channel in1" /> +<TGConnectingPoint num="0" id="6816" /> <extraparam> -<Prop commName="r_cwa" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in1" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="6895" > -<father id="6906" num="2" /> -<cdparam x="362" y="468" /> +<SUBCOMPONENT type="1203" id="6819" > +<father id="6830" num="2" /> +<cdparam x="381" y="437" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-8" maxX="34" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Event in1" /> -<TGConnectingPoint num="0" id="6894" /> +<infoparam name="Primitive port" value="Request r_cwa" /> +<TGConnectingPoint num="0" id="6818" /> <extraparam> -<Prop commName="in1" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="r_cwa" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15802,69 +15791,70 @@ sequence diagram. <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="6897" > -<father id="6906" num="3" /> -<cdparam x="362" y="485" /> +<SUBCOMPONENT type="1203" id="6821" > +<father id="6830" num="3" /> +<cdparam x="402" y="425" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-8" maxX="34" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Event in2" /> -<TGConnectingPoint num="0" id="6896" /> +<infoparam name="Primitive port" value="Channel cwa_out" /> +<TGConnectingPoint num="0" id="6820" /> <extraparam> -<Prop commName="in2" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="cwa_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1202" id="6923" > -<father id="6951" num="6" /> -<cdparam x="368" y="405" /> +<SUBCOMPONENT type="1202" id="6847" > +<father id="6951" num="2" /> +<cdparam x="370" y="475" /> <sizeparam width="42" height="40" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="0" maxX="46" minY="0" maxY="106" /> -<infoparam name="Primitive component" value="X_cwa" /> -<TGConnectingPoint num="0" id="6915" /> -<TGConnectingPoint num="1" id="6916" /> -<TGConnectingPoint num="2" id="6917" /> -<TGConnectingPoint num="3" id="6918" /> -<TGConnectingPoint num="4" id="6919" /> -<TGConnectingPoint num="5" id="6920" /> -<TGConnectingPoint num="6" id="6921" /> -<TGConnectingPoint num="7" id="6922" /> -<extraparam> +<infoparam name="Primitive component" value="F_cwa" /> +<TGConnectingPoint num="0" id="6839" /> +<TGConnectingPoint num="1" id="6840" /> +<TGConnectingPoint num="2" id="6841" /> +<TGConnectingPoint num="3" id="6842" /> +<TGConnectingPoint num="4" id="6843" /> +<TGConnectingPoint num="5" id="6844" /> +<TGConnectingPoint num="6" id="6845" /> +<TGConnectingPoint num="7" id="6846" /> +<extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="6908" > -<father id="6923" num="0" /> -<cdparam x="402" y="425" /> +<SUBCOMPONENT type="1203" id="6832" > +<father id="6847" num="0" /> +<cdparam x="362" y="485" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-8" maxX="34" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Channel cwa_out" /> -<TGConnectingPoint num="0" id="6907" /> +<infoparam name="Primitive port" value="Event in2" /> +<TGConnectingPoint num="0" id="6831" /> <extraparam> -<Prop commName="cwa_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in2" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="6910" > -<father id="6923" num="1" /> -<cdparam x="381" y="437" /> +<SUBCOMPONENT type="1203" id="6834" > +<father id="6847" num="1" /> +<cdparam x="362" y="468" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-8" maxX="34" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Request r_cwa" /> -<TGConnectingPoint num="0" id="6909" /> +<infoparam name="Primitive port" value="Event in1" /> +<TGConnectingPoint num="0" id="6833" /> <extraparam> -<Prop commName="r_cwa" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="in1" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15872,40 +15862,144 @@ sequence diagram. <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="6912" > -<father id="6923" num="2" /> -<cdparam x="360" y="413" /> +<SUBCOMPONENT type="1203" id="6836" > +<father id="6847" num="2" /> +<cdparam x="382" y="467" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-8" maxX="34" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Channel in1" /> -<TGConnectingPoint num="0" id="6911" /> +<infoparam name="Primitive port" value="Request r_cwa" /> +<TGConnectingPoint num="0" id="6835" /> <extraparam> -<Prop commName="in1" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="r_cwa" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> -<SUBCOMPONENT type="1203" id="6914" > -<father id="6923" num="3" /> -<cdparam x="360" y="430" /> +<SUBCOMPONENT type="1203" id="6838" > +<father id="6847" num="3" /> +<cdparam x="404" y="476" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-8" maxX="34" minY="-8" maxY="32" /> -<infoparam name="Primitive port" value="Channel in2" /> -<TGConnectingPoint num="0" id="6913" /> +<infoparam name="Primitive port" value="Event cwa_out" /> +<TGConnectingPoint num="0" id="6837" /> <extraparam> -<Prop commName="in2" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="cwa_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> +<SUBCOMPONENT type="1201" id="6866" > +<father id="6951" num="3" /> +<cdparam x="333" y="406" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="-10" maxX="78" minY="-10" maxY="136" /> +<infoparam name="Composite port" value="" /> +<TGConnectingPoint num="0" id="6848" /> +<TGConnectingPoint num="1" id="6849" /> +<TGConnectingPoint num="2" id="6850" /> +<TGConnectingPoint num="3" id="6851" /> +<TGConnectingPoint num="4" id="6852" /> +<TGConnectingPoint num="5" id="6853" /> +<TGConnectingPoint num="6" id="6854" /> +<TGConnectingPoint num="7" id="6855" /> +<TGConnectingPoint num="8" id="6856" /> +<TGConnectingPoint num="9" id="6857" /> +<TGConnectingPoint num="10" id="6858" /> +<TGConnectingPoint num="11" id="6859" /> +<TGConnectingPoint num="12" id="6860" /> +<TGConnectingPoint num="13" id="6861" /> +<TGConnectingPoint num="14" id="6862" /> +<TGConnectingPoint num="15" id="6863" /> +<TGConnectingPoint num="16" id="6864" /> +<TGConnectingPoint num="17" id="6865" /> +</SUBCOMPONENT> +<SUBCOMPONENT type="1201" id="6885" > +<father id="6951" num="4" /> +<cdparam x="333" y="385" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="-10" maxX="78" minY="-10" maxY="136" /> +<infoparam name="Composite port" value="" /> +<TGConnectingPoint num="0" id="6867" /> +<TGConnectingPoint num="1" id="6868" /> +<TGConnectingPoint num="2" id="6869" /> +<TGConnectingPoint num="3" id="6870" /> +<TGConnectingPoint num="4" id="6871" /> +<TGConnectingPoint num="5" id="6872" /> +<TGConnectingPoint num="6" id="6873" /> +<TGConnectingPoint num="7" id="6874" /> +<TGConnectingPoint num="8" id="6875" /> +<TGConnectingPoint num="9" id="6876" /> +<TGConnectingPoint num="10" id="6877" /> +<TGConnectingPoint num="11" id="6878" /> +<TGConnectingPoint num="12" id="6879" /> +<TGConnectingPoint num="13" id="6880" /> +<TGConnectingPoint num="14" id="6881" /> +<TGConnectingPoint num="15" id="6882" /> +<TGConnectingPoint num="16" id="6883" /> +<TGConnectingPoint num="17" id="6884" /> +</SUBCOMPONENT> +<SUBCOMPONENT type="1201" id="6904" > +<father id="6951" num="5" /> +<cdparam x="333" y="438" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="-10" maxX="78" minY="-10" maxY="136" /> +<infoparam name="Composite port" value="" /> +<TGConnectingPoint num="0" id="6886" /> +<TGConnectingPoint num="1" id="6887" /> +<TGConnectingPoint num="2" id="6888" /> +<TGConnectingPoint num="3" id="6889" /> +<TGConnectingPoint num="4" id="6890" /> +<TGConnectingPoint num="5" id="6891" /> +<TGConnectingPoint num="6" id="6892" /> +<TGConnectingPoint num="7" id="6893" /> +<TGConnectingPoint num="8" id="6894" /> +<TGConnectingPoint num="9" id="6895" /> +<TGConnectingPoint num="10" id="6896" /> +<TGConnectingPoint num="11" id="6897" /> +<TGConnectingPoint num="12" id="6898" /> +<TGConnectingPoint num="13" id="6899" /> +<TGConnectingPoint num="14" id="6900" /> +<TGConnectingPoint num="15" id="6901" /> +<TGConnectingPoint num="16" id="6902" /> +<TGConnectingPoint num="17" id="6903" /> +</SUBCOMPONENT> +<SUBCOMPONENT type="1201" id="6923" > +<father id="6951" num="6" /> +<cdparam x="333" y="438" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="-10" maxX="78" minY="-10" maxY="136" /> +<infoparam name="Composite port" value="" /> +<TGConnectingPoint num="0" id="6905" /> +<TGConnectingPoint num="1" id="6906" /> +<TGConnectingPoint num="2" id="6907" /> +<TGConnectingPoint num="3" id="6908" /> +<TGConnectingPoint num="4" id="6909" /> +<TGConnectingPoint num="5" id="6910" /> +<TGConnectingPoint num="6" id="6911" /> +<TGConnectingPoint num="7" id="6912" /> +<TGConnectingPoint num="8" id="6913" /> +<TGConnectingPoint num="9" id="6914" /> +<TGConnectingPoint num="10" id="6915" /> +<TGConnectingPoint num="11" id="6916" /> +<TGConnectingPoint num="12" id="6917" /> +<TGConnectingPoint num="13" id="6918" /> +<TGConnectingPoint num="14" id="6919" /> +<TGConnectingPoint num="15" id="6920" /> +<TGConnectingPoint num="16" id="6921" /> +<TGConnectingPoint num="17" id="6922" /> +</SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6942" > <father id="6951" num="7" /> <cdparam x="421" y="438" /> @@ -15937,7 +16031,7 @@ sequence diagram. <cdparam x="693" y="337" /> <sizeparam width="90" height="150" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Composite component" value="SUM" /> <TGConnectingPoint num="0" id="7058" /> <TGConnectingPoint num="1" id="7059" /> @@ -15953,11 +16047,11 @@ sequence diagram. </COMPONENT> <SUBCOMPONENT type="1202" id="6966" > <father id="7066" num="0" /> -<cdparam x="712" y="372" /> -<sizeparam width="50" height="43" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="713" y="414" /> +<sizeparam width="47" height="43" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="40" minY="0" maxY="107" /> -<infoparam name="Primitive component" value="X_sum" /> +<cdrectangleparam minX="0" maxX="43" minY="0" maxY="107" /> +<infoparam name="Primitive component" value="F_sum" /> <TGConnectingPoint num="0" id="6958" /> <TGConnectingPoint num="1" id="6959" /> <TGConnectingPoint num="2" id="6960" /> @@ -15967,19 +16061,20 @@ sequence diagram. <TGConnectingPoint num="6" id="6964" /> <TGConnectingPoint num="7" id="6965" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6953" > <father id="6966" num="0" /> -<cdparam x="725" y="407" /> +<cdparam x="752" y="427" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="35" /> -<infoparam name="Primitive port" value="Request r_sum" /> +<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="35" /> +<infoparam name="Primitive port" value="Event sum_out" /> <TGConnectingPoint num="0" id="6952" /> <extraparam> -<Prop commName="r_sum" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="sum_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -15989,15 +16084,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6955" > <father id="6966" num="1" /> -<cdparam x="704" y="386" /> +<cdparam x="705" y="427" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="35" /> -<infoparam name="Primitive port" value="Channel in" /> +<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="35" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="6954" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16006,15 +16101,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="6957" > <father id="6966" num="2" /> -<cdparam x="754" y="390" /> +<cdparam x="725" y="406" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="35" /> -<infoparam name="Primitive port" value="Channel sum_out" /> +<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="35" /> +<infoparam name="Primitive port" value="Request r_sum" /> <TGConnectingPoint num="0" id="6956" /> <extraparam> -<Prop commName="sum_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="r_sum" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16023,7 +16118,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="6985" > <father id="7066" num="1" /> -<cdparam x="683" y="410" /> +<cdparam x="773" y="431" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -16049,7 +16144,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="7004" > <father id="7066" num="2" /> -<cdparam x="773" y="410" /> +<cdparam x="683" y="431" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -16075,7 +16170,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="7023" > <father id="7066" num="3" /> -<cdparam x="683" y="431" /> +<cdparam x="773" y="410" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -16101,7 +16196,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="7042" > <father id="7066" num="4" /> -<cdparam x="773" y="431" /> +<cdparam x="683" y="410" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="80" minY="-10" maxY="140" /> @@ -16127,11 +16222,11 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="7057" > <father id="7066" num="5" /> -<cdparam x="713" y="414" /> -<sizeparam width="47" height="43" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="712" y="372" /> +<sizeparam width="50" height="43" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="43" minY="0" maxY="107" /> -<infoparam name="Primitive component" value="F_sum" /> +<cdrectangleparam minX="0" maxX="40" minY="0" maxY="107" /> +<infoparam name="Primitive component" value="X_sum" /> <TGConnectingPoint num="0" id="7049" /> <TGConnectingPoint num="1" id="7050" /> <TGConnectingPoint num="2" id="7051" /> @@ -16141,20 +16236,21 @@ sequence diagram. <TGConnectingPoint num="6" id="7055" /> <TGConnectingPoint num="7" id="7056" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7044" > <father id="7057" num="0" /> -<cdparam x="725" y="406" /> +<cdparam x="754" y="390" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="35" /> -<infoparam name="Primitive port" value="Request r_sum" /> +<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="35" /> +<infoparam name="Primitive port" value="Channel sum_out" /> <TGConnectingPoint num="0" id="7043" /> <extraparam> -<Prop commName="r_sum" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="sum_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16163,15 +16259,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7046" > <father id="7057" num="1" /> -<cdparam x="705" y="427" /> +<cdparam x="704" y="386" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="35" /> -<infoparam name="Primitive port" value="Event in" /> +<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="35" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="7045" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16180,14 +16276,14 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7048" > <father id="7057" num="2" /> -<cdparam x="752" y="427" /> +<cdparam x="725" y="407" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="35" /> -<infoparam name="Primitive port" value="Event sum_out" /> +<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="35" /> +<infoparam name="Primitive port" value="Request r_sum" /> <TGConnectingPoint num="0" id="7047" /> <extraparam> -<Prop commName="sum_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="r_sum" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16200,7 +16296,7 @@ sequence diagram. <cdparam x="831" y="400" /> <sizeparam width="70" height="56" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Primitive component" value="RES" /> <TGConnectingPoint num="0" id="7075" /> <TGConnectingPoint num="1" id="7076" /> @@ -16211,6 +16307,7 @@ sequence diagram. <TGConnectingPoint num="6" id="7081" /> <TGConnectingPoint num="7" id="7082" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="bn" value="0" type="0" typeOther="" /> <Attribute access="2" id="woff" value="" type="0" typeOther="" /> <Attribute access="2" id="nsb" value="" type="0" typeOther="" /> @@ -16219,15 +16316,15 @@ sequence diagram. </COMPONENT> <SUBCOMPONENT type="1203" id="7068" > <father id="7083" num="0" /> -<cdparam x="821" y="431" /> +<cdparam x="821" y="410" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="60" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Event in" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="7067" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16236,15 +16333,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7070" > <father id="7083" num="1" /> -<cdparam x="891" y="410" /> +<cdparam x="891" y="432" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="60" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Channel res_out" /> +<infoparam name="Primitive port" value="Event res_out" /> <TGConnectingPoint num="0" id="7069" /> <extraparam> -<Prop commName="res_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="res_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16253,15 +16350,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7072" > <father id="7083" num="2" /> -<cdparam x="891" y="432" /> +<cdparam x="891" y="410" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="60" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Event res_out" /> +<infoparam name="Primitive port" value="Channel res_out" /> <TGConnectingPoint num="0" id="7071" /> <extraparam> -<Prop commName="res_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="res_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16270,15 +16367,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7074" > <father id="7083" num="3" /> -<cdparam x="821" y="410" /> +<cdparam x="821" y="431" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="60" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Channel in" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="7073" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16290,7 +16387,7 @@ sequence diagram. <cdparam x="946" y="342" /> <sizeparam width="108" height="166" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Composite component" value="DMA1" /> <TGConnectingPoint num="0" id="7190" /> <TGConnectingPoint num="1" id="7191" /> @@ -16306,11 +16403,11 @@ sequence diagram. </COMPONENT> <SUBCOMPONENT type="1202" id="7098" > <father id="7198" num="0" /> -<cdparam x="971" y="388" /> -<sizeparam width="50" height="38" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="978" y="456" /> +<sizeparam width="47" height="41" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="58" minY="0" maxY="128" /> -<infoparam name="Primitive component" value="X_dma1" /> +<cdrectangleparam minX="0" maxX="61" minY="0" maxY="125" /> +<infoparam name="Primitive component" value="F_dma1" /> <TGConnectingPoint num="0" id="7090" /> <TGConnectingPoint num="1" id="7091" /> <TGConnectingPoint num="2" id="7092" /> @@ -16320,19 +16417,20 @@ sequence diagram. <TGConnectingPoint num="6" id="7096" /> <TGConnectingPoint num="7" id="7097" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7085" > <father id="7098" num="0" /> -<cdparam x="984" y="418" /> +<cdparam x="1017" y="461" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="30" /> -<infoparam name="Primitive port" value="Request r_dma1" /> +<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="33" /> +<infoparam name="Primitive port" value="Event dma1_out" /> <TGConnectingPoint num="0" id="7084" /> <extraparam> -<Prop commName="r_dma1" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="dma1_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16342,15 +16440,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7087" > <father id="7098" num="1" /> -<cdparam x="963" y="400" /> +<cdparam x="970" y="465" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="30" /> -<infoparam name="Primitive port" value="Channel in" /> +<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="33" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="7086" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16359,15 +16457,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7089" > <father id="7098" num="2" /> -<cdparam x="1013" y="401" /> +<cdparam x="996" y="448" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="30" /> -<infoparam name="Primitive port" value="Channel dma1_out" /> +<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="33" /> +<infoparam name="Primitive port" value="Request r_dma1" /> <TGConnectingPoint num="0" id="7088" /> <extraparam> -<Prop commName="dma1_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="r_dma1" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16376,7 +16474,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="7117" > <father id="7198" num="1" /> -<cdparam x="936" y="405" /> +<cdparam x="1044" y="455" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="98" minY="-10" maxY="156" /> @@ -16402,7 +16500,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="7136" > <father id="7198" num="2" /> -<cdparam x="1044" y="396" /> +<cdparam x="936" y="432" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="98" minY="-10" maxY="156" /> @@ -16428,7 +16526,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="7155" > <father id="7198" num="3" /> -<cdparam x="936" y="432" /> +<cdparam x="1044" y="396" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="98" minY="-10" maxY="156" /> @@ -16454,7 +16552,7 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1201" id="7174" > <father id="7198" num="4" /> -<cdparam x="1044" y="455" /> +<cdparam x="936" y="405" /> <sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="98" minY="-10" maxY="156" /> @@ -16480,11 +16578,11 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1202" id="7189" > <father id="7198" num="5" /> -<cdparam x="978" y="456" /> -<sizeparam width="47" height="41" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="971" y="388" /> +<sizeparam width="50" height="38" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="61" minY="0" maxY="125" /> -<infoparam name="Primitive component" value="F_dma1" /> +<cdrectangleparam minX="0" maxX="58" minY="0" maxY="128" /> +<infoparam name="Primitive component" value="X_dma1" /> <TGConnectingPoint num="0" id="7181" /> <TGConnectingPoint num="1" id="7182" /> <TGConnectingPoint num="2" id="7183" /> @@ -16494,20 +16592,21 @@ sequence diagram. <TGConnectingPoint num="6" id="7187" /> <TGConnectingPoint num="7" id="7188" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7176" > <father id="7189" num="0" /> -<cdparam x="996" y="448" /> +<cdparam x="1013" y="401" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="33" /> -<infoparam name="Primitive port" value="Request r_dma1" /> +<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="30" /> +<infoparam name="Primitive port" value="Channel dma1_out" /> <TGConnectingPoint num="0" id="7175" /> <extraparam> -<Prop commName="r_dma1" commType="2" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="dma1_out" commType="0" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16516,15 +16615,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7178" > <father id="7189" num="1" /> -<cdparam x="970" y="465" /> +<cdparam x="963" y="400" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="33" /> -<infoparam name="Primitive port" value="Event in" /> +<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="30" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="7177" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16533,14 +16632,14 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7180" > <father id="7189" num="2" /> -<cdparam x="1017" y="461" /> +<cdparam x="984" y="418" /> <sizeparam width="16" height="16" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="-8" maxX="39" minY="-8" maxY="33" /> -<infoparam name="Primitive port" value="Event dma1_out" /> +<cdrectangleparam minX="-8" maxX="42" minY="-8" maxY="30" /> +<infoparam name="Primitive port" value="Request r_dma1" /> <TGConnectingPoint num="0" id="7179" /> <extraparam> -<Prop commName="dma1_out" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> +<Prop commName="r_dma1" commType="2" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16553,7 +16652,7 @@ sequence diagram. <cdparam x="899" y="60" /> <sizeparam width="133" height="58" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Primitive component" value="XPAT_cwm_out" /> <TGConnectingPoint num="0" id="7199" /> <TGConnectingPoint num="1" id="7200" /> @@ -16564,6 +16663,7 @@ sequence diagram. <TGConnectingPoint num="6" id="7205" /> <TGConnectingPoint num="7" id="7206" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="XPAT" value="" type="0" typeOther="" /> <Attribute access="2" id="bn" value="0" type="0" typeOther="" /> <Attribute access="2" id="b_C" value="" type="0" typeOther="" /> @@ -16575,7 +16675,7 @@ sequence diagram. <cdparam x="1123" y="409" /> <sizeparam width="70" height="56" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="10" maxX="1273" minY="10" maxY="584" /> +<cdrectangleparam minX="9" maxX="1271" minY="9" maxY="582" /> <infoparam name="Primitive component" value="SINK" /> <TGConnectingPoint num="0" id="7212" /> <TGConnectingPoint num="1" id="7213" /> @@ -16586,21 +16686,22 @@ sequence diagram. <TGConnectingPoint num="6" id="7218" /> <TGConnectingPoint num="7" id="7219" /> <extraparam> +<Data isAttacker="No" daemon="false" periodic="false" periodValue="" unit="ms" Operation="" /> <Attribute access="2" id="PREX" value="" type="0" typeOther="" /> <Attribute access="2" id="size" value="" type="0" typeOther="" /> </extraparam> </COMPONENT> <SUBCOMPONENT type="1203" id="7209" > <father id="7220" num="0" /> -<cdparam x="1113" y="447" /> +<cdparam x="1113" y="409" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="60" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Event in" /> +<infoparam name="Primitive port" value="Channel in" /> <TGConnectingPoint num="0" id="7208" /> <extraparam> -<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="1" typeOther="" /> +<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16609,15 +16710,15 @@ sequence diagram. </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="7211" > <father id="7220" num="1" /> -<cdparam x="1113" y="409" /> +<cdparam x="1113" y="447" /> <sizeparam width="21" height="21" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-10" maxX="60" minY="-10" maxY="46" /> -<infoparam name="Primitive port" value="Channel in" /> +<infoparam name="Primitive port" value="Event in" /> <TGConnectingPoint num="0" id="7210" /> <extraparam> -<Prop commName="in" commType="0" origin="false" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" /> -<Type type="0" typeOther="" /> +<Prop commName="in" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -16628,11 +16729,12 @@ sequence diagram. </TMLComponentTaskDiagramPanel> -<TMLActivityDiagramPanel name="SRC" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLActivityDiagramPanel name="SRC" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1008" id="7223" > <cdparam x="357" y="111" /> -<sizeparam width="100" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="100" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="src_out(r_size)" /> <TGConnectingPoint num="0" id="7221" /> @@ -16646,7 +16748,7 @@ sequence diagram. <COMPONENT type="1001" id="7225" > <cdparam x="397" y="208" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -16655,7 +16757,7 @@ sequence diagram. <COMPONENT type="1000" id="7227" > <cdparam x="400" y="50" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -16681,11 +16783,12 @@ sequence diagram. </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="OVLP" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLActivityDiagramPanel name="OVLP" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1011" id="7232" > <cdparam x="478" y="139" /> -<sizeparam width="142" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="142" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="valid = valid + in_size" /> <TGConnectingPoint num="0" id="7230" /> @@ -16694,7 +16797,7 @@ sequence diagram. <COMPONENT type="1012" id="7240" > <cdparam x="533" y="252" /> -<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="30" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="choice" value="null" /> @@ -16706,23 +16809,25 @@ sequence diagram. <SUBCOMPONENT type="-1" id="7233" > <father id="7240" num="0" /> <cdparam x="494" y="262" /> -<sizeparam width="36" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="36" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="-75" maxX="-20" minY="10" maxY="35" /> <infoparam name="guard 1" value="[else]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7234" > <father id="7240" num="1" /> <cdparam x="568" y="262" /> -<sizeparam width="82" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="82" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="35" maxX="55" minY="10" maxY="35" /> <infoparam name="guard 2" value="[valid >= Ns]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7235" > <father id="7240" num="2" /> <cdparam x="553" y="297" /> -<sizeparam width="14" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="14" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="20" maxX="40" minY="45" maxY="70" /> <infoparam name="guard 3" value="[ ]" /> @@ -16730,7 +16835,7 @@ sequence diagram. <COMPONENT type="1001" id="7242" > <cdparam x="639" y="482" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -16739,7 +16844,7 @@ sequence diagram. <COMPONENT type="1001" id="7244" > <cdparam x="447" y="333" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -16748,8 +16853,9 @@ sequence diagram. <COMPONENT type="1011" id="7247" > <cdparam x="583" y="425" /> -<sizeparam width="132" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="132" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="roff = roff + Ns - Os" /> <TGConnectingPoint num="0" id="7245" /> @@ -16758,8 +16864,9 @@ sequence diagram. <COMPONENT type="1011" id="7250" > <cdparam x="576" y="367" /> -<sizeparam width="146" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="146" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="valid = valid - Ns + Os" /> <TGConnectingPoint num="0" id="7248" /> @@ -16768,8 +16875,9 @@ sequence diagram. <COMPONENT type="1008" id="7253" > <cdparam x="605" y="309" /> -<sizeparam width="88" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="88" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="ovlp_out(Ns)" /> <TGConnectingPoint num="0" id="7251" /> @@ -16782,8 +16890,9 @@ sequence diagram. <COMPONENT type="1011" id="7256" > <cdparam x="480" y="188" /> -<sizeparam width="136" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="136" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="woff = woff + in_size" /> <TGConnectingPoint num="0" id="7254" /> @@ -16792,8 +16901,9 @@ sequence diagram. <COMPONENT type="1010" id="7259" > <cdparam x="511" y="94" /> -<sizeparam width="75" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="75" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in(in_size) " /> <TGConnectingPoint num="0" id="7257" /> @@ -16806,7 +16916,7 @@ sequence diagram. <COMPONENT type="1000" id="7261" > <cdparam x="541" y="49" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -16826,7 +16936,7 @@ sequence diagram. <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from action state to choice" value="null" /> <P1 x="548" y="213" id="7255" /> -<P2 x="548" y="242" id="7236" /> +<P2 x="548" y="247" id="7236" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="115" id="7264" > @@ -16888,10 +16998,10 @@ sequence diagram. </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="DMX" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLActivityDiagramPanel name="DMX" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1012" id="7278" > <cdparam x="450" y="265" /> -<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="30" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="choice" value="null" /> @@ -16903,23 +17013,25 @@ sequence diagram. <SUBCOMPONENT type="-1" id="7271" > <father id="7278" num="0" /> <cdparam x="413" y="275" /> -<sizeparam width="36" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="36" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="-75" maxX="-20" minY="10" maxY="35" /> <infoparam name="guard 1" value="[else]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7272" > <father id="7278" num="1" /> <cdparam x="485" y="275" /> -<sizeparam width="62" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="62" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="35" maxX="55" minY="10" maxY="35" /> <infoparam name="guard 2" value="[bn == 1]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7273" > <father id="7278" num="2" /> <cdparam x="470" y="310" /> -<sizeparam width="14" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="14" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="20" maxX="40" minY="45" maxY="70" /> <infoparam name="guard 3" value="[ ]" /> @@ -16927,8 +17039,9 @@ sequence diagram. <COMPONENT type="1010" id="7281" > <cdparam x="438" y="131" /> -<sizeparam width="58" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="58" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in(size) " /> <TGConnectingPoint num="0" id="7279" /> @@ -16941,8 +17054,9 @@ sequence diagram. <COMPONENT type="1008" id="7284" > <cdparam x="523" y="332" /> -<sizeparam width="103" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="103" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="dmx_out2(size)" /> <TGConnectingPoint num="0" id="7282" /> @@ -16955,7 +17069,7 @@ sequence diagram. <COMPONENT type="1001" id="7286" > <cdparam x="360" y="396" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -16964,8 +17078,9 @@ sequence diagram. <COMPONENT type="1011" id="7289" > <cdparam x="424" y="201" /> -<sizeparam width="86" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="86" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="bn = bn + 1" /> <TGConnectingPoint num="0" id="7287" /> @@ -16974,8 +17089,9 @@ sequence diagram. <COMPONENT type="1008" id="7292" > <cdparam x="319" y="333" /> -<sizeparam width="103" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="103" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="dmx_out1(size)" /> <TGConnectingPoint num="0" id="7290" /> @@ -16988,7 +17104,7 @@ sequence diagram. <COMPONENT type="1001" id="7294" > <cdparam x="566" y="399" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -16997,7 +17113,7 @@ sequence diagram. <COMPONENT type="1000" id="7296" > <cdparam x="460" y="77" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -17025,7 +17141,7 @@ sequence diagram. <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from action state to choice" value="null" /> <P1 x="467" y="226" id="7288" /> -<P2 x="465" y="255" id="7274" /> +<P2 x="465" y="260" id="7274" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="115" id="7300" > @@ -17063,10 +17179,10 @@ sequence diagram. </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="MX" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLActivityDiagramPanel name="MX" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1012" id="7311" > <cdparam x="382" y="140" /> -<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="30" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="choice" value="null" /> @@ -17078,23 +17194,25 @@ sequence diagram. <SUBCOMPONENT type="-1" id="7304" > <father id="7311" num="0" /> <cdparam x="342" y="150" /> -<sizeparam width="40" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="40" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="-75" maxX="-20" minY="10" maxY="35" /> <infoparam name="guard 1" value="[ else]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7305" > <father id="7311" num="1" /> <cdparam x="417" y="150" /> -<sizeparam width="66" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="66" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="35" maxX="55" minY="10" maxY="35" /> <infoparam name="guard 2" value="[bn == 1 ]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7306" > <father id="7311" num="2" /> <cdparam x="402" y="185" /> -<sizeparam width="14" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="14" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="20" maxX="40" minY="45" maxY="70" /> <infoparam name="guard 3" value="[ ]" /> @@ -17102,7 +17220,7 @@ sequence diagram. <COMPONENT type="1000" id="7313" > <cdparam x="390" y="28" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -17111,8 +17229,9 @@ sequence diagram. <COMPONENT type="1010" id="7316" > <cdparam x="443" y="210" /> -<sizeparam width="66" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="66" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in1(size) " /> <TGConnectingPoint num="0" id="7314" /> @@ -17125,7 +17244,7 @@ sequence diagram. <COMPONENT type="1001" id="7318" > <cdparam x="466" y="329" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17134,8 +17253,9 @@ sequence diagram. <COMPONENT type="1008" id="7321" > <cdparam x="433" y="259" /> -<sizeparam width="87" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="87" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="mx_out(size)" /> <TGConnectingPoint num="0" id="7319" /> @@ -17148,8 +17268,9 @@ sequence diagram. <COMPONENT type="1011" id="7324" > <cdparam x="354" y="71" /> -<sizeparam width="86" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="86" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="bn = bn + 1" /> <TGConnectingPoint num="0" id="7322" /> @@ -17158,8 +17279,9 @@ sequence diagram. <COMPONENT type="1010" id="7327" > <cdparam x="285" y="212" /> -<sizeparam width="66" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="66" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in2(size) " /> <TGConnectingPoint num="0" id="7325" /> @@ -17172,7 +17294,7 @@ sequence diagram. <COMPONENT type="1001" id="7329" > <cdparam x="308" y="331" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17181,8 +17303,9 @@ sequence diagram. <COMPONENT type="1008" id="7332" > <cdparam x="275" y="261" /> -<sizeparam width="87" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="87" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="mx_out(size)" /> <TGConnectingPoint num="0" id="7330" /> @@ -17238,7 +17361,7 @@ sequence diagram. <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from action state to choice" value="null" /> <P1 x="397" y="96" id="7323" /> -<P2 x="397" y="130" id="7307" /> +<P2 x="397" y="135" id="7307" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="115" id="7339" > @@ -17260,10 +17383,10 @@ sequence diagram. </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="DMX1" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLActivityDiagramPanel name="DMX1" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1012" id="7348" > <cdparam x="431" y="250" /> -<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="30" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="choice" value="null" /> @@ -17275,23 +17398,25 @@ sequence diagram. <SUBCOMPONENT type="-1" id="7341" > <father id="7348" num="0" /> <cdparam x="394" y="260" /> -<sizeparam width="36" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="36" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="-75" maxX="-20" minY="10" maxY="35" /> <infoparam name="guard 1" value="[else]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7342" > <father id="7348" num="1" /> <cdparam x="466" y="260" /> -<sizeparam width="102" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="102" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="35" maxX="55" minY="10" maxY="35" /> <infoparam name="guard 2" value="[bn == TotalBN]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7343" > <father id="7348" num="2" /> <cdparam x="451" y="295" /> -<sizeparam width="14" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="14" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="20" maxX="40" minY="45" maxY="70" /> <infoparam name="guard 3" value="[ ]" /> @@ -17299,8 +17424,9 @@ sequence diagram. <COMPONENT type="1010" id="7351" > <cdparam x="419" y="116" /> -<sizeparam width="58" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="58" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in(size) " /> <TGConnectingPoint num="0" id="7349" /> @@ -17313,8 +17439,9 @@ sequence diagram. <COMPONENT type="1008" id="7354" > <cdparam x="500" y="317" /> -<sizeparam width="111" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="111" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="dmx1_out1(size)" /> <TGConnectingPoint num="0" id="7352" /> @@ -17327,7 +17454,7 @@ sequence diagram. <COMPONENT type="1001" id="7356" > <cdparam x="341" y="381" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17336,8 +17463,9 @@ sequence diagram. <COMPONENT type="1011" id="7359" > <cdparam x="405" y="186" /> -<sizeparam width="86" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="86" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="bn = bn + 1" /> <TGConnectingPoint num="0" id="7357" /> @@ -17346,8 +17474,9 @@ sequence diagram. <COMPONENT type="1008" id="7362" > <cdparam x="296" y="318" /> -<sizeparam width="111" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="111" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="dmx1_out2(size)" /> <TGConnectingPoint num="0" id="7360" /> @@ -17360,7 +17489,7 @@ sequence diagram. <COMPONENT type="1001" id="7364" > <cdparam x="547" y="384" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17369,7 +17498,7 @@ sequence diagram. <COMPONENT type="1000" id="7366" > <cdparam x="441" y="62" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -17397,7 +17526,7 @@ sequence diagram. <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from action state to choice" value="null" /> <P1 x="448" y="211" id="7358" /> -<P2 x="446" y="240" id="7344" /> +<P2 x="446" y="245" id="7344" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="115" id="7370" > @@ -17435,7 +17564,7 @@ sequence diagram. </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="REP" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLActivityDiagramPanel name="REP" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="301" id="7390" > <cdparam x="758" y="449" /> <sizeparam width="163" height="35" minWidth="50" minHeight="20" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> @@ -17466,8 +17595,9 @@ sequence diagram. <COMPONENT type="1011" id="7393" > <cdparam x="641" y="455" /> -<sizeparam width="94" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="94" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="roff = roff + 2" /> <TGConnectingPoint num="0" id="7391" /> @@ -17504,7 +17634,7 @@ sequence diagram. <COMPONENT type="1001" id="7412" > <cdparam x="560" y="454" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17513,7 +17643,7 @@ sequence diagram. <COMPONENT type="1001" id="7414" > <cdparam x="678" y="513" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17522,8 +17652,9 @@ sequence diagram. <COMPONENT type="1008" id="7417" > <cdparam x="646" y="395" /> -<sizeparam width="85" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="85" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="rep_out(size)" /> <TGConnectingPoint num="0" id="7415" /> @@ -17536,8 +17667,9 @@ sequence diagram. <COMPONENT type="1010" id="7420" > <cdparam x="543" y="268" /> -<sizeparam width="55" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="55" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in(size) " /> <TGConnectingPoint num="0" id="7418" /> @@ -17550,8 +17682,9 @@ sequence diagram. <COMPONENT type="1014" id="7424" > <cdparam x="493" y="332" /> -<sizeparam width="155" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="155" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="for loop" value="for(i=0; i < nsb;i = i +1)" /> <TGConnectingPoint num="0" id="7421" /> @@ -17564,7 +17697,7 @@ sequence diagram. <COMPONENT type="1000" id="7426" > <cdparam x="563" y="217" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -17622,10 +17755,10 @@ sequence diagram. </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="FEED" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLActivityDiagramPanel name="FEED" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1001" id="7434" > <cdparam x="520" y="245" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17634,8 +17767,9 @@ sequence diagram. <COMPONENT type="1008" id="7437" > <cdparam x="485" y="185" /> -<sizeparam width="91" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="91" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="feed_out(Os)" /> <TGConnectingPoint num="0" id="7435" /> @@ -17648,8 +17782,9 @@ sequence diagram. <COMPONENT type="1014" id="7441" > <cdparam x="295" y="145" /> -<sizeparam width="227" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="227" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="for loop" value="for(ttl=0; ttl < r_size; ttl = ttl + Os)" /> <TGConnectingPoint num="0" id="7438" /> @@ -17662,8 +17797,9 @@ sequence diagram. <COMPONENT type="1010" id="7444" > <cdparam x="374" y="96" /> -<sizeparam width="69" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="69" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in(r_size) " /> <TGConnectingPoint num="0" id="7442" /> @@ -17676,7 +17812,7 @@ sequence diagram. <COMPONENT type="1001" id="7446" > <cdparam x="398" y="251" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17685,7 +17821,7 @@ sequence diagram. <COMPONENT type="1000" id="7448" > <cdparam x="400" y="50" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -17735,10 +17871,10 @@ sequence diagram. </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="RES" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLActivityDiagramPanel name="RES" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1012" id="7461" > <cdparam x="445" y="262" /> -<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="30" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="choice" value="null" /> @@ -17750,23 +17886,25 @@ sequence diagram. <SUBCOMPONENT type="-1" id="7454" > <father id="7461" num="0" /> <cdparam x="407" y="272" /> -<sizeparam width="31" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="31" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="-75" maxX="-20" minY="10" maxY="35" /> <infoparam name="guard 1" value="[else]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7455" > <father id="7461" num="1" /> <cdparam x="480" y="272" /> -<sizeparam width="76" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="76" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="35" maxX="55" minY="10" maxY="35" /> <infoparam name="guard 2" value="[bn == nsb ]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7456" > <father id="7461" num="2" /> <cdparam x="465" y="307" /> -<sizeparam width="12" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="12" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="20" maxX="40" minY="45" maxY="70" /> <infoparam name="guard 3" value="[ ]" /> @@ -17774,7 +17912,7 @@ sequence diagram. <COMPONENT type="1001" id="7463" > <cdparam x="365" y="392" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17783,7 +17921,7 @@ sequence diagram. <COMPONENT type="1001" id="7465" > <cdparam x="530" y="392" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17792,8 +17930,9 @@ sequence diagram. <COMPONENT type="1008" id="7468" > <cdparam x="499" y="335" /> -<sizeparam width="83" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="83" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="res_out(size)" /> <TGConnectingPoint num="0" id="7466" /> @@ -17806,8 +17945,9 @@ sequence diagram. <COMPONENT type="1011" id="7471" > <cdparam x="418" y="89" /> -<sizeparam width="84" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="84" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="bn = bn + 1" /> <TGConnectingPoint num="0" id="7469" /> @@ -17816,8 +17956,9 @@ sequence diagram. <COMPONENT type="1011" id="7474" > <cdparam x="411" y="191" /> -<sizeparam width="98" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="98" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="woff = woff +1" /> <TGConnectingPoint num="0" id="7472" /> @@ -17826,8 +17967,9 @@ sequence diagram. <COMPONENT type="1010" id="7477" > <cdparam x="432" y="142" /> -<sizeparam width="55" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="55" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in(size) " /> <TGConnectingPoint num="0" id="7475" /> @@ -17840,7 +17982,7 @@ sequence diagram. <COMPONENT type="1000" id="7479" > <cdparam x="454" y="43" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -17852,7 +17994,7 @@ sequence diagram. <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from action state to choice" value="null" /> <P1 x="460" y="216" id="7473" /> -<P2 x="460" y="252" id="7457" /> +<P2 x="460" y="257" id="7457" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="115" id="7481" > @@ -17906,11 +18048,12 @@ sequence diagram. </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="XPAT_cwm_out" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLActivityDiagramPanel name="XPAT_cwm_out" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1011" id="7489" > <cdparam x="366" y="91" /> -<sizeparam width="82" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="82" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="bn = bn +1" /> <TGConnectingPoint num="0" id="7487" /> @@ -17919,7 +18062,7 @@ sequence diagram. <COMPONENT type="1001" id="7491" > <cdparam x="357" y="287" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17928,8 +18071,9 @@ sequence diagram. <COMPONENT type="1011" id="7494" > <cdparam x="418" y="205" /> -<sizeparam width="96" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="96" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="action state" value="cwm_out=b_C" /> <TGConnectingPoint num="0" id="7492" /> @@ -17938,7 +18082,7 @@ sequence diagram. <COMPONENT type="1012" id="7502" > <cdparam x="392" y="149" /> -<sizeparam width="30" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="30" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="choice" value="null" /> @@ -17950,23 +18094,25 @@ sequence diagram. <SUBCOMPONENT type="-1" id="7495" > <father id="7502" num="0" /> <cdparam x="359" y="159" /> -<sizeparam width="36" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="36" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="-75" maxX="-20" minY="10" maxY="35" /> <infoparam name="guard 1" value="[else]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7496" > <father id="7502" num="1" /> <cdparam x="427" y="159" /> -<sizeparam width="62" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="62" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="35" maxX="55" minY="10" maxY="35" /> <infoparam name="guard 2" value="[bn == 2]" /> </SUBCOMPONENT> <SUBCOMPONENT type="-1" id="7497" > <father id="7502" num="2" /> <cdparam x="412" y="194" /> -<sizeparam width="14" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="14" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="20" maxX="40" minY="45" maxY="70" /> <infoparam name="guard 3" value="[ ]" /> @@ -17974,7 +18120,7 @@ sequence diagram. <COMPONENT type="1001" id="7504" > <cdparam x="456" y="285" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -17983,7 +18129,7 @@ sequence diagram. <COMPONENT type="1000" id="7506" > <cdparam x="400" y="50" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -17995,7 +18141,7 @@ sequence diagram. <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from action state to choice" value="null" /> <P1 x="407" y="116" id="7488" /> -<P2 x="407" y="139" id="7498" /> +<P2 x="407" y="144" id="7498" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="115" id="7508" > @@ -18033,10 +18179,10 @@ sequence diagram. </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="SINK" minX="10" maxX="1400" minY="10" maxY="900" > +<TMLActivityDiagramPanel name="SINK" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > <COMPONENT type="1001" id="7513" > <cdparam x="541" y="269" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> @@ -18045,8 +18191,9 @@ sequence diagram. <COMPONENT type="1010" id="7516" > <cdparam x="524" y="198" /> -<sizeparam width="58" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="58" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in(size) " /> <TGConnectingPoint num="0" id="7514" /> @@ -18059,7 +18206,7 @@ sequence diagram. <COMPONENT type="1000" id="7518" > <cdparam x="545" y="140" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> @@ -18085,1436 +18232,1482 @@ sequence diagram. </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_fft" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1007" id="7523" > -<cdparam x="440" y="222" /> -<sizeparam width="67" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="send request" value="r_fft(size)" /> -<TGConnectingPoint num="0" id="7521" /> -<TGConnectingPoint num="1" id="7522" /> -<extraparam> -<Data requestName="r_fft" nbOfParams="5" /> -<Param index="0" value="size" /> -</extraparam> -</COMPONENT> - -<COMPONENT type="1001" id="7525" > -<cdparam x="463" y="351" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7524" /> -</COMPONENT> - -<COMPONENT type="1008" id="7528" > -<cdparam x="432" y="292" /> -<sizeparam width="83" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="send event" value="fft_out(size)" /> -<TGConnectingPoint num="0" id="7526" /> -<TGConnectingPoint num="1" id="7527" /> -<extraparam> -<Data eventName="fft_out" nbOfParams="5" /> -<Param index="0" value="size" /> -</extraparam> -</COMPONENT> - -<COMPONENT type="1010" id="7531" > -<cdparam x="444" y="163" /> -<sizeparam width="58" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="wait event" value="in(size) " /> -<TGConnectingPoint num="0" id="7529" /> -<TGConnectingPoint num="1" id="7530" /> -<extraparam> -<Data eventName="in" nbOfParams="5" /> -<Param index="0" value="size" /> -</extraparam> -</COMPONENT> - -<COMPONENT type="1000" id="7533" > -<cdparam x="466" y="103" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7532" /> -</COMPONENT> - -<CONNECTOR type="115" id="7534" > -<cdparam x="473" y="123" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from start state to wait event" value="null" /> -<P1 x="473" y="123" id="7532" /> -<P2 x="473" y="158" id="7529" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> -<CONNECTOR type="115" id="7535" > -<cdparam x="473" y="317" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from send event to stop state" value="null" /> -<P1 x="473" y="317" id="7527" /> -<P2 x="473" y="346" id="7524" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> -<CONNECTOR type="115" id="7536" > -<cdparam x="473" y="188" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from wait event to send request" value="null" /> -<P1 x="473" y="188" id="7530" /> -<P2 x="473" y="217" id="7521" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> -<CONNECTOR type="115" id="7537" > -<cdparam x="481" y="244" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from send request to send event" value="null" /> -<P1 x="473" y="247" id="7522" /> -<P2 x="473" y="287" id="7526" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> - -</TMLActivityDiagramPanel> - -<TMLActivityDiagramPanel name="X_fft" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1013" id="7541" > +<TMLActivityDiagramPanel name="X_fft" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1013" id="7524" > <cdparam x="539" y="207" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="7539" /> -<TGConnectingPoint num="1" id="7540" /> +<TGConnectingPoint num="0" id="7522" /> +<TGConnectingPoint num="1" id="7523" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="7538" > -<father id="7541" num="0" /> +<SUBCOMPONENT type="-1" id="7521" > +<father id="7524" num="0" /> <cdparam x="554" y="227" /> -<sizeparam width="23" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="23" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="size" /> </SUBCOMPONENT> -<COMPONENT type="1001" id="7543" > +<COMPONENT type="1001" id="7526" > <cdparam x="535" y="335" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7542" /> +<TGConnectingPoint num="0" id="7525" /> </COMPONENT> -<COMPONENT type="1006" id="7546" > +<COMPONENT type="1006" id="7529" > <cdparam x="503" y="273" /> -<sizeparam width="83" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="83" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="write channel" value="fft_out(size)" /> -<TGConnectingPoint num="0" id="7544" /> -<TGConnectingPoint num="1" id="7545" /> +<TGConnectingPoint num="0" id="7527" /> +<TGConnectingPoint num="1" id="7528" /> <extraparam> -<Data channelName="fft_out" nbOfSamples="size" secPattern="" /> +<Data channelName="fft_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1009" id="7549" > +<COMPONENT type="1009" id="7532" > <cdparam x="515" y="153" /> -<sizeparam width="58" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="58" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="read channel" value="in(size) " /> -<TGConnectingPoint num="0" id="7547" /> -<TGConnectingPoint num="1" id="7548" /> +<TGConnectingPoint num="0" id="7530" /> +<TGConnectingPoint num="1" id="7531" /> <extraparam> -<Data channelName="in" nbOfSamples="size" secPattern="" /> +<Data channelName="in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1034" id="7552" > +<COMPONENT type="1034" id="7535" > <cdparam x="489" y="100" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="7550" /> -<TGConnectingPoint num="1" id="7551" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="7533" /> +<TGConnectingPoint num="1" id="7534" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7554" > +<COMPONENT type="1000" id="7537" > <cdparam x="538" y="57" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7553" /> +<TGConnectingPoint num="0" id="7536" /> </COMPONENT> -<CONNECTOR type="115" id="7555" > +<CONNECTOR type="115" id="7538" > <cdparam x="545" y="77" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from start state to read args" value="null" /> -<P1 x="545" y="77" id="7553" /> -<P2 x="545" y="95" id="7550" /> +<P1 x="545" y="77" id="7536" /> +<P2 x="545" y="95" id="7533" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7556" > +<CONNECTOR type="115" id="7539" > <cdparam x="545" y="125" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from read args to read channel" value="null" /> -<P1 x="545" y="125" id="7551" /> -<P2 x="544" y="148" id="7547" /> +<P1 x="545" y="125" id="7534" /> +<P2 x="544" y="148" id="7530" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7557" > +<CONNECTOR type="115" id="7540" > <cdparam x="544" y="178" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from read channel to execI" value="null" /> -<P1 x="544" y="178" id="7548" /> -<P2 x="544" y="202" id="7539" /> +<P1 x="544" y="178" id="7531" /> +<P2 x="544" y="202" id="7522" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7558" > +<CONNECTOR type="115" id="7541" > <cdparam x="544" y="242" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from execI to write channel" value="null" /> -<P1 x="544" y="242" id="7540" /> -<P2 x="544" y="268" id="7544" /> +<P1 x="544" y="242" id="7523" /> +<P2 x="544" y="268" id="7527" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7559" > +<CONNECTOR type="115" id="7542" > <cdparam x="544" y="298" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from write channel to stop state" value="null" /> -<P1 x="544" y="298" id="7545" /> -<P2 x="545" y="330" id="7542" /> +<P1 x="544" y="298" id="7528" /> +<P2 x="545" y="330" id="7525" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_dma" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1007" id="7562" > -<cdparam x="380" y="223" /> -<sizeparam width="81" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="F_fft" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1007" id="7545" > +<cdparam x="440" y="222" /> +<sizeparam width="67" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="send request" value="r_dma(size)" /> -<TGConnectingPoint num="0" id="7560" /> -<TGConnectingPoint num="1" id="7561" /> -<breakpoint /> +<infoparam name="send request" value="r_fft(size)" /> +<TGConnectingPoint num="0" id="7543" /> +<TGConnectingPoint num="1" id="7544" /> <extraparam> -<Data requestName="r_dma" nbOfParams="5" /> +<Data requestName="r_fft" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="7564" > -<cdparam x="410" y="352" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1001" id="7547" > +<cdparam x="463" y="351" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7563" /> +<TGConnectingPoint num="0" id="7546" /> </COMPONENT> -<COMPONENT type="1008" id="7567" > -<cdparam x="372" y="293" /> -<sizeparam width="97" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1008" id="7550" > +<cdparam x="432" y="292" /> +<sizeparam width="83" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="send event" value="dma_out(size)" /> -<TGConnectingPoint num="0" id="7565" /> -<TGConnectingPoint num="1" id="7566" /> +<infoparam name="send event" value="fft_out(size)" /> +<TGConnectingPoint num="0" id="7548" /> +<TGConnectingPoint num="1" id="7549" /> <extraparam> -<Data eventName="dma_out" nbOfParams="5" /> +<Data eventName="fft_out" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1010" id="7570" > -<cdparam x="391" y="164" /> -<sizeparam width="58" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1010" id="7553" > +<cdparam x="444" y="163" /> +<sizeparam width="58" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in(size) " /> -<TGConnectingPoint num="0" id="7568" /> -<TGConnectingPoint num="1" id="7569" /> +<TGConnectingPoint num="0" id="7551" /> +<TGConnectingPoint num="1" id="7552" /> <extraparam> <Data eventName="in" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7572" > -<cdparam x="413" y="104" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="7555" > +<cdparam x="466" y="103" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7571" /> +<TGConnectingPoint num="0" id="7554" /> </COMPONENT> -<CONNECTOR type="115" id="7573" > -<cdparam x="420" y="124" /> +<CONNECTOR type="115" id="7556" > +<cdparam x="473" y="123" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from start state to wait event" value="null" /> -<P1 x="420" y="124" id="7571" /> -<P2 x="420" y="159" id="7568" /> +<P1 x="473" y="123" id="7554" /> +<P2 x="473" y="158" id="7551" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7574" > -<cdparam x="420" y="318" /> +<CONNECTOR type="115" id="7557" > +<cdparam x="473" y="317" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from send event to stop state" value="null" /> -<P1 x="420" y="318" id="7566" /> -<P2 x="420" y="347" id="7563" /> +<P1 x="473" y="317" id="7549" /> +<P2 x="473" y="346" id="7546" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7575" > -<cdparam x="420" y="189" /> +<CONNECTOR type="115" id="7558" > +<cdparam x="473" y="188" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from wait event to send request" value="null" /> -<P1 x="420" y="189" id="7569" /> -<P2 x="420" y="218" id="7560" /> +<P1 x="473" y="188" id="7552" /> +<P2 x="473" y="217" id="7543" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7576" > -<cdparam x="428" y="245" /> +<CONNECTOR type="115" id="7559" > +<cdparam x="481" y="244" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from send request to send event" value="null" /> -<P1 x="420" y="248" id="7561" /> -<P2 x="420" y="288" id="7565" /> +<P1 x="473" y="247" id="7544" /> +<P2 x="473" y="287" id="7548" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="X_dma" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1001" id="7578" > +<TMLActivityDiagramPanel name="X_dma" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1001" id="7561" > <cdparam x="397" y="328" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7577" /> +<TGConnectingPoint num="0" id="7560" /> </COMPONENT> -<COMPONENT type="1006" id="7581" > +<COMPONENT type="1006" id="7564" > <cdparam x="358" y="266" /> -<sizeparam width="97" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="97" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="write channel" value="dma_out(size)" /> -<TGConnectingPoint num="0" id="7579" /> -<TGConnectingPoint num="1" id="7580" /> +<TGConnectingPoint num="0" id="7562" /> +<TGConnectingPoint num="1" id="7563" /> <extraparam> -<Data channelName="dma_out" nbOfSamples="size" secPattern="" /> +<Data channelName="dma_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1013" id="7585" > +<COMPONENT type="1013" id="7568" > <cdparam x="401" y="200" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="7583" /> -<TGConnectingPoint num="1" id="7584" /> +<TGConnectingPoint num="0" id="7566" /> +<TGConnectingPoint num="1" id="7567" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="7582" > -<father id="7585" num="0" /> +<SUBCOMPONENT type="-1" id="7565" > +<father id="7568" num="0" /> <cdparam x="416" y="220" /> -<sizeparam width="23" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="23" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="size" /> </SUBCOMPONENT> -<COMPONENT type="1009" id="7588" > +<COMPONENT type="1009" id="7571" > <cdparam x="377" y="146" /> -<sizeparam width="58" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="58" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="read channel" value="in(size) " /> -<TGConnectingPoint num="0" id="7586" /> -<TGConnectingPoint num="1" id="7587" /> +<TGConnectingPoint num="0" id="7569" /> +<TGConnectingPoint num="1" id="7570" /> <extraparam> -<Data channelName="in" nbOfSamples="size" secPattern="" /> +<Data channelName="in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1034" id="7591" > +<COMPONENT type="1034" id="7574" > <cdparam x="351" y="93" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="7589" /> -<TGConnectingPoint num="1" id="7590" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="7572" /> +<TGConnectingPoint num="1" id="7573" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7593" > +<COMPONENT type="1000" id="7576" > <cdparam x="400" y="50" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7592" /> +<TGConnectingPoint num="0" id="7575" /> </COMPONENT> -<CONNECTOR type="115" id="7594" > +<CONNECTOR type="115" id="7577" > <cdparam x="407" y="70" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from start state to read args" value="null" /> -<P1 x="407" y="70" id="7592" /> -<P2 x="407" y="88" id="7589" /> +<P1 x="407" y="70" id="7575" /> +<P2 x="407" y="88" id="7572" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7595" > +<CONNECTOR type="115" id="7578" > <cdparam x="407" y="118" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from read args to read channel" value="null" /> -<P1 x="407" y="118" id="7590" /> -<P2 x="406" y="141" id="7586" /> +<P1 x="407" y="118" id="7573" /> +<P2 x="406" y="141" id="7569" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7596" > +<CONNECTOR type="115" id="7579" > <cdparam x="406" y="171" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from read channel to execI" value="null" /> -<P1 x="406" y="171" id="7587" /> -<P2 x="406" y="195" id="7583" /> +<P1 x="406" y="171" id="7570" /> +<P2 x="406" y="195" id="7566" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7597" > +<CONNECTOR type="115" id="7580" > <cdparam x="406" y="235" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from execI to write channel" value="null" /> -<P1 x="406" y="235" id="7584" /> -<P2 x="406" y="261" id="7579" /> +<P1 x="406" y="235" id="7567" /> +<P2 x="406" y="261" id="7562" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7598" > +<CONNECTOR type="115" id="7581" > <cdparam x="406" y="291" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from write channel to stop state" value="null" /> -<P1 x="406" y="291" id="7580" /> -<P2 x="407" y="323" id="7577" /> +<P1 x="406" y="291" id="7563" /> +<P2 x="407" y="323" id="7560" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_cwm" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1007" id="7601" > -<cdparam x="454" y="238" /> -<sizeparam width="78" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="F_dma" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1007" id="7584" > +<cdparam x="380" y="223" /> +<sizeparam width="81" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="send request" value="r_cwm(size)" /> -<TGConnectingPoint num="0" id="7599" /> -<TGConnectingPoint num="1" id="7600" /> +<infoparam name="send request" value="r_dma(size)" /> +<TGConnectingPoint num="0" id="7582" /> +<TGConnectingPoint num="1" id="7583" /> +<breakpoint /> <extraparam> -<Data requestName="r_cwm" nbOfParams="5" /> +<Data requestName="r_dma" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="7603" > -<cdparam x="483" y="367" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1001" id="7586" > +<cdparam x="410" y="352" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7602" /> +<TGConnectingPoint num="0" id="7585" /> </COMPONENT> -<COMPONENT type="1008" id="7606" > -<cdparam x="448" y="308" /> -<sizeparam width="91" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1008" id="7589" > +<cdparam x="372" y="293" /> +<sizeparam width="97" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="send event" value="cwm_out(size)" /> -<TGConnectingPoint num="0" id="7604" /> -<TGConnectingPoint num="1" id="7605" /> +<infoparam name="send event" value="dma_out(size)" /> +<TGConnectingPoint num="0" id="7587" /> +<TGConnectingPoint num="1" id="7588" /> <extraparam> -<Data eventName="cwm_out" nbOfParams="5" /> +<Data eventName="dma_out" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1010" id="7609" > -<cdparam x="466" y="179" /> -<sizeparam width="55" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1010" id="7592" > +<cdparam x="391" y="164" /> +<sizeparam width="58" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in(size) " /> -<TGConnectingPoint num="0" id="7607" /> -<TGConnectingPoint num="1" id="7608" /> +<TGConnectingPoint num="0" id="7590" /> +<TGConnectingPoint num="1" id="7591" /> <extraparam> <Data eventName="in" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7611" > -<cdparam x="486" y="119" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="7594" > +<cdparam x="413" y="104" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7610" /> +<TGConnectingPoint num="0" id="7593" /> </COMPONENT> -<CONNECTOR type="115" id="7612" > -<cdparam x="493" y="139" /> +<CONNECTOR type="115" id="7595" > +<cdparam x="420" y="124" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from start state to wait event" value="null" /> -<P1 x="493" y="139" id="7610" /> -<P2 x="493" y="174" id="7607" /> +<P1 x="420" y="124" id="7593" /> +<P2 x="420" y="159" id="7590" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7613" > -<cdparam x="493" y="333" /> +<CONNECTOR type="115" id="7596" > +<cdparam x="420" y="318" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from send event to stop state" value="null" /> -<P1 x="493" y="333" id="7605" /> -<P2 x="493" y="362" id="7602" /> +<P1 x="420" y="318" id="7588" /> +<P2 x="420" y="347" id="7585" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7614" > -<cdparam x="493" y="204" /> +<CONNECTOR type="115" id="7597" > +<cdparam x="420" y="189" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from wait event to send request" value="null" /> -<P1 x="493" y="204" id="7608" /> -<P2 x="493" y="233" id="7599" /> +<P1 x="420" y="189" id="7591" /> +<P2 x="420" y="218" id="7582" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7615" > -<cdparam x="501" y="260" /> +<CONNECTOR type="115" id="7598" > +<cdparam x="428" y="245" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from send request to send event" value="null" /> -<P1 x="493" y="263" id="7600" /> -<P2 x="493" y="303" id="7604" /> +<P1 x="420" y="248" id="7583" /> +<P2 x="420" y="288" id="7587" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="X_cwm" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1013" id="7619" > +<TMLActivityDiagramPanel name="X_cwm" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1013" id="7602" > <cdparam x="591" y="239" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="7617" /> -<TGConnectingPoint num="1" id="7618" /> +<TGConnectingPoint num="0" id="7600" /> +<TGConnectingPoint num="1" id="7601" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="7616" > -<father id="7619" num="0" /> +<SUBCOMPONENT type="-1" id="7599" > +<father id="7602" num="0" /> <cdparam x="606" y="259" /> -<sizeparam width="87" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="87" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="10 * size + 10" /> </SUBCOMPONENT> -<COMPONENT type="1001" id="7621" > +<COMPONENT type="1001" id="7604" > <cdparam x="587" y="367" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7620" /> +<TGConnectingPoint num="0" id="7603" /> </COMPONENT> -<COMPONENT type="1006" id="7624" > +<COMPONENT type="1006" id="7607" > <cdparam x="548" y="305" /> -<sizeparam width="97" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="97" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="write channel" value="cwm_out(size)" /> -<TGConnectingPoint num="0" id="7622" /> -<TGConnectingPoint num="1" id="7623" /> +<TGConnectingPoint num="0" id="7605" /> +<TGConnectingPoint num="1" id="7606" /> <extraparam> -<Data channelName="cwm_out" nbOfSamples="size" secPattern="" /> +<Data channelName="cwm_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1009" id="7627" > +<COMPONENT type="1009" id="7610" > <cdparam x="567" y="185" /> -<sizeparam width="58" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="58" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="read channel" value="in(size) " /> -<TGConnectingPoint num="0" id="7625" /> -<TGConnectingPoint num="1" id="7626" /> +<TGConnectingPoint num="0" id="7608" /> +<TGConnectingPoint num="1" id="7609" /> <accessibility /> <extraparam> -<Data channelName="in" nbOfSamples="size" secPattern="" /> +<Data channelName="in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1034" id="7630" > +<COMPONENT type="1034" id="7613" > <cdparam x="541" y="132" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="7628" /> -<TGConnectingPoint num="1" id="7629" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="7611" /> +<TGConnectingPoint num="1" id="7612" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7632" > +<COMPONENT type="1000" id="7615" > <cdparam x="590" y="89" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7631" /> +<TGConnectingPoint num="0" id="7614" /> </COMPONENT> -<CONNECTOR type="115" id="7633" > +<CONNECTOR type="115" id="7616" > <cdparam x="597" y="109" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from start state to read args" value="null" /> -<P1 x="597" y="109" id="7631" /> -<P2 x="597" y="127" id="7628" /> +<P1 x="597" y="109" id="7614" /> +<P2 x="597" y="127" id="7611" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7634" > +<CONNECTOR type="115" id="7617" > <cdparam x="597" y="157" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from read args to read channel" value="null" /> -<P1 x="597" y="157" id="7629" /> -<P2 x="596" y="180" id="7625" /> +<P1 x="597" y="157" id="7612" /> +<P2 x="596" y="180" id="7608" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7635" > +<CONNECTOR type="115" id="7618" > <cdparam x="596" y="210" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from read channel to execI" value="null" /> -<P1 x="596" y="210" id="7626" /> -<P2 x="596" y="234" id="7617" /> +<P1 x="596" y="210" id="7609" /> +<P2 x="596" y="234" id="7600" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7636" > +<CONNECTOR type="115" id="7619" > <cdparam x="596" y="274" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from execI to write channel" value="null" /> -<P1 x="596" y="274" id="7618" /> -<P2 x="596" y="300" id="7622" /> +<P1 x="596" y="274" id="7601" /> +<P2 x="596" y="300" id="7605" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7637" > +<CONNECTOR type="115" id="7620" > <cdparam x="596" y="330" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from write channel to stop state" value="null" /> -<P1 x="596" y="330" id="7623" /> -<P2 x="597" y="362" id="7620" /> +<P1 x="596" y="330" id="7606" /> +<P2 x="597" y="362" id="7603" /> <AutomaticDrawing data="true" /> </CONNECTOR> -</TMLActivityDiagramPanel> - -<TMLActivityDiagramPanel name="X_cwa" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1009" id="7640" > -<cdparam x="547" y="267" /> -<sizeparam width="66" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read channel" value="in2(size) " /> -<TGConnectingPoint num="0" id="7638" /> -<TGConnectingPoint num="1" id="7639" /> -<extraparam> -<Data channelName="in2" nbOfSamples="size" secPattern="" /> -</extraparam> -</COMPONENT> - -<COMPONENT type="1013" id="7644" > -<cdparam x="574" y="317" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="7642" /> -<TGConnectingPoint num="1" id="7643" /> -</COMPONENT> -<SUBCOMPONENT type="-1" id="7641" > -<father id="7644" num="0" /> -<cdparam x="589" y="337" /> -<sizeparam width="57" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<hidden value="false" /> -<cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> -<infoparam name="value of the delay" value="size + 10" /> -</SUBCOMPONENT> +</TMLActivityDiagramPanel> -<COMPONENT type="1001" id="7646" > -<cdparam x="568" y="436" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="F_cwm" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1007" id="7623" > +<cdparam x="454" y="238" /> +<sizeparam width="78" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7645" /> +<infoparam name="send request" value="r_cwm(size)" /> +<TGConnectingPoint num="0" id="7621" /> +<TGConnectingPoint num="1" id="7622" /> +<extraparam> +<Data requestName="r_cwm" nbOfParams="5" /> +<Param index="0" value="size" /> +</extraparam> </COMPONENT> -<COMPONENT type="1006" id="7649" > -<cdparam x="531" y="375" /> -<sizeparam width="94" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1001" id="7625" > +<cdparam x="483" y="367" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="write channel" value="cwa_out(size)" /> -<TGConnectingPoint num="0" id="7647" /> -<TGConnectingPoint num="1" id="7648" /> -<extraparam> -<Data channelName="cwa_out" nbOfSamples="size" secPattern="" /> -</extraparam> +<infoparam name="stop state" value="null" /> +<TGConnectingPoint num="0" id="7624" /> </COMPONENT> -<COMPONENT type="1009" id="7652" > -<cdparam x="547" y="232" /> -<sizeparam width="66" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1008" id="7628" > +<cdparam x="448" y="308" /> +<sizeparam width="91" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read channel" value="in1(size) " /> -<TGConnectingPoint num="0" id="7650" /> -<TGConnectingPoint num="1" id="7651" /> +<infoparam name="send event" value="cwm_out(size)" /> +<TGConnectingPoint num="0" id="7626" /> +<TGConnectingPoint num="1" id="7627" /> <extraparam> -<Data channelName="in1" nbOfSamples="size" secPattern="" /> +<Data eventName="cwm_out" nbOfParams="5" /> +<Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1034" id="7655" > -<cdparam x="525" y="179" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1010" id="7631" > +<cdparam x="466" y="179" /> +<sizeparam width="55" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="7653" /> -<TGConnectingPoint num="1" id="7654" /> +<infoparam name="wait event" value="in(size) " /> +<TGConnectingPoint num="0" id="7629" /> +<TGConnectingPoint num="1" id="7630" /> <extraparam> -<Data nbOfParams="5" /> +<Data eventName="in" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7657" > -<cdparam x="574" y="136" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="7633" > +<cdparam x="486" y="119" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7656" /> +<TGConnectingPoint num="0" id="7632" /> </COMPONENT> -<CONNECTOR type="115" id="7658" > -<cdparam x="582" y="294" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from read channel to execI" value="null" /> -<P1 x="580" y="292" id="7639" /> -<P2 x="579" y="312" id="7642" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> -<CONNECTOR type="115" id="7659" > -<cdparam x="581" y="156" /> -<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from start state to read args" value="null" /> -<P1 x="581" y="156" id="7656" /> -<P2 x="581" y="174" id="7653" /> -<AutomaticDrawing data="true" /> -</CONNECTOR> -<CONNECTOR type="115" id="7660" > -<cdparam x="581" y="204" /> +<CONNECTOR type="115" id="7634" > +<cdparam x="493" y="139" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from read args to read channel" value="null" /> -<P1 x="581" y="204" id="7654" /> -<P2 x="580" y="227" id="7650" /> +<infoparam name="connector from start state to wait event" value="null" /> +<P1 x="493" y="139" id="7632" /> +<P2 x="493" y="174" id="7629" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7661" > -<cdparam x="577" y="343" /> +<CONNECTOR type="115" id="7635" > +<cdparam x="493" y="333" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from execI to write channel" value="null" /> -<P1 x="579" y="352" id="7643" /> -<P2 x="578" y="370" id="7647" /> +<infoparam name="connector from send event to stop state" value="null" /> +<P1 x="493" y="333" id="7627" /> +<P2 x="493" y="362" id="7624" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7662" > -<cdparam x="577" y="399" /> +<CONNECTOR type="115" id="7636" > +<cdparam x="493" y="204" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from write channel to stop state" value="null" /> -<P1 x="578" y="400" id="7648" /> -<P2 x="578" y="431" id="7645" /> +<infoparam name="connector from wait event to send request" value="null" /> +<P1 x="493" y="204" id="7630" /> +<P2 x="493" y="233" id="7621" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7663" > -<cdparam x="580" y="257" /> +<CONNECTOR type="115" id="7637" > +<cdparam x="501" y="260" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from read channel to read channel" value="null" /> -<P1 x="580" y="257" id="7651" /> -<P2 x="580" y="262" id="7638" /> +<infoparam name="connector from send request to send event" value="null" /> +<P1 x="493" y="263" id="7622" /> +<P2 x="493" y="303" id="7626" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_cwa" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1016" id="7671" > +<TMLActivityDiagramPanel name="F_cwa" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1016" id="7645" > <cdparam x="487" y="138" /> -<sizeparam width="150" height="5" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="150" height="5" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="sequence" value="null" /> -<TGConnectingPoint num="0" id="7665" /> -<TGConnectingPoint num="1" id="7666" /> -<TGConnectingPoint num="2" id="7667" /> -<TGConnectingPoint num="3" id="7668" /> -<TGConnectingPoint num="4" id="7669" /> -<TGConnectingPoint num="5" id="7670" /> -</COMPONENT> -<SUBCOMPONENT type="-1" id="7664" > -<father id="7671" num="0" /> +<TGConnectingPoint num="0" id="7639" /> +<TGConnectingPoint num="1" id="7640" /> +<TGConnectingPoint num="2" id="7641" /> +<TGConnectingPoint num="3" id="7642" /> +<TGConnectingPoint num="4" id="7643" /> +<TGConnectingPoint num="5" id="7644" /> +</COMPONENT> +<SUBCOMPONENT type="-1" id="7638" > +<father id="7645" num="0" /> <cdparam x="641" y="145" /> -<sizeparam width="20" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="154" maxX="154" minY="7" maxY="7" /> <infoparam name="Sequence" value=">>" /> </SUBCOMPONENT> -<COMPONENT type="1001" id="7673" > +<COMPONENT type="1001" id="7647" > <cdparam x="437" y="323" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7672" /> +<TGConnectingPoint num="0" id="7646" /> </COMPONENT> -<COMPONENT type="1001" id="7675" > +<COMPONENT type="1001" id="7649" > <cdparam x="356" y="319" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7674" /> +<TGConnectingPoint num="0" id="7648" /> </COMPONENT> -<COMPONENT type="1032" id="7683" > +<COMPONENT type="1032" id="7657" > <cdparam x="342" y="208" /> -<sizeparam width="150" height="5" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="150" height="5" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="random sequence" value="null" /> -<TGConnectingPoint num="0" id="7677" /> -<TGConnectingPoint num="1" id="7678" /> -<TGConnectingPoint num="2" id="7679" /> -<TGConnectingPoint num="3" id="7680" /> -<TGConnectingPoint num="4" id="7681" /> -<TGConnectingPoint num="5" id="7682" /> -</COMPONENT> -<SUBCOMPONENT type="-1" id="7676" > -<father id="7683" num="0" /> +<TGConnectingPoint num="0" id="7651" /> +<TGConnectingPoint num="1" id="7652" /> +<TGConnectingPoint num="2" id="7653" /> +<TGConnectingPoint num="3" id="7654" /> +<TGConnectingPoint num="4" id="7655" /> +<TGConnectingPoint num="5" id="7656" /> +</COMPONENT> +<SUBCOMPONENT type="-1" id="7650" > +<father id="7657" num="0" /> <cdparam x="496" y="215" /> -<sizeparam width="20" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="154" maxX="154" minY="7" maxY="7" /> <infoparam name="Random sequence" value="<>" /> </SUBCOMPONENT> -<COMPONENT type="1007" id="7686" > +<COMPONENT type="1007" id="7660" > <cdparam x="625" y="206" /> -<sizeparam width="78" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="78" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send request" value="r_cwa(size)" /> -<TGConnectingPoint num="0" id="7684" /> -<TGConnectingPoint num="1" id="7685" /> +<TGConnectingPoint num="0" id="7658" /> +<TGConnectingPoint num="1" id="7659" /> <extraparam> <Data requestName="r_cwa" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="7688" > +<COMPONENT type="1001" id="7662" > <cdparam x="654" y="335" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7687" /> +<TGConnectingPoint num="0" id="7661" /> </COMPONENT> -<COMPONENT type="1008" id="7691" > +<COMPONENT type="1008" id="7665" > <cdparam x="617" y="276" /> -<sizeparam width="94" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="94" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="send event" value="cwa_out(size)" /> -<TGConnectingPoint num="0" id="7689" /> -<TGConnectingPoint num="1" id="7690" /> +<TGConnectingPoint num="0" id="7663" /> +<TGConnectingPoint num="1" id="7664" /> <extraparam> <Data eventName="cwa_out" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7693" > +<COMPONENT type="1000" id="7667" > <cdparam x="555" y="80" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7692" /> +<TGConnectingPoint num="0" id="7666" /> </COMPONENT> -<COMPONENT type="1010" id="7696" > +<COMPONENT type="1010" id="7670" > <cdparam x="333" y="259" /> -<sizeparam width="66" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="66" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in1(size) " /> -<TGConnectingPoint num="0" id="7694" /> -<TGConnectingPoint num="1" id="7695" /> +<TGConnectingPoint num="0" id="7668" /> +<TGConnectingPoint num="1" id="7669" /> <extraparam> <Data eventName="in1" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1010" id="7699" > +<COMPONENT type="1010" id="7673" > <cdparam x="414" y="259" /> -<sizeparam width="66" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="66" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in2(size) " /> -<TGConnectingPoint num="0" id="7697" /> -<TGConnectingPoint num="1" id="7698" /> +<TGConnectingPoint num="0" id="7671" /> +<TGConnectingPoint num="1" id="7672" /> <extraparam> <Data eventName="in2" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<CONNECTOR type="115" id="7700" > +<CONNECTOR type="115" id="7674" > <cdparam x="597" y="144" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from sequence to send request" value="null" /> -<P1 x="587" y="143" id="7669" /> -<P2 x="664" y="201" id="7684" /> +<P1 x="587" y="143" id="7643" /> +<P2 x="664" y="201" id="7658" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7701" > +<CONNECTOR type="115" id="7675" > <cdparam x="522" y="144" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from sequence to random sequence" value="null" /> -<P1 x="512" y="143" id="7666" /> -<P2 x="417" y="208" id="7677" /> +<P1 x="512" y="143" id="7640" /> +<P2 x="417" y="208" id="7651" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7702" > +<CONNECTOR type="115" id="7676" > <cdparam x="391" y="213" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from random sequence to wait event" value="null" /> -<P1 x="391" y="213" id="7679" /> -<P2 x="366" y="254" id="7694" /> +<P1 x="391" y="213" id="7653" /> +<P2 x="366" y="254" id="7668" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7703" > +<CONNECTOR type="115" id="7677" > <cdparam x="391" y="213" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from random sequence to wait event" value="null" /> -<P1 x="442" y="213" id="7681" /> -<P2 x="447" y="254" id="7697" /> +<P1 x="442" y="213" id="7655" /> +<P2 x="447" y="254" id="7671" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7704" > +<CONNECTOR type="115" id="7678" > <cdparam x="664" y="301" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from send event to stop state" value="null" /> -<P1 x="664" y="301" id="7690" /> -<P2 x="664" y="330" id="7687" /> +<P1 x="664" y="301" id="7664" /> +<P2 x="664" y="330" id="7661" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7705" > +<CONNECTOR type="115" id="7679" > <cdparam x="672" y="228" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from send request to send event" value="null" /> -<P1 x="664" y="231" id="7685" /> -<P2 x="664" y="271" id="7689" /> +<P1 x="664" y="231" id="7659" /> +<P2 x="664" y="271" id="7663" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7706" > +<CONNECTOR type="115" id="7680" > <cdparam x="366" y="284" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from wait event to stop state" value="null" /> -<P1 x="366" y="284" id="7695" /> -<P2 x="366" y="314" id="7674" /> +<P1 x="366" y="284" id="7669" /> +<P2 x="366" y="314" id="7648" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7707" > +<CONNECTOR type="115" id="7681" > <cdparam x="447" y="284" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from wait event to stop state" value="null" /> -<P1 x="447" y="284" id="7698" /> -<P2 x="447" y="318" id="7672" /> +<P1 x="447" y="284" id="7672" /> +<P2 x="447" y="318" id="7646" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7708" > +<CONNECTOR type="115" id="7682" > <cdparam x="572" y="101" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from start state to sequence" value="null" /> -<P1 x="562" y="100" id="7692" /> -<P2 x="562" y="138" id="7665" /> +<P1 x="562" y="100" id="7666" /> +<P2 x="562" y="138" id="7639" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_sum" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1007" id="7711" > -<cdparam x="473" y="176" /> -<sizeparam width="76" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="X_cwa" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1009" id="7685" > +<cdparam x="547" y="267" /> +<sizeparam width="66" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="send request" value="r_sum(size)" /> -<TGConnectingPoint num="0" id="7709" /> -<TGConnectingPoint num="1" id="7710" /> +<infoparam name="read channel" value="in2(size) " /> +<TGConnectingPoint num="0" id="7683" /> +<TGConnectingPoint num="1" id="7684" /> <extraparam> -<Data requestName="r_sum" nbOfParams="5" /> -<Param index="0" value="size" /> +<Data channelName="in2" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="7713" > -<cdparam x="501" y="305" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1013" id="7689" > +<cdparam x="574" y="317" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<enabled value="true" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="execI" value="null" /> +<TGConnectingPoint num="0" id="7687" /> +<TGConnectingPoint num="1" id="7688" /> +</COMPONENT> +<SUBCOMPONENT type="-1" id="7686" > +<father id="7689" num="0" /> +<cdparam x="589" y="337" /> +<sizeparam width="57" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> +<infoparam name="value of the delay" value="size + 10" /> +</SUBCOMPONENT> + +<COMPONENT type="1001" id="7691" > +<cdparam x="568" y="436" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7712" /> +<TGConnectingPoint num="0" id="7690" /> </COMPONENT> -<COMPONENT type="1008" id="7716" > -<cdparam x="467" y="246" /> -<sizeparam width="89" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1006" id="7694" > +<cdparam x="531" y="375" /> +<sizeparam width="94" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="send event" value="sum_out(size)" /> -<TGConnectingPoint num="0" id="7714" /> -<TGConnectingPoint num="1" id="7715" /> +<infoparam name="write channel" value="cwa_out(size)" /> +<TGConnectingPoint num="0" id="7692" /> +<TGConnectingPoint num="1" id="7693" /> <extraparam> -<Data eventName="sum_out" nbOfParams="5" /> -<Param index="0" value="size" /> +<Data channelName="cwa_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1010" id="7719" > -<cdparam x="484" y="117" /> -<sizeparam width="55" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1009" id="7697" > +<cdparam x="547" y="232" /> +<sizeparam width="66" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="wait event" value="in(size) " /> -<TGConnectingPoint num="0" id="7717" /> -<TGConnectingPoint num="1" id="7718" /> +<infoparam name="read channel" value="in1(size) " /> +<TGConnectingPoint num="0" id="7695" /> +<TGConnectingPoint num="1" id="7696" /> <extraparam> -<Data eventName="in" nbOfParams="5" /> +<Data channelName="in1" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> +</extraparam> +</COMPONENT> + +<COMPONENT type="1034" id="7700" > +<cdparam x="525" y="179" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<enabled value="true" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="7698" /> +<TGConnectingPoint num="1" id="7699" /> +<extraparam> +<Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7721" > -<cdparam x="504" y="57" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="7702" > +<cdparam x="574" y="136" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7720" /> +<TGConnectingPoint num="0" id="7701" /> </COMPONENT> -<CONNECTOR type="115" id="7722" > -<cdparam x="511" y="77" /> +<CONNECTOR type="115" id="7703" > +<cdparam x="582" y="294" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from start state to wait event" value="null" /> -<P1 x="511" y="77" id="7720" /> -<P2 x="511" y="112" id="7717" /> +<infoparam name="connector from read channel to execI" value="null" /> +<P1 x="580" y="292" id="7684" /> +<P2 x="579" y="312" id="7687" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7723" > -<cdparam x="511" y="271" /> +<CONNECTOR type="115" id="7704" > +<cdparam x="581" y="156" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from send event to stop state" value="null" /> -<P1 x="511" y="271" id="7715" /> -<P2 x="511" y="300" id="7712" /> +<infoparam name="connector from start state to read args" value="null" /> +<P1 x="581" y="156" id="7701" /> +<P2 x="581" y="174" id="7698" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7724" > -<cdparam x="511" y="142" /> +<CONNECTOR type="115" id="7705" > +<cdparam x="581" y="204" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from wait event to send request" value="null" /> -<P1 x="511" y="142" id="7718" /> -<P2 x="511" y="171" id="7709" /> +<infoparam name="connector from read args to read channel" value="null" /> +<P1 x="581" y="204" id="7699" /> +<P2 x="580" y="227" id="7695" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7725" > -<cdparam x="519" y="198" /> +<CONNECTOR type="115" id="7706" > +<cdparam x="577" y="343" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> -<infoparam name="connector from send request to send event" value="null" /> -<P1 x="511" y="201" id="7710" /> -<P2 x="511" y="241" id="7714" /> +<infoparam name="connector from execI to write channel" value="null" /> +<P1 x="579" y="352" id="7688" /> +<P2 x="578" y="370" id="7692" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> +<CONNECTOR type="115" id="7707" > +<cdparam x="577" y="399" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector from write channel to stop state" value="null" /> +<P1 x="578" y="400" id="7693" /> +<P2 x="578" y="431" id="7690" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> +<CONNECTOR type="115" id="7708" > +<cdparam x="580" y="257" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector from read channel to read channel" value="null" /> +<P1 x="580" y="257" id="7696" /> +<P2 x="580" y="262" id="7683" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="X_sum" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1013" id="7729" > +<TMLActivityDiagramPanel name="X_sum" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1013" id="7712" > <cdparam x="563" y="213" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="7727" /> -<TGConnectingPoint num="1" id="7728" /> +<TGConnectingPoint num="0" id="7710" /> +<TGConnectingPoint num="1" id="7711" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="7726" > -<father id="7729" num="0" /> +<SUBCOMPONENT type="-1" id="7709" > +<father id="7712" num="0" /> <cdparam x="578" y="233" /> -<sizeparam width="57" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="57" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="size + 10" /> </SUBCOMPONENT> -<COMPONENT type="1001" id="7731" > +<COMPONENT type="1001" id="7714" > <cdparam x="559" y="341" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7730" /> +<TGConnectingPoint num="0" id="7713" /> </COMPONENT> -<COMPONENT type="1006" id="7734" > +<COMPONENT type="1006" id="7717" > <cdparam x="520" y="279" /> -<sizeparam width="96" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="96" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="write channel" value="sum_out(size)" /> -<TGConnectingPoint num="0" id="7732" /> -<TGConnectingPoint num="1" id="7733" /> +<TGConnectingPoint num="0" id="7715" /> +<TGConnectingPoint num="1" id="7716" /> <extraparam> -<Data channelName="sum_out" nbOfSamples="size" secPattern="" /> +<Data channelName="sum_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1009" id="7737" > +<COMPONENT type="1009" id="7720" > <cdparam x="539" y="159" /> -<sizeparam width="58" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="58" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="read channel" value="in(size) " /> -<TGConnectingPoint num="0" id="7735" /> -<TGConnectingPoint num="1" id="7736" /> +<TGConnectingPoint num="0" id="7718" /> +<TGConnectingPoint num="1" id="7719" /> <extraparam> -<Data channelName="in" nbOfSamples="size" secPattern="" /> +<Data channelName="in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1034" id="7740" > +<COMPONENT type="1034" id="7723" > <cdparam x="513" y="106" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="7738" /> -<TGConnectingPoint num="1" id="7739" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="7721" /> +<TGConnectingPoint num="1" id="7722" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7742" > +<COMPONENT type="1000" id="7725" > <cdparam x="562" y="63" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7741" /> +<TGConnectingPoint num="0" id="7724" /> </COMPONENT> -<CONNECTOR type="115" id="7743" > +<CONNECTOR type="115" id="7726" > <cdparam x="569" y="83" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from start state to read args" value="null" /> -<P1 x="569" y="83" id="7741" /> -<P2 x="569" y="101" id="7738" /> +<P1 x="569" y="83" id="7724" /> +<P2 x="569" y="101" id="7721" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7744" > +<CONNECTOR type="115" id="7727" > <cdparam x="569" y="131" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from read args to read channel" value="null" /> -<P1 x="569" y="131" id="7739" /> -<P2 x="568" y="154" id="7735" /> +<P1 x="569" y="131" id="7722" /> +<P2 x="568" y="154" id="7718" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7745" > +<CONNECTOR type="115" id="7728" > <cdparam x="568" y="184" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from read channel to execI" value="null" /> -<P1 x="568" y="184" id="7736" /> -<P2 x="568" y="208" id="7727" /> +<P1 x="568" y="184" id="7719" /> +<P2 x="568" y="208" id="7710" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7746" > +<CONNECTOR type="115" id="7729" > <cdparam x="568" y="248" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from execI to write channel" value="null" /> -<P1 x="568" y="248" id="7728" /> -<P2 x="568" y="274" id="7732" /> +<P1 x="568" y="248" id="7711" /> +<P2 x="568" y="274" id="7715" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7747" > +<CONNECTOR type="115" id="7730" > <cdparam x="568" y="304" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from write channel to stop state" value="null" /> -<P1 x="568" y="304" id="7733" /> -<P2 x="569" y="336" id="7730" /> +<P1 x="568" y="304" id="7716" /> +<P2 x="569" y="336" id="7713" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="F_dma1" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1007" id="7750" > -<cdparam x="387" y="227" /> -<sizeparam width="86" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<TMLActivityDiagramPanel name="F_sum" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1007" id="7733" > +<cdparam x="473" y="176" /> +<sizeparam width="76" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="send request" value="r_dma1(size)" /> -<TGConnectingPoint num="0" id="7748" /> -<TGConnectingPoint num="1" id="7749" /> +<infoparam name="send request" value="r_sum(size)" /> +<TGConnectingPoint num="0" id="7731" /> +<TGConnectingPoint num="1" id="7732" /> <extraparam> -<Data requestName="r_dma1" nbOfParams="5" /> +<Data requestName="r_sum" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1001" id="7752" > -<cdparam x="420" y="356" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1001" id="7735" > +<cdparam x="501" y="305" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7751" /> +<TGConnectingPoint num="0" id="7734" /> </COMPONENT> -<COMPONENT type="1008" id="7755" > -<cdparam x="381" y="297" /> -<sizeparam width="99" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1008" id="7738" > +<cdparam x="467" y="246" /> +<sizeparam width="89" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="send event" value="dma1_out(size)" /> -<TGConnectingPoint num="0" id="7753" /> -<TGConnectingPoint num="1" id="7754" /> +<infoparam name="send event" value="sum_out(size)" /> +<TGConnectingPoint num="0" id="7736" /> +<TGConnectingPoint num="1" id="7737" /> <extraparam> -<Data eventName="dma1_out" nbOfParams="5" /> +<Data eventName="sum_out" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1010" id="7758" > -<cdparam x="403" y="168" /> -<sizeparam width="55" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1010" id="7741" > +<cdparam x="484" y="117" /> +<sizeparam width="55" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="wait event" value="in(size) " /> -<TGConnectingPoint num="0" id="7756" /> -<TGConnectingPoint num="1" id="7757" /> +<TGConnectingPoint num="0" id="7739" /> +<TGConnectingPoint num="1" id="7740" /> <extraparam> <Data eventName="in" nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7760" > -<cdparam x="423" y="108" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<COMPONENT type="1000" id="7743" > +<cdparam x="504" y="57" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7759" /> +<TGConnectingPoint num="0" id="7742" /> </COMPONENT> -<CONNECTOR type="115" id="7761" > -<cdparam x="430" y="128" /> +<CONNECTOR type="115" id="7744" > +<cdparam x="511" y="77" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from start state to wait event" value="null" /> -<P1 x="430" y="128" id="7759" /> -<P2 x="430" y="163" id="7756" /> +<P1 x="511" y="77" id="7742" /> +<P2 x="511" y="112" id="7739" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7762" > -<cdparam x="430" y="322" /> +<CONNECTOR type="115" id="7745" > +<cdparam x="511" y="271" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from send event to stop state" value="null" /> -<P1 x="430" y="322" id="7754" /> -<P2 x="430" y="351" id="7751" /> +<P1 x="511" y="271" id="7737" /> +<P2 x="511" y="300" id="7734" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7763" > -<cdparam x="430" y="193" /> +<CONNECTOR type="115" id="7746" > +<cdparam x="511" y="142" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from wait event to send request" value="null" /> -<P1 x="430" y="193" id="7757" /> -<P2 x="430" y="222" id="7748" /> +<P1 x="511" y="142" id="7740" /> +<P2 x="511" y="171" id="7731" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7764" > -<cdparam x="438" y="249" /> +<CONNECTOR type="115" id="7747" > +<cdparam x="519" y="198" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from send request to send event" value="null" /> -<P1 x="430" y="252" id="7749" /> -<P2 x="430" y="292" id="7753" /> +<P1 x="511" y="201" id="7732" /> +<P2 x="511" y="241" id="7736" /> <AutomaticDrawing data="true" /> </CONNECTOR> </TMLActivityDiagramPanel> -<TMLActivityDiagramPanel name="X_dma1" minX="10" maxX="1400" minY="10" maxY="900" > -<COMPONENT type="1013" id="7768" > +<TMLActivityDiagramPanel name="X_dma1" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1013" id="7751" > <cdparam x="544" y="266" /> -<sizeparam width="10" height="30" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="10" height="30" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="execI" value="null" /> -<TGConnectingPoint num="0" id="7766" /> -<TGConnectingPoint num="1" id="7767" /> +<TGConnectingPoint num="0" id="7749" /> +<TGConnectingPoint num="1" id="7750" /> </COMPONENT> -<SUBCOMPONENT type="-1" id="7765" > -<father id="7768" num="0" /> +<SUBCOMPONENT type="-1" id="7748" > +<father id="7751" num="0" /> <cdparam x="559" y="286" /> -<sizeparam width="23" height="15" minWidth="10" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="23" height="15" minWidth="10" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="size" /> </SUBCOMPONENT> -<COMPONENT type="1001" id="7770" > +<COMPONENT type="1001" id="7753" > <cdparam x="540" y="394" /> -<sizeparam width="20" height="20" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="stop state" value="null" /> -<TGConnectingPoint num="0" id="7769" /> +<TGConnectingPoint num="0" id="7752" /> </COMPONENT> -<COMPONENT type="1006" id="7773" > +<COMPONENT type="1006" id="7756" > <cdparam x="497" y="332" /> -<sizeparam width="105" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="105" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="write channel" value="dma1_out(size)" /> -<TGConnectingPoint num="0" id="7771" /> -<TGConnectingPoint num="1" id="7772" /> +<TGConnectingPoint num="0" id="7754" /> +<TGConnectingPoint num="1" id="7755" /> <extraparam> -<Data channelName="dma1_out" nbOfSamples="size" secPattern="" /> +<Data channelName="dma1_out" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1009" id="7776" > +<COMPONENT type="1009" id="7759" > <cdparam x="520" y="212" /> -<sizeparam width="58" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="58" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="read channel" value="in(size) " /> -<TGConnectingPoint num="0" id="7774" /> -<TGConnectingPoint num="1" id="7775" /> +<TGConnectingPoint num="0" id="7757" /> +<TGConnectingPoint num="1" id="7758" /> <extraparam> -<Data channelName="in" nbOfSamples="size" secPattern="" /> +<Data channelName="in" nbOfSamples="size" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> </COMPONENT> -<COMPONENT type="1034" id="7779" > +<COMPONENT type="1034" id="7762" > <cdparam x="494" y="159" /> -<sizeparam width="113" height="20" minWidth="30" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="113" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> +<enabled value="true" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> -<infoparam name="read args" value="getReqArg (size)" /> -<TGConnectingPoint num="0" id="7777" /> -<TGConnectingPoint num="1" id="7778" /> +<infoparam name="read args" value="getReqArg(size)" /> +<TGConnectingPoint num="0" id="7760" /> +<TGConnectingPoint num="1" id="7761" /> <extraparam> <Data nbOfParams="5" /> <Param index="0" value="size" /> </extraparam> </COMPONENT> -<COMPONENT type="1000" id="7781" > +<COMPONENT type="1000" id="7764" > <cdparam x="543" y="116" /> -<sizeparam width="15" height="15" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> <infoparam name="start state" value="null" /> -<TGConnectingPoint num="0" id="7780" /> +<TGConnectingPoint num="0" id="7763" /> </COMPONENT> -<CONNECTOR type="115" id="7782" > +<CONNECTOR type="115" id="7765" > <cdparam x="550" y="136" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from start state to read args" value="null" /> -<P1 x="550" y="136" id="7780" /> -<P2 x="550" y="154" id="7777" /> +<P1 x="550" y="136" id="7763" /> +<P2 x="550" y="154" id="7760" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7783" > +<CONNECTOR type="115" id="7766" > <cdparam x="550" y="184" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from read args to read channel" value="null" /> -<P1 x="550" y="184" id="7778" /> -<P2 x="549" y="207" id="7774" /> +<P1 x="550" y="184" id="7761" /> +<P2 x="549" y="207" id="7757" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7784" > +<CONNECTOR type="115" id="7767" > <cdparam x="549" y="237" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from read channel to execI" value="null" /> -<P1 x="549" y="237" id="7775" /> -<P2 x="549" y="261" id="7766" /> +<P1 x="549" y="237" id="7758" /> +<P2 x="549" y="261" id="7749" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7785" > +<CONNECTOR type="115" id="7768" > <cdparam x="549" y="301" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from execI to write channel" value="null" /> -<P1 x="549" y="301" id="7767" /> -<P2 x="549" y="327" id="7771" /> +<P1 x="549" y="301" id="7750" /> +<P2 x="549" y="327" id="7754" /> <AutomaticDrawing data="true" /> </CONNECTOR> -<CONNECTOR type="115" id="7786" > +<CONNECTOR type="115" id="7769" > <cdparam x="549" y="357" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector from write channel to stop state" value="null" /> -<P1 x="549" y="357" id="7772" /> -<P2 x="550" y="389" id="7769" /> +<P1 x="549" y="357" id="7755" /> +<P2 x="550" y="389" id="7752" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> + +</TMLActivityDiagramPanel> + +<TMLActivityDiagramPanel name="F_dma1" minX="10" maxX="1400" minY="10" maxY="900" zoom="1.0" > +<COMPONENT type="1007" id="7772" > +<cdparam x="387" y="227" /> +<sizeparam width="86" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<enabled value="true" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="send request" value="r_dma1(size)" /> +<TGConnectingPoint num="0" id="7770" /> +<TGConnectingPoint num="1" id="7771" /> +<extraparam> +<Data requestName="r_dma1" nbOfParams="5" /> +<Param index="0" value="size" /> +</extraparam> +</COMPONENT> + +<COMPONENT type="1001" id="7774" > +<cdparam x="420" y="356" /> +<sizeparam width="20" height="20" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="stop state" value="null" /> +<TGConnectingPoint num="0" id="7773" /> +</COMPONENT> + +<COMPONENT type="1008" id="7777" > +<cdparam x="381" y="297" /> +<sizeparam width="99" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<enabled value="true" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="send event" value="dma1_out(size)" /> +<TGConnectingPoint num="0" id="7775" /> +<TGConnectingPoint num="1" id="7776" /> +<extraparam> +<Data eventName="dma1_out" nbOfParams="5" /> +<Param index="0" value="size" /> +</extraparam> +</COMPONENT> + +<COMPONENT type="1010" id="7780" > +<cdparam x="403" y="168" /> +<sizeparam width="55" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<enabled value="true" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="wait event" value="in(size) " /> +<TGConnectingPoint num="0" id="7778" /> +<TGConnectingPoint num="1" id="7779" /> +<extraparam> +<Data eventName="in" nbOfParams="5" /> +<Param index="0" value="size" /> +</extraparam> +</COMPONENT> + +<COMPONENT type="1000" id="7782" > +<cdparam x="423" y="108" /> +<sizeparam width="15" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<hidden value="false" /> +<cdrectangleparam minX="10" maxX="1400" minY="10" maxY="900" /> +<infoparam name="start state" value="null" /> +<TGConnectingPoint num="0" id="7781" /> +</COMPONENT> + +<CONNECTOR type="115" id="7783" > +<cdparam x="430" y="128" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector from start state to wait event" value="null" /> +<P1 x="430" y="128" id="7781" /> +<P2 x="430" y="163" id="7778" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> +<CONNECTOR type="115" id="7784" > +<cdparam x="430" y="322" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector from send event to stop state" value="null" /> +<P1 x="430" y="322" id="7776" /> +<P2 x="430" y="351" id="7773" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> +<CONNECTOR type="115" id="7785" > +<cdparam x="430" y="193" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector from wait event to send request" value="null" /> +<P1 x="430" y="193" id="7779" /> +<P2 x="430" y="222" id="7770" /> +<AutomaticDrawing data="true" /> +</CONNECTOR> +<CONNECTOR type="115" id="7786" > +<cdparam x="438" y="249" /> +<sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="1000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<infoparam name="connector from send request to send event" value="null" /> +<P1 x="430" y="252" id="7771" /> +<P2 x="430" y="292" id="7775" /> <AutomaticDrawing data="true" /> </CONNECTOR> diff --git a/modeling/DIPLODOCUS/simpleSDF.xml b/modeling/DIPLODOCUS/simpleSDF.xml index f31ea348d8..0f5dba47c2 100644 --- a/modeling/DIPLODOCUS/simpleSDF.xml +++ b/modeling/DIPLODOCUS/simpleSDF.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<TURTLEGMODELING version="1.0beta" ANIMATE_INTERACTIVE_SIMULATION="true" ACTIVATE_PENALTIES="false" UPDATE_INFORMATION_DIPLO_SIM="false" ANIMATE_WITH_INFO_DIPLO_SIM="true" OPEN_DIAG_DIPLO_SIM="false" LAST_SELECTED_MAIN_TAB="0" LAST_SELECTED_SUB_TAB="0"> +<TURTLEGMODELING version="1.0beta" ANIMATE_INTERACTIVE_SIMULATION="true" ACTIVATE_PENALTIES="false" UPDATE_INFORMATION_DIPLO_SIM="false" ANIMATE_WITH_INFO_DIPLO_SIM="true" OPEN_DIAG_DIPLO_SIM="false" LAST_SELECTED_MAIN_TAB="1" LAST_SELECTED_SUB_TAB="0"> <Modeling type="TML Component Design" nameTab="Application" tabs="TML Component Task Diagram$Src$T1$T2$T3$T4$T5$Dst" > <TMLComponentTaskDiagramPanel name="TML Component Task Diagram" minX="10" maxX="2500" minY="10" maxY="1500" channels="true" events="true" requests="true" zoom="1.0000000000000002" > @@ -8,15 +8,15 @@ <cdparam x="1345" y="398" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1345" y="398" id="113" /> -<P2 x="1783" y="332" id="147" /> +<P1 x="1345" y="398" id="119" /> +<P2 x="1783" y="332" id="151" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="2" > <cdparam x="1560" y="174" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1560" y="174" id="100" /> +<P1 x="1560" y="174" id="98" /> <P2 x="1783" y="286" id="149" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -25,7 +25,7 @@ <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> <P1 x="983" y="264" id="21" /> -<P2 x="1113" y="174" id="79" /> +<P2 x="1113" y="174" id="85" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="4" > @@ -33,14 +33,14 @@ <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> <P1 x="989" y="273" id="19" /> -<P2 x="1169" y="409" id="115" /> +<P2 x="1169" y="409" id="117" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="5" > <cdparam x="846" y="309" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="846" y="250" id="162" /> +<P1 x="846" y="250" id="168" /> <P2 x="967" y="273" id="18" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -48,7 +48,7 @@ <cdparam x="1345" y="350" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1345" y="350" id="117" /> +<P1 x="1345" y="350" id="115" /> <P2 x="1660" y="178" id="39" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -57,14 +57,14 @@ <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> <P1 x="1677" y="170" id="34" /> -<P2 x="1783" y="236" id="151" /> +<P2 x="1783" y="236" id="147" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="8" > <cdparam x="1560" y="110" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1560" y="110" id="98" /> +<P1 x="1560" y="110" id="100" /> <P2 x="1655" y="170" id="35" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -72,55 +72,55 @@ <cdparam x="1289" y="179" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1289" y="179" id="83" /> -<P2 x="1384" y="169" id="96" /> +<P1 x="1289" y="179" id="81" /> +<P2 x="1384" y="169" id="102" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="10" > <cdparam x="1289" y="115" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="1289" y="115" id="81" /> -<P2 x="1384" y="105" id="102" /> +<P1 x="1289" y="115" id="83" /> +<P2 x="1384" y="105" id="96" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="11" > <cdparam x="335" y="300" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="335" y="300" id="66" /> -<P2 x="414" y="300" id="134" /> +<P1 x="335" y="300" id="68" /> +<P2 x="414" y="300" id="132" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="12" > <cdparam x="335" y="236" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="335" y="236" id="68" /> -<P2 x="414" y="236" id="136" /> +<P1 x="335" y="236" id="66" /> +<P2 x="414" y="236" id="130" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="13" > <cdparam x="590" y="305" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="590" y="305" id="130" /> -<P2 x="670" y="302" id="166" /> +<P1 x="590" y="305" id="136" /> +<P2 x="670" y="302" id="164" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="14" > <cdparam x="590" y="241" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="590" y="241" id="132" /> -<P2 x="670" y="238" id="168" /> +<P1 x="590" y="241" id="134" /> +<P2 x="670" y="238" id="162" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="15" > <cdparam x="846" y="265" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="846" y="208" id="164" /> +<P1 x="846" y="208" id="166" /> <P2 x="996" y="175" id="50" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -129,7 +129,7 @@ <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> <P1 x="1012" y="166" id="53" /> -<P2 x="1113" y="110" id="85" /> +<P2 x="1113" y="110" id="79" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="17" > @@ -137,7 +137,7 @@ <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> <P1 x="1012" y="183" id="55" /> -<P2 x="1169" y="345" id="119" /> +<P2 x="1169" y="345" id="113" /> <AutomaticDrawing data="true" /> </CONNECTOR> <COMPONENT type="1207" id="33" > @@ -230,15 +230,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="67" > <father id="78" num="0" /> -<cdparam x="309" y="287" /> +<cdparam x="309" y="223" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT1" /> +<infoparam name="Primitive port" value="Channel chToT1" /> <TGConnectingPoint num="0" id="66" /> <extraparam> -<Prop commName="evtToT1" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT1" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -247,15 +247,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="69" > <father id="78" num="1" /> -<cdparam x="309" y="223" /> +<cdparam x="309" y="287" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT1" /> +<infoparam name="Primitive port" value="Event evtToT1" /> <TGConnectingPoint num="0" id="68" /> <extraparam> -<Prop commName="chToT1" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT1" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -284,15 +284,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="80" > <father id="95" num="0" /> -<cdparam x="1113" y="161" /> +<cdparam x="1113" y="97" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT3" /> +<infoparam name="Primitive port" value="Channel chToT3" /> <TGConnectingPoint num="0" id="79" /> <extraparam> -<Prop commName="evtToT3" commType="1" origin="false" finite="true" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT3" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -301,15 +301,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="82" > <father id="95" num="1" /> -<cdparam x="1263" y="102" /> +<cdparam x="1263" y="166" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT4" /> +<infoparam name="Primitive port" value="Event evtToT4" /> <TGConnectingPoint num="0" id="81" /> <extraparam> -<Prop commName="chToT4" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT4" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -318,15 +318,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="84" > <father id="95" num="2" /> -<cdparam x="1263" y="166" /> +<cdparam x="1263" y="102" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT4" /> +<infoparam name="Primitive port" value="Channel chToT4" /> <TGConnectingPoint num="0" id="83" /> <extraparam> -<Prop commName="evtToT4" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT4" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -335,15 +335,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="86" > <father id="95" num="3" /> -<cdparam x="1113" y="97" /> +<cdparam x="1113" y="161" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT3" /> +<infoparam name="Primitive port" value="Event evtToT3" /> <TGConnectingPoint num="0" id="85" /> <extraparam> -<Prop commName="chToT3" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT3" commType="1" origin="false" finite="true" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -372,15 +372,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="97" > <father id="112" num="0" /> -<cdparam x="1384" y="156" /> +<cdparam x="1384" y="92" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT4" /> +<infoparam name="Primitive port" value="Channel chToT4" /> <TGConnectingPoint num="0" id="96" /> <extraparam> -<Prop commName="evtToT4" commType="1" origin="false" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT4" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -389,15 +389,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="99" > <father id="112" num="1" /> -<cdparam x="1534" y="97" /> +<cdparam x="1534" y="161" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chFromT4" /> +<infoparam name="Primitive port" value="Event evtFromT4" /> <TGConnectingPoint num="0" id="98" /> <extraparam> -<Prop commName="chFromT4" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtFromT4" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -406,15 +406,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="101" > <father id="112" num="2" /> -<cdparam x="1534" y="161" /> +<cdparam x="1534" y="97" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtFromT4" /> +<infoparam name="Primitive port" value="Channel chFromT4" /> <TGConnectingPoint num="0" id="100" /> <extraparam> -<Prop commName="evtFromT4" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chFromT4" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -423,15 +423,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="103" > <father id="112" num="3" /> -<cdparam x="1384" y="92" /> +<cdparam x="1384" y="156" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT4" /> +<infoparam name="Primitive port" value="Event evtToT4" /> <TGConnectingPoint num="0" id="102" /> <extraparam> -<Prop commName="chToT4" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT4" commType="1" origin="false" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -460,15 +460,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="114" > <father id="129" num="0" /> -<cdparam x="1319" y="385" /> +<cdparam x="1169" y="332" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtFromT5" /> +<infoparam name="Primitive port" value="Channel chToT5" /> <TGConnectingPoint num="0" id="113" /> <extraparam> -<Prop commName="evtFromT5" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT5" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -477,15 +477,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="116" > <father id="129" num="1" /> -<cdparam x="1169" y="396" /> +<cdparam x="1319" y="337" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT5" /> +<infoparam name="Primitive port" value="Channel chFromT5" /> <TGConnectingPoint num="0" id="115" /> <extraparam> -<Prop commName="evtToT5" commType="1" origin="false" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chFromT5" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -494,15 +494,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="118" > <father id="129" num="2" /> -<cdparam x="1319" y="337" /> +<cdparam x="1169" y="396" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chFromT5" /> +<infoparam name="Primitive port" value="Event evtToT5" /> <TGConnectingPoint num="0" id="117" /> <extraparam> -<Prop commName="chFromT5" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT5" commType="1" origin="false" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -511,15 +511,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="120" > <father id="129" num="3" /> -<cdparam x="1169" y="332" /> +<cdparam x="1319" y="385" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT5" /> +<infoparam name="Primitive port" value="Event evtFromT5" /> <TGConnectingPoint num="0" id="119" /> <extraparam> -<Prop commName="chToT5" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtFromT5" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -548,15 +548,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="131" > <father id="146" num="0" /> -<cdparam x="564" y="292" /> +<cdparam x="414" y="223" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT2" /> +<infoparam name="Primitive port" value="Channel chToT1" /> <TGConnectingPoint num="0" id="130" /> <extraparam> -<Prop commName="evtToT2" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT1" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -565,15 +565,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="133" > <father id="146" num="1" /> -<cdparam x="564" y="228" /> +<cdparam x="414" y="287" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT2" /> +<infoparam name="Primitive port" value="Event evtToT1" /> <TGConnectingPoint num="0" id="132" /> <extraparam> -<Prop commName="chToT2" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT1" commType="1" origin="false" finite="true" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -582,15 +582,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="135" > <father id="146" num="2" /> -<cdparam x="414" y="287" /> +<cdparam x="564" y="228" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT1" /> +<infoparam name="Primitive port" value="Channel chToT2" /> <TGConnectingPoint num="0" id="134" /> <extraparam> -<Prop commName="evtToT1" commType="1" origin="false" finite="true" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT2" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -599,15 +599,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="137" > <father id="146" num="3" /> -<cdparam x="414" y="223" /> +<cdparam x="564" y="292" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT1" /> +<infoparam name="Primitive port" value="Event evtToT2" /> <TGConnectingPoint num="0" id="136" /> <extraparam> -<Prop commName="chToT1" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT2" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -638,15 +638,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="148" > <father id="161" num="0" /> -<cdparam x="1783" y="319" /> +<cdparam x="1783" y="223" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtFromT5" /> +<infoparam name="Primitive port" value="Channel chtoDst" /> <TGConnectingPoint num="0" id="147" /> <extraparam> -<Prop commName="evtFromT5" commType="1" origin="false" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chtoDst" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -672,15 +672,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="152" > <father id="161" num="2" /> -<cdparam x="1783" y="223" /> +<cdparam x="1783" y="319" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chtoDst" /> +<infoparam name="Primitive port" value="Event evtFromT5" /> <TGConnectingPoint num="0" id="151" /> <extraparam> -<Prop commName="chtoDst" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtFromT5" commType="1" origin="false" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -709,15 +709,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="163" > <father id="178" num="0" /> -<cdparam x="820" y="237" /> +<cdparam x="670" y="225" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT3T5" /> +<infoparam name="Primitive port" value="Channel chToT2" /> <TGConnectingPoint num="0" id="162" /> <extraparam> -<Prop commName="evtToT3T5" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT2" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -726,15 +726,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="165" > <father id="178" num="1" /> -<cdparam x="820" y="195" /> +<cdparam x="670" y="289" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT3T5" /> +<infoparam name="Primitive port" value="Event evtToT2" /> <TGConnectingPoint num="0" id="164" /> <extraparam> -<Prop commName="chToT3T5" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT2" commType="1" origin="false" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -743,15 +743,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="167" > <father id="178" num="2" /> -<cdparam x="670" y="289" /> +<cdparam x="820" y="195" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT2" /> +<infoparam name="Primitive port" value="Channel chToT3T5" /> <TGConnectingPoint num="0" id="166" /> <extraparam> -<Prop commName="evtToT2" commType="1" origin="false" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT3T5" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -760,15 +760,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="169" > <father id="178" num="3" /> -<cdparam x="670" y="225" /> +<cdparam x="820" y="237" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT2" /> +<infoparam name="Primitive port" value="Event evtToT3T5" /> <TGConnectingPoint num="0" id="168" /> <extraparam> -<Prop commName="chToT2" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT3T5" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1778,11 +1778,11 @@ </COMPONENT> <SUBCOMPONENT type="1101" id="356" > <father id="399" num="0" /> -<cdparam x="411" y="615" /> -<sizeparam width="127" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="332" y="523" /> +<sizeparam width="123" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="123" minY="0" maxY="160" /> -<infoparam name="TGComponent" value="Application::T5" /> +<cdrectangleparam minX="0" maxX="127" minY="0" maxY="160" /> +<infoparam name="TGComponent" value="Application::T3" /> <TGConnectingPoint num="0" id="348" /> <TGConnectingPoint num="1" id="349" /> <TGConnectingPoint num="2" id="350" /> @@ -1792,15 +1792,15 @@ <TGConnectingPoint num="6" id="354" /> <TGConnectingPoint num="7" id="355" /> <extraparam> -<info value="Application::T5" taskName="T5" referenceTaskName="Application" priority="0" operationMEC="T5" fatherComponentMECType="0" /> +<info value="Application::T3" taskName="T3" referenceTaskName="Application" priority="0" operationMEC="T3" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="365" > <father id="399" num="1" /> <cdparam x="376" y="566" /> -<sizeparam width="127" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="123" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="123" minY="0" maxY="160" /> +<cdrectangleparam minX="0" maxX="127" minY="0" maxY="160" /> <infoparam name="TGComponent" value="Application::T4" /> <TGConnectingPoint num="0" id="357" /> <TGConnectingPoint num="1" id="358" /> @@ -1816,11 +1816,11 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="374" > <father id="399" num="2" /> -<cdparam x="332" y="523" /> -<sizeparam width="127" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="411" y="615" /> +<sizeparam width="123" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="123" minY="0" maxY="160" /> -<infoparam name="TGComponent" value="Application::T3" /> +<cdrectangleparam minX="0" maxX="127" minY="0" maxY="160" /> +<infoparam name="TGComponent" value="Application::T5" /> <TGConnectingPoint num="0" id="366" /> <TGConnectingPoint num="1" id="367" /> <TGConnectingPoint num="2" id="368" /> @@ -1830,7 +1830,7 @@ <TGConnectingPoint num="6" id="372" /> <TGConnectingPoint num="7" id="373" /> <extraparam> -<info value="Application::T3" taskName="T3" referenceTaskName="Application" priority="0" operationMEC="T3" fatherComponentMECType="0" /> +<info value="Application::T5" taskName="T5" referenceTaskName="Application" priority="0" operationMEC="T5" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> @@ -1979,11 +1979,11 @@ </COMPONENT> <SUBCOMPONENT type="1101" id="483" > <father id="526" num="0" /> -<cdparam x="565" y="189" /> -<sizeparam width="133" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="539" y="82" /> +<sizeparam width="123" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="117" minY="0" maxY="160" /> -<infoparam name="TGComponent" value="Application::Dst" /> +<cdrectangleparam minX="0" maxX="127" minY="0" maxY="160" /> +<infoparam name="TGComponent" value="Application::T1" /> <TGConnectingPoint num="0" id="475" /> <TGConnectingPoint num="1" id="476" /> <TGConnectingPoint num="2" id="477" /> @@ -1993,15 +1993,15 @@ <TGConnectingPoint num="6" id="481" /> <TGConnectingPoint num="7" id="482" /> <extraparam> -<info value="Application::Dst" taskName="Dst" referenceTaskName="Application" priority="0" operationMEC="Dst" fatherComponentMECType="0" /> +<info value="Application::T1" taskName="T1" referenceTaskName="Application" priority="0" operationMEC="T3" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="492" > <father id="526" num="1" /> <cdparam x="550" y="132" /> -<sizeparam width="127" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="123" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="123" minY="0" maxY="160" /> +<cdrectangleparam minX="0" maxX="127" minY="0" maxY="160" /> <infoparam name="TGComponent" value="Application::T2" /> <TGConnectingPoint num="0" id="484" /> <TGConnectingPoint num="1" id="485" /> @@ -2017,11 +2017,11 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="501" > <father id="526" num="2" /> -<cdparam x="539" y="82" /> -<sizeparam width="127" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="565" y="189" /> +<sizeparam width="126" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="123" minY="0" maxY="160" /> -<infoparam name="TGComponent" value="Application::T1" /> +<cdrectangleparam minX="0" maxX="124" minY="0" maxY="160" /> +<infoparam name="TGComponent" value="Application::Dst" /> <TGConnectingPoint num="0" id="493" /> <TGConnectingPoint num="1" id="494" /> <TGConnectingPoint num="2" id="495" /> @@ -2031,7 +2031,7 @@ <TGConnectingPoint num="6" id="499" /> <TGConnectingPoint num="7" id="500" /> <extraparam> -<info value="Application::T1" taskName="T1" referenceTaskName="Application" priority="0" operationMEC="T3" fatherComponentMECType="0" /> +<info value="Application::Dst" taskName="Dst" referenceTaskName="Application" priority="0" operationMEC="Dst" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> @@ -2073,9 +2073,9 @@ <SUBCOMPONENT type="1101" id="535" > <father id="560" num="0" /> <cdparam x="139" y="297" /> -<sizeparam width="132" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="124" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="118" minY="0" maxY="160" /> +<cdrectangleparam minX="0" maxX="126" minY="0" maxY="160" /> <infoparam name="TGComponent" value="Application::Src" /> <TGConnectingPoint num="0" id="527" /> <TGConnectingPoint num="1" id="528" /> @@ -2164,32 +2164,32 @@ <cdparam x="335" y="300" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="335" y="300" id="572" /> -<P2 x="414" y="300" id="585" /> +<P1 x="335" y="300" id="570" /> +<P2 x="414" y="300" id="587" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="567" > <cdparam x="335" y="236" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="335" y="237" id="570" /> -<P2 x="414" y="236" id="583" /> +<P1 x="335" y="237" id="572" /> +<P2 x="414" y="236" id="589" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="568" > <cdparam x="590" y="305" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="590" y="305" id="589" /> -<P2 x="670" y="302" id="602" /> +<P1 x="590" y="305" id="583" /> +<P2 x="670" y="302" id="600" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="569" > <cdparam x="590" y="241" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="590" y="241" id="587" /> -<P2 x="670" y="238" id="600" /> +<P1 x="590" y="241" id="585" /> +<P2 x="670" y="238" id="602" /> <AutomaticDrawing data="true" /> </CONNECTOR> <COMPONENT type="1202" id="582" > @@ -2213,15 +2213,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="571" > <father id="582" num="0" /> -<cdparam x="309" y="224" /> +<cdparam x="309" y="287" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT1" /> +<infoparam name="Primitive port" value="Event evtToT1" /> <TGConnectingPoint num="0" id="570" /> <extraparam> -<Prop commName="chToT1" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT1" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -2230,15 +2230,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="573" > <father id="582" num="1" /> -<cdparam x="309" y="287" /> +<cdparam x="309" y="224" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT1" /> +<infoparam name="Primitive port" value="Channel chToT1" /> <TGConnectingPoint num="0" id="572" /> <extraparam> -<Prop commName="evtToT1" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT1" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -2267,15 +2267,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="584" > <father id="599" num="0" /> -<cdparam x="414" y="223" /> +<cdparam x="564" y="292" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT1" /> +<infoparam name="Primitive port" value="Event evtToT2" /> <TGConnectingPoint num="0" id="583" /> <extraparam> -<Prop commName="chToT1" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT2" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -2284,15 +2284,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="586" > <father id="599" num="1" /> -<cdparam x="414" y="287" /> +<cdparam x="564" y="228" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT1" /> +<infoparam name="Primitive port" value="Channel chToT2" /> <TGConnectingPoint num="0" id="585" /> <extraparam> -<Prop commName="evtToT1" commType="1" origin="false" finite="true" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT2" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -2301,15 +2301,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="588" > <father id="599" num="2" /> -<cdparam x="564" y="228" /> +<cdparam x="414" y="287" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT2" /> +<infoparam name="Primitive port" value="Event evtToT1" /> <TGConnectingPoint num="0" id="587" /> <extraparam> -<Prop commName="chToT2" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT1" commType="1" origin="false" finite="true" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -2318,15 +2318,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="590" > <father id="599" num="3" /> -<cdparam x="564" y="292" /> +<cdparam x="414" y="223" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT2" /> +<infoparam name="Primitive port" value="Channel chToT1" /> <TGConnectingPoint num="0" id="589" /> <extraparam> -<Prop commName="evtToT2" commType="1" origin="true" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT1" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -2355,15 +2355,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="601" > <father id="612" num="0" /> -<cdparam x="670" y="225" /> +<cdparam x="670" y="289" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT2" /> +<infoparam name="Primitive port" value="Event evtToT2" /> <TGConnectingPoint num="0" id="600" /> <extraparam> -<Prop commName="chToT2" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evtToT2" commType="1" origin="false" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -2372,15 +2372,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="603" > <father id="612" num="1" /> -<cdparam x="670" y="289" /> +<cdparam x="670" y="225" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evtToT2" /> +<infoparam name="Primitive port" value="Channel chToT2" /> <TGConnectingPoint num="0" id="602" /> <extraparam> -<Prop commName="evtToT2" commType="1" origin="false" finite="true" blocking="true" maxSamples="2" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT2" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -2891,11 +2891,11 @@ </COMPONENT> <SUBCOMPONENT type="1101" id="738" > <father id="772" num="0" /> -<cdparam x="539" y="82" /> -<sizeparam width="168" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="550" y="132" /> +<sizeparam width="161" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="82" minY="0" maxY="160" /> -<infoparam name="TGComponent" value="ApplicationSimple::T1" /> +<cdrectangleparam minX="0" maxX="89" minY="0" maxY="160" /> +<infoparam name="TGComponent" value="ApplicationSimple::T2" /> <TGConnectingPoint num="0" id="730" /> <TGConnectingPoint num="1" id="731" /> <TGConnectingPoint num="2" id="732" /> @@ -2905,16 +2905,16 @@ <TGConnectingPoint num="6" id="736" /> <TGConnectingPoint num="7" id="737" /> <extraparam> -<info value="ApplicationSimple::T1" taskName="T1" referenceTaskName="ApplicationSimple" priority="0" operationMEC="T1" fatherComponentMECType="0" /> +<info value="ApplicationSimple::T2" taskName="T2" referenceTaskName="ApplicationSimple" priority="0" operationMEC="T2" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="747" > <father id="772" num="1" /> -<cdparam x="550" y="132" /> -<sizeparam width="168" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="539" y="82" /> +<sizeparam width="161" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="82" minY="0" maxY="160" /> -<infoparam name="TGComponent" value="ApplicationSimple::T2" /> +<cdrectangleparam minX="0" maxX="89" minY="0" maxY="160" /> +<infoparam name="TGComponent" value="ApplicationSimple::T1" /> <TGConnectingPoint num="0" id="739" /> <TGConnectingPoint num="1" id="740" /> <TGConnectingPoint num="2" id="741" /> @@ -2924,7 +2924,7 @@ <TGConnectingPoint num="6" id="745" /> <TGConnectingPoint num="7" id="746" /> <extraparam> -<info value="ApplicationSimple::T2" taskName="T2" referenceTaskName="ApplicationSimple" priority="0" operationMEC="T2" fatherComponentMECType="0" /> +<info value="ApplicationSimple::T1" taskName="T1" referenceTaskName="ApplicationSimple" priority="0" operationMEC="T1" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> @@ -2966,9 +2966,9 @@ <SUBCOMPONENT type="1101" id="781" > <father id="806" num="0" /> <cdparam x="139" y="297" /> -<sizeparam width="173" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="162" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="77" minY="0" maxY="160" /> +<cdrectangleparam minX="0" maxX="88" minY="0" maxY="160" /> <infoparam name="TGComponent" value="ApplicationSimple::Src" /> <TGConnectingPoint num="0" id="773" /> <TGConnectingPoint num="1" id="774" /> @@ -3034,22 +3034,22 @@ <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> <P1 x="209" y="385" id="813" /> -<P2 x="209" y="338" id="843" /> +<P2 x="209" y="338" id="841" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="811" > <cdparam x="335" y="236" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="335" y="237" id="841" /> -<P2 x="414" y="236" id="856" /> +<P1 x="335" y="237" id="843" /> +<P2 x="414" y="236" id="854" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="812" > <cdparam x="590" y="241" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="590" y="241" id="854" /> +<P1 x="590" y="241" id="856" /> <P2 x="670" y="238" id="867" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -3091,7 +3091,7 @@ <COMPONENT type="308" id="840" > <cdparam x="116" y="69" /> -<sizeparam width="284" height="45" minWidth="80" minHeight="10" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="262" height="45" minWidth="80" minHeight="10" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> <infoparam name="Pragma" value=" @@ -3140,15 +3140,15 @@ PERIOD 10ms </COMPONENT> <SUBCOMPONENT type="1203" id="842" > <father id="853" num="0" /> -<cdparam x="309" y="224" /> +<cdparam x="196" y="312" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT1" /> +<infoparam name="Primitive port" value="Event startEvt" /> <TGConnectingPoint num="0" id="841" /> <extraparam> -<Prop commName="chToT1" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="startEvt" commType="1" origin="false" finite="true" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -3157,15 +3157,15 @@ PERIOD 10ms </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="844" > <father id="853" num="1" /> -<cdparam x="196" y="312" /> +<cdparam x="309" y="224" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event startEvt" /> +<infoparam name="Primitive port" value="Channel chToT1" /> <TGConnectingPoint num="0" id="843" /> <extraparam> -<Prop commName="startEvt" commType="1" origin="false" finite="true" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="chToT1" commType="0" origin="true" finite="false" blocking="true" maxSamples="500" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -3193,14 +3193,14 @@ PERIOD 10ms </COMPONENT> <SUBCOMPONENT type="1203" id="855" > <father id="866" num="0" /> -<cdparam x="564" y="228" /> +<cdparam x="414" y="223" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT2" /> +<infoparam name="Primitive port" value="Channel chToT1" /> <TGConnectingPoint num="0" id="854" /> <extraparam> -<Prop commName="chToT2" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Prop commName="chToT1" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -3210,14 +3210,14 @@ PERIOD 10ms </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="857" > <father id="866" num="1" /> -<cdparam x="414" y="223" /> +<cdparam x="564" y="228" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="137" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel chToT1" /> +<infoparam name="Primitive port" value="Channel chToT2" /> <TGConnectingPoint num="0" id="856" /> <extraparam> -<Prop commName="chToT1" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Prop commName="chToT2" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -3879,11 +3879,11 @@ PERIOD 10ms </COMPONENT> <SUBCOMPONENT type="1101" id="1008" > <father id="1042" num="0" /> -<cdparam x="408" y="603" /> -<sizeparam width="246" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="425" y="658" /> +<sizeparam width="222" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="28" minY="0" maxY="172" /> -<infoparam name="TGComponent" value="ApplicationSimple_FixedSize::Start" /> +<cdrectangleparam minX="0" maxX="52" minY="0" maxY="172" /> +<infoparam name="TGComponent" value="ApplicationSimple_FixedSize::Src" /> <TGConnectingPoint num="0" id="1000" /> <TGConnectingPoint num="1" id="1001" /> <TGConnectingPoint num="2" id="1002" /> @@ -3893,16 +3893,16 @@ PERIOD 10ms <TGConnectingPoint num="6" id="1006" /> <TGConnectingPoint num="7" id="1007" /> <extraparam> -<info value="ApplicationSimple_FixedSize::Start" taskName="Start" referenceTaskName="ApplicationSimple_FixedSize" priority="0" operationMEC="Src" fatherComponentMECType="0" /> +<info value="ApplicationSimple_FixedSize::Src" taskName="Src" referenceTaskName="ApplicationSimple_FixedSize" priority="0" operationMEC="Src" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="1017" > <father id="1042" num="1" /> -<cdparam x="425" y="658" /> -<sizeparam width="235" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="408" y="603" /> +<sizeparam width="231" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="39" minY="0" maxY="172" /> -<infoparam name="TGComponent" value="ApplicationSimple_FixedSize::Src" /> +<cdrectangleparam minX="0" maxX="43" minY="0" maxY="172" /> +<infoparam name="TGComponent" value="ApplicationSimple_FixedSize::Start" /> <TGConnectingPoint num="0" id="1009" /> <TGConnectingPoint num="1" id="1010" /> <TGConnectingPoint num="2" id="1011" /> @@ -3912,7 +3912,7 @@ PERIOD 10ms <TGConnectingPoint num="6" id="1015" /> <TGConnectingPoint num="7" id="1016" /> <extraparam> -<info value="ApplicationSimple_FixedSize::Src" taskName="Src" referenceTaskName="ApplicationSimple_FixedSize" priority="0" operationMEC="Src" fatherComponentMECType="0" /> +<info value="ApplicationSimple_FixedSize::Start" taskName="Start" referenceTaskName="ApplicationSimple_FixedSize" priority="0" operationMEC="Src" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> @@ -3989,11 +3989,11 @@ PERIOD 10ms </COMPONENT> <SUBCOMPONENT type="1101" id="1076" > <father id="1110" num="0" /> -<cdparam x="444" y="170" /> -<sizeparam width="230" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="440" y="231" /> +<sizeparam width="221" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="20" minY="0" maxY="160" /> -<infoparam name="TGComponent" value="ApplicationSimple_FixedSize::T1" /> +<cdrectangleparam minX="0" maxX="29" minY="0" maxY="160" /> +<infoparam name="TGComponent" value="ApplicationSimple_FixedSize::T2" /> <TGConnectingPoint num="0" id="1068" /> <TGConnectingPoint num="1" id="1069" /> <TGConnectingPoint num="2" id="1070" /> @@ -4003,16 +4003,16 @@ PERIOD 10ms <TGConnectingPoint num="6" id="1074" /> <TGConnectingPoint num="7" id="1075" /> <extraparam> -<info value="ApplicationSimple_FixedSize::T1" taskName="T1" referenceTaskName="ApplicationSimple_FixedSize" priority="0" operationMEC="Src" fatherComponentMECType="0" /> +<info value="ApplicationSimple_FixedSize::T2" taskName="T2" referenceTaskName="ApplicationSimple_FixedSize" priority="0" operationMEC="Src" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="1085" > <father id="1110" num="1" /> -<cdparam x="440" y="231" /> -<sizeparam width="230" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="444" y="170" /> +<sizeparam width="221" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="20" minY="0" maxY="160" /> -<infoparam name="TGComponent" value="ApplicationSimple_FixedSize::T2" /> +<cdrectangleparam minX="0" maxX="29" minY="0" maxY="160" /> +<infoparam name="TGComponent" value="ApplicationSimple_FixedSize::T1" /> <TGConnectingPoint num="0" id="1077" /> <TGConnectingPoint num="1" id="1078" /> <TGConnectingPoint num="2" id="1079" /> @@ -4022,7 +4022,7 @@ PERIOD 10ms <TGConnectingPoint num="6" id="1083" /> <TGConnectingPoint num="7" id="1084" /> <extraparam> -<info value="ApplicationSimple_FixedSize::T2" taskName="T2" referenceTaskName="ApplicationSimple_FixedSize" priority="0" operationMEC="Src" fatherComponentMECType="0" /> +<info value="ApplicationSimple_FixedSize::T1" taskName="T1" referenceTaskName="ApplicationSimple_FixedSize" priority="0" operationMEC="Src" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> diff --git a/modeling/DIPLODOCUS/testDiplodocusPeriod.xml b/modeling/DIPLODOCUS/testDiplodocusPeriod.xml index 849e1d377d..97265f7002 100644 --- a/modeling/DIPLODOCUS/testDiplodocusPeriod.xml +++ b/modeling/DIPLODOCUS/testDiplodocusPeriod.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<TURTLEGMODELING version="1.0beta" ANIMATE_INTERACTIVE_SIMULATION="true" ACTIVATE_PENALTIES="false" UPDATE_INFORMATION_DIPLO_SIM="true" ANIMATE_WITH_INFO_DIPLO_SIM="true" OPEN_DIAG_DIPLO_SIM="false" LAST_SELECTED_MAIN_TAB="0" LAST_SELECTED_SUB_TAB="0"> +<TURTLEGMODELING version="1.0beta" ANIMATE_INTERACTIVE_SIMULATION="true" ACTIVATE_PENALTIES="false" UPDATE_INFORMATION_DIPLO_SIM="true" ANIMATE_WITH_INFO_DIPLO_SIM="true" OPEN_DIAG_DIPLO_SIM="false" LAST_SELECTED_MAIN_TAB="5" LAST_SELECTED_SUB_TAB="0"> <Modeling type="TML Component Design" nameTab="FVWithRequest" tabs="TML Component Task Diagram$AnotherTask$PeriodicTask" > <TMLComponentTaskDiagramPanel name="TML Component Task Diagram" minX="10" maxX="2500" minY="10" maxY="1500" channels="true" events="true" requests="true" zoom="1.0000000000000007" > @@ -275,11 +275,11 @@ </COMPONENT> <SUBCOMPONENT type="1101" id="58" > <father id="92" num="0" /> -<cdparam x="239" y="702" /> -<sizeparam width="216" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="245" y="641" /> +<sizeparam width="201" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="34" minY="0" maxY="160" /> -<infoparam name="TGComponent" value="FVWithRequest::PeriodicTask" /> +<cdrectangleparam minX="0" maxX="49" minY="0" maxY="160" /> +<infoparam name="TGComponent" value="FVWithRequest::AnotherTask" /> <TGConnectingPoint num="0" id="50" /> <TGConnectingPoint num="1" id="51" /> <TGConnectingPoint num="2" id="52" /> @@ -289,16 +289,16 @@ <TGConnectingPoint num="6" id="56" /> <TGConnectingPoint num="7" id="57" /> <extraparam> -<info value="FVWithRequest::PeriodicTask" taskName="PeriodicTask" referenceTaskName="FVWithRequest" priority="0" operationMEC="PeriodicTask" fatherComponentMECType="0" /> +<info value="FVWithRequest::AnotherTask" taskName="AnotherTask" referenceTaskName="FVWithRequest" priority="0" operationMEC="AnotherTask" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="67" > <father id="92" num="1" /> -<cdparam x="245" y="641" /> -<sizeparam width="216" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="239" y="702" /> +<sizeparam width="202" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="34" minY="0" maxY="160" /> -<infoparam name="TGComponent" value="FVWithRequest::AnotherTask" /> +<cdrectangleparam minX="0" maxX="48" minY="0" maxY="160" /> +<infoparam name="TGComponent" value="FVWithRequest::PeriodicTask" /> <TGConnectingPoint num="0" id="59" /> <TGConnectingPoint num="1" id="60" /> <TGConnectingPoint num="2" id="61" /> @@ -308,7 +308,7 @@ <TGConnectingPoint num="6" id="65" /> <TGConnectingPoint num="7" id="66" /> <extraparam> -<info value="FVWithRequest::AnotherTask" taskName="AnotherTask" referenceTaskName="FVWithRequest" priority="0" operationMEC="AnotherTask" fatherComponentMECType="0" /> +<info value="FVWithRequest::PeriodicTask" taskName="PeriodicTask" referenceTaskName="FVWithRequest" priority="0" operationMEC="PeriodicTask" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> @@ -350,9 +350,9 @@ <SUBCOMPONENT type="1103" id="101" > <father id="126" num="0" /> <cdparam x="979" y="238" /> -<sizeparam width="231" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="218" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="214" minY="0" maxY="230" /> +<cdrectangleparam minX="0" maxX="227" minY="0" maxY="230" /> <infoparam name="TGComponent" value="FVWithRequest::comm1__comm" /> <TGConnectingPoint num="0" id="93" /> <TGConnectingPoint num="1" id="94" /> @@ -405,9 +405,9 @@ <SUBCOMPONENT type="1103" id="135" > <father id="160" num="0" /> <cdparam x="662" y="551" /> -<sizeparam width="231" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="218" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="222" minY="0" maxY="73" /> +<cdrectangleparam minX="0" maxX="235" minY="0" maxY="73" /> <infoparam name="TGComponent" value="FVWithRequest::comm1__comm" /> <TGConnectingPoint num="0" id="127" /> <TGConnectingPoint num="1" id="128" /> @@ -460,9 +460,9 @@ <SUBCOMPONENT type="1101" id="169" > <father id="194" num="0" /> <cdparam x="214" y="209" /> -<sizeparam width="284" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="265" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="144" minY="0" maxY="220" /> +<cdrectangleparam minX="0" maxX="163" minY="0" maxY="220" /> <infoparam name="TGComponent" value="FVWithRequest::ManagerOfPeriodicTask" /> <TGConnectingPoint num="0" id="161" /> <TGConnectingPoint num="1" id="162" /> @@ -527,7 +527,7 @@ <cdparam x="967" y="411" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="933" y="385" id="224" /> +<P1 x="933" y="385" id="222" /> <P2 x="978" y="609" id="200" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -536,7 +536,7 @@ <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> <P1 x="566" y="302" id="211" /> -<P2 x="821" y="302" id="222" /> +<P2 x="821" y="302" id="224" /> <AutomaticDrawing data="true" /> </CONNECTOR> <COMPONENT type="1202" id="210" > @@ -635,15 +635,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="223" > <father id="234" num="0" /> -<cdparam x="808" y="302" /> +<cdparam x="920" y="385" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evt" /> +<infoparam name="Primitive port" value="Channel comm1" /> <TGConnectingPoint num="0" id="222" /> <extraparam> -<Prop commName="evt" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="comm1" commType="0" origin="true" finite="false" blocking="false" maxSamples="200" widthSamples="32" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -652,15 +652,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="225" > <father id="234" num="1" /> -<cdparam x="920" y="385" /> +<cdparam x="808" y="302" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel comm1" /> +<infoparam name="Primitive port" value="Event evt" /> <TGConnectingPoint num="0" id="224" /> <extraparam> -<Prop commName="comm1" commType="0" origin="true" finite="false" blocking="false" maxSamples="200" widthSamples="32" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evt" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1146,11 +1146,11 @@ </COMPONENT> <SUBCOMPONENT type="1101" id="368" > <father id="411" num="0" /> -<cdparam x="198" y="279" /> -<sizeparam width="199" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="121" y="160" /> +<sizeparam width="267" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="229" minY="0" maxY="220" /> -<infoparam name="TGComponent" value="FVWithEvent::PeriodicTask" /> +<cdrectangleparam minX="0" maxX="161" minY="0" maxY="220" /> +<infoparam name="TGComponent" value="FVWithEvent::ManagerOfPeriodicTask" /> <TGConnectingPoint num="0" id="360" /> <TGConnectingPoint num="1" id="361" /> <TGConnectingPoint num="2" id="362" /> @@ -1160,7 +1160,7 @@ <TGConnectingPoint num="6" id="366" /> <TGConnectingPoint num="7" id="367" /> <extraparam> -<info value="FVWithEvent::PeriodicTask" taskName="PeriodicTask" referenceTaskName="FVWithEvent" priority="5" operationMEC="PeriodicTask" fatherComponentMECType="0" /> +<info value="FVWithEvent::ManagerOfPeriodicTask" taskName="ManagerOfPeriodicTask" referenceTaskName="FVWithEvent" priority="2" operationMEC="ManagerOfPeriodicTask" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="377" > @@ -1184,11 +1184,11 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="386" > <father id="411" num="2" /> -<cdparam x="121" y="160" /> -<sizeparam width="267" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="198" y="279" /> +<sizeparam width="199" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="161" minY="0" maxY="220" /> -<infoparam name="TGComponent" value="FVWithEvent::ManagerOfPeriodicTask" /> +<cdrectangleparam minX="0" maxX="229" minY="0" maxY="220" /> +<infoparam name="TGComponent" value="FVWithEvent::PeriodicTask" /> <TGConnectingPoint num="0" id="378" /> <TGConnectingPoint num="1" id="379" /> <TGConnectingPoint num="2" id="380" /> @@ -1198,7 +1198,7 @@ <TGConnectingPoint num="6" id="384" /> <TGConnectingPoint num="7" id="385" /> <extraparam> -<info value="FVWithEvent::ManagerOfPeriodicTask" taskName="ManagerOfPeriodicTask" referenceTaskName="FVWithEvent" priority="2" operationMEC="ManagerOfPeriodicTask" fatherComponentMECType="0" /> +<info value="FVWithEvent::PeriodicTask" taskName="PeriodicTask" referenceTaskName="FVWithEvent" priority="5" operationMEC="PeriodicTask" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> @@ -1240,15 +1240,15 @@ <cdparam x="808" y="364" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="821" y="351" id="445" /> -<P2 x="566" y="357" id="430" /> +<P1 x="808" y="364" id="441" /> +<P2 x="579" y="370" id="428" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="126" id="415" > <cdparam x="967" y="411" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="933" y="385" id="441" /> +<P1 x="933" y="411" id="445" /> <P2 x="978" y="609" id="417" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -1256,8 +1256,8 @@ <cdparam x="559" y="329" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="566" y="302" id="428" /> -<P2 x="821" y="302" id="443" /> +<P1 x="579" y="315" id="430" /> +<P2 x="808" y="315" id="443" /> <AutomaticDrawing data="true" /> </CONNECTOR> <COMPONENT type="1202" id="427" > @@ -1318,15 +1318,15 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="429" > <father id="440" num="0" /> -<cdparam x="553" y="302" /> +<cdparam x="553" y="357" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event evt" /> +<infoparam name="Primitive port" value="Event end" /> <TGConnectingPoint num="0" id="428" /> <extraparam> -<Prop commName="evt" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="1" typeOther="" /> +<Prop commName="end" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1335,15 +1335,15 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="431" > <father id="440" num="1" /> -<cdparam x="553" y="357" /> +<cdparam x="553" y="302" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event end" /> +<infoparam name="Primitive port" value="Event evt" /> <TGConnectingPoint num="0" id="430" /> <extraparam> -<Prop commName="end" commType="1" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> -<Type type="0" typeOther="" /> +<Prop commName="evt" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Type type="1" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1372,14 +1372,14 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="442" > <father id="455" num="0" /> -<cdparam x="920" y="385" /> +<cdparam x="808" y="351" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Channel comm1" /> +<infoparam name="Primitive port" value="Event end" /> <TGConnectingPoint num="0" id="441" /> <extraparam> -<Prop commName="comm1" commType="0" origin="true" finite="false" blocking="false" maxSamples="200" widthSamples="32" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Prop commName="end" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1406,14 +1406,14 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="446" > <father id="455" num="2" /> -<cdparam x="808" y="351" /> +<cdparam x="920" y="385" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="187" minY="-13" maxY="137" /> -<infoparam name="Primitive port" value="Event end" /> +<infoparam name="Primitive port" value="Channel comm1" /> <TGConnectingPoint num="0" id="445" /> <extraparam> -<Prop commName="end" commType="1" origin="true" finite="false" blocking="false" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Prop commName="comm1" commType="0" origin="true" finite="false" blocking="false" maxSamples="200" widthSamples="32" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -1456,14 +1456,15 @@ </COMPONENT> <COMPONENT type="1009" id="465" > -<cdparam x="633" y="257" /> -<sizeparam width="85" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="625" y="257" /> +<sizeparam width="101" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <enabled value="true" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> <infoparam name="read channel" value="comm(100) " /> <TGConnectingPoint num="0" id="463" /> <TGConnectingPoint num="1" id="464" /> +<latencyCheck /> <extraparam> <Data channelName="comm" nbOfSamples="100" secPattern="" isAttacker="No" isEncForm="No" /> </extraparam> @@ -1498,28 +1499,30 @@ <TMLActivityDiagramPanel name="ManagerOfPeriodicTask" minX="10" maxX="2500" minY="10" maxY="1500" zoom="1.0" > <COMPONENT type="1010" id="471" > -<cdparam x="667" y="448" /> -<sizeparam width="48" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="659" y="448" /> +<sizeparam width="64" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <enabled value="true" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> <infoparam name="wait event" value="end() " /> <TGConnectingPoint num="0" id="469" /> <TGConnectingPoint num="1" id="470" /> +<latencyCheck /> <extraparam> <Data eventName="end" nbOfParams="5" /> </extraparam> </COMPONENT> <COMPONENT type="1008" id="474" > -<cdparam x="643" y="336" /> -<sizeparam width="47" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="635" y="336" /> +<sizeparam width="63" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <enabled value="true" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> <infoparam name="send event" value="evt(1)" /> <TGConnectingPoint num="0" id="472" /> <TGConnectingPoint num="1" id="473" /> +<latencyCheck /> <extraparam> <Data eventName="evt" nbOfParams="5" /> <Param index="0" value="1" /> @@ -1548,7 +1551,7 @@ <SUBCOMPONENT type="-1" id="477" > <father id="480" num="0" /> <cdparam x="694" y="400" /> -<sizeparam width="63" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="60" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="period ms" /> @@ -1581,7 +1584,7 @@ <SUBCOMPONENT type="-1" id="484" > <father id="487" num="0" /> <cdparam x="582" y="264" /> -<sizeparam width="82" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="77" height="15" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-75" maxX="30" minY="10" maxY="30" /> <infoparam name="value of the delay" value="startTime ms" /> @@ -1652,28 +1655,30 @@ <TMLActivityDiagramPanel name="PeriodicTask" minX="10" maxX="2500" minY="10" maxY="1500" zoom="1.0" > <COMPONENT type="1008" id="498" > -<cdparam x="759" y="243" /> -<sizeparam width="44" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="751" y="243" /> +<sizeparam width="60" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <enabled value="true" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> <infoparam name="send event" value="end()" /> <TGConnectingPoint num="0" id="496" /> <TGConnectingPoint num="1" id="497" /> +<latencyCheck /> <extraparam> <Data eventName="end" nbOfParams="5" /> </extraparam> </COMPONENT> <COMPONENT type="1010" id="501" > -<cdparam x="738" y="125" /> -<sizeparam width="49" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="730" y="125" /> +<sizeparam width="66" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <enabled value="true" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> <infoparam name="wait event" value="evt(x) " /> <TGConnectingPoint num="0" id="499" /> <TGConnectingPoint num="1" id="500" /> +<latencyCheck /> <extraparam> <Data eventName="evt" nbOfParams="5" /> <Param index="0" value="x" /> @@ -1710,8 +1715,8 @@ </COMPONENT> <COMPONENT type="1006" id="511" > -<cdparam x="730" y="180" /> -<sizeparam width="89" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="722" y="180" /> +<sizeparam width="105" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <enabled value="true" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> @@ -1753,14 +1758,14 @@ <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> <P1 x="710" y="104" id="503" /> -<P2 x="762" y="120" id="499" /> +<P2 x="763" y="120" id="499" /> <AutomaticDrawing data="true" /> </CONNECTOR> <CONNECTOR type="115" id="516" > <cdparam x="762" y="150" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="null" /> -<P1 x="762" y="150" id="500" /> +<P1 x="763" y="150" id="500" /> <P2 x="774" y="175" id="509" /> <AutomaticDrawing data="true" /> </CONNECTOR> @@ -1812,9 +1817,9 @@ <SUBCOMPONENT type="1103" id="525" > <father id="550" num="0" /> <cdparam x="979" y="238" /> -<sizeparam width="275" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="258" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="170" minY="0" maxY="230" /> +<cdrectangleparam minX="0" maxX="187" minY="0" maxY="230" /> <infoparam name="TGComponent" value="FVWithEventFeedback::comm1__comm" /> <TGConnectingPoint num="0" id="517" /> <TGConnectingPoint num="1" id="518" /> @@ -1867,9 +1872,9 @@ <SUBCOMPONENT type="1103" id="559" > <father id="584" num="0" /> <cdparam x="662" y="551" /> -<sizeparam width="275" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="258" height="40" minWidth="75" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="178" minY="0" maxY="73" /> +<cdrectangleparam minX="0" maxX="195" minY="0" maxY="73" /> <infoparam name="TGComponent" value="FVWithEventFeedback::comm1__comm" /> <TGConnectingPoint num="0" id="551" /> <TGConnectingPoint num="1" id="552" /> @@ -1921,11 +1926,11 @@ </COMPONENT> <SUBCOMPONENT type="1101" id="593" > <father id="636" num="0" /> -<cdparam x="214" y="209" /> -<sizeparam width="260" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="295" y="331" /> +<sizeparam width="242" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="168" minY="0" maxY="220" /> -<infoparam name="TGComponent" value="FVWithEventFeedback::AnotherTask" /> +<cdrectangleparam minX="0" maxX="186" minY="0" maxY="220" /> +<infoparam name="TGComponent" value="FVWithEventFeedback::PeriodicTask" /> <TGConnectingPoint num="0" id="585" /> <TGConnectingPoint num="1" id="586" /> <TGConnectingPoint num="2" id="587" /> @@ -1935,15 +1940,15 @@ <TGConnectingPoint num="6" id="591" /> <TGConnectingPoint num="7" id="592" /> <extraparam> -<info value="FVWithEventFeedback::AnotherTask" taskName="AnotherTask" referenceTaskName="FVWithEventFeedback" priority="0" operationMEC="AnotherTask" fatherComponentMECType="0" /> +<info value="FVWithEventFeedback::PeriodicTask" taskName="PeriodicTask" referenceTaskName="FVWithEventFeedback" priority="0" operationMEC="PeriodicTask" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="602" > <father id="636" num="1" /> <cdparam x="266" y="268" /> -<sizeparam width="328" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<sizeparam width="305" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="100" minY="0" maxY="220" /> +<cdrectangleparam minX="0" maxX="123" minY="0" maxY="220" /> <infoparam name="TGComponent" value="FVWithEventFeedback::ManagerOfPeriodicTask" /> <TGConnectingPoint num="0" id="594" /> <TGConnectingPoint num="1" id="595" /> @@ -1959,11 +1964,11 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1101" id="611" > <father id="636" num="2" /> -<cdparam x="295" y="331" /> -<sizeparam width="260" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> +<cdparam x="214" y="209" /> +<sizeparam width="241" height="40" minWidth="100" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> -<cdrectangleparam minX="0" maxX="168" minY="0" maxY="220" /> -<infoparam name="TGComponent" value="FVWithEventFeedback::PeriodicTask" /> +<cdrectangleparam minX="0" maxX="187" minY="0" maxY="220" /> +<infoparam name="TGComponent" value="FVWithEventFeedback::AnotherTask" /> <TGConnectingPoint num="0" id="603" /> <TGConnectingPoint num="1" id="604" /> <TGConnectingPoint num="2" id="605" /> @@ -1973,7 +1978,7 @@ <TGConnectingPoint num="6" id="609" /> <TGConnectingPoint num="7" id="610" /> <extraparam> -<info value="FVWithEventFeedback::PeriodicTask" taskName="PeriodicTask" referenceTaskName="FVWithEventFeedback" priority="0" operationMEC="PeriodicTask" fatherComponentMECType="0" /> +<info value="FVWithEventFeedback::AnotherTask" taskName="AnotherTask" referenceTaskName="FVWithEventFeedback" priority="0" operationMEC="AnotherTask" fatherComponentMECType="0" /> </extraparam> </SUBCOMPONENT> @@ -2015,8 +2020,8 @@ <cdparam x="588" y="235" /> <sizeparam width="0" height="0" minWidth="0" minHeight="0" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <infoparam name="connector" value="Connector between ports" /> -<P1 x="575" y="222" id="642" /> -<P2 x="575" y="329" id="640" /> +<P1 x="588" y="235" id="640" /> +<P2 x="588" y="342" id="642" /> <AutomaticDrawing data="true" /> </CONNECTOR> <COMPONENT type="1202" id="652" > @@ -2040,14 +2045,14 @@ </COMPONENT> <SUBCOMPONENT type="1203" id="641" > <father id="652" num="0" /> -<cdparam x="562" y="329" /> +<cdparam x="562" y="222" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="384" minY="-13" maxY="319" /> <infoparam name="Primitive port" value="Channel comm" /> <TGConnectingPoint num="0" id="640" /> <extraparam> -<Prop commName="comm" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Prop commName="comm" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> @@ -2057,14 +2062,14 @@ </SUBCOMPONENT> <SUBCOMPONENT type="1203" id="643" > <father id="652" num="1" /> -<cdparam x="562" y="222" /> +<cdparam x="562" y="329" /> <sizeparam width="26" height="26" minWidth="1" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <hidden value="false" /> <cdrectangleparam minX="-13" maxX="384" minY="-13" maxY="319" /> <infoparam name="Primitive port" value="Channel comm" /> <TGConnectingPoint num="0" id="642" /> <extraparam> -<Prop commName="comm" commType="0" origin="true" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> +<Prop commName="comm" commType="0" origin="false" finite="false" blocking="true" maxSamples="8" widthSamples="4" isLossy="false" isPrex="false" isPostex="false" lossPercentage="0" maxNbOfLoss="0" dataFlowType="int16_t" associatedEvent="" checkConf="false" checkConfStatus="0" checkAuth="false" checkWeakAuthStatus="0" checkStrongAuthStatus="0" vc="0" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> <Type type="0" typeOther="" /> diff --git a/src/main/java/ui/simulationtraceanalysis/DirectedGraphTranslator.java b/src/main/java/ui/simulationtraceanalysis/DirectedGraphTranslator.java index 7ef95d9886..2aa0ce94f0 100644 --- a/src/main/java/ui/simulationtraceanalysis/DirectedGraphTranslator.java +++ b/src/main/java/ui/simulationtraceanalysis/DirectedGraphTranslator.java @@ -145,7 +145,7 @@ public class DirectedGraphTranslator extends JApplet { private HashMap<Integer, List<String>> detailsOfMinMaxRow = new HashMap<Integer, List<String>>(); private HashMap<Integer, List<SimulationTransaction>> dataBydelayedTasksOfMinMAx = new HashMap<Integer, List<SimulationTransaction>>(); - private final JFrame frame = new JFrame("The Sys-ML Model As Directed Graph"); + private final JFrame frame = new JFrame("Directed Graph of the Mapping model"); private List<Integer> times1 = new ArrayList<Integer>(); private List<Integer> times2 = new ArrayList<Integer>(); -- GitLab