Zwischenstand
This commit is contained in:
+641
-161
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PROCESS Id="RDK:0001" Name="MAIN_SSG" ModernUI="True" Options="(GITSAVEMODE)(NOUPDATEINCLUDEFILES)" Expanded="True">
|
||||
<PROCESSPROPERTY CrUser="pmarani [ENGMARANI17R]" CrDate="2022-05-05T18:05:31" ModUser="m.stangl [ENTW-NB08]" ModDate="2025-10-08T17:20:35" LanguageVersion="2014.1.3.712" />
|
||||
<PROCESSPROPERTY CrUser="pmarani [ENGMARANI17R]" CrDate="2022-05-05T18:05:31" ModUser="m.stangl [ENTW-NB08]" ModDate="2025-10-09T17:40:02" LanguageVersion="2014.1.3.712" />
|
||||
<GROUP Id="RDK:0002" Name="Declarations" SubType="Declarations" Expanded="True">
|
||||
<GROUP Id="RDK:0003" Name="Types" SubType="TypeSet" IncludeDate="0">
|
||||
<GROUP Id="RDK:26387" Name="SSG_Group" SubType="TypeSet" IncludeDate="0">
|
||||
<TYPE Id="RDK:313478" Name="SSGConnectionPoint" Expanded="True" SubType="structure" HasArrayType="True">
|
||||
<TYPE Id="RDK:313478" Name="SSGConnectionPoint" SubType="structure" HasArrayType="True">
|
||||
<TYPE_VALUES />
|
||||
<FIELD Id="RDK:609117" Name="id" Type="string" />
|
||||
<FIELD Id="RDK:313462" Name="x_M" Type="double" />
|
||||
@@ -40433,6 +40433,398 @@ me.x
|
||||
<PAR Name="POS_TO_ADD" />
|
||||
</LIST_ADD>
|
||||
</FUNCTION>
|
||||
<FUNCTION Id="RDK:26162307" Name="getCoordsOfCp" DesignTimeRemark="gibt die x,y,z Koordinate dieses ConnectionPoints dieses Items zurück" InputTypeName="SSGParameter[]" ResultTypeName="double[]" Options="(TYPEFUNCTION)">
|
||||
<GROUP Id="RDK:26162302" Name="Local Variables" SubType="VarSet" IncludeDate="0">
|
||||
<VAR Id="RDK:26162293" Name="shapeId" Type="string">
|
||||
<SET Id="RDK:26162292" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=shapeId"].Str]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26162295" Name="cpname" Type="string">
|
||||
<SET Id="RDK:26162294" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=cpname"].Str]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26162386" Name="shapeItem" Type="Editor2DShapeType" />
|
||||
<VAR Id="RDK:26162388" Name="cp" Type="Editor2DConnectionPointType" />
|
||||
<VAR Id="RDK:26162406" Name="coordsSource" Type="double[]" />
|
||||
<VAR Id="RDK:26162499" Name="distance" Type="double[]" />
|
||||
</GROUP>
|
||||
<SET Id="RDK:26162372" VarRef="shapeItem">
|
||||
<EXP><![CDATA[$=$ShapeList["id="+shapeId]]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<FOREACHLOOP Id="RDK:26162370" DesignTimeRemark="Hole die Koordinate dieses Cps in dem Item" ItemVarRef="cp" IndexVarRef="nRow">
|
||||
<PAR Name="ArrayValueExp">
|
||||
<EXP><![CDATA[$=$shapeItem.connectionPoints]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ExitCondExp">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<IFTHENELSE Id="RDK:26162380">
|
||||
<VALUECONDITION Value="true">
|
||||
<EXP><![CDATA[$=$StrIndexOf(cp.id, cpname, 0) >= 0]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:26162379" SubType="Then">
|
||||
<LIST_ADD Id="RDK:26162378" ListRef="coords">
|
||||
<PAR Name="VALUE_TO_ADD">
|
||||
<EXP><![CDATA[$=$cp.x]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="POS_TO_ADD" />
|
||||
</LIST_ADD>
|
||||
<LIST_ADD Id="RDK:26162410" ListRef="coords">
|
||||
<PAR Name="VALUE_TO_ADD">
|
||||
<EXP><![CDATA[$=$cp.y]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="POS_TO_ADD" />
|
||||
</LIST_ADD>
|
||||
<LIST_ADD Id="RDK:26162412" ListRef="coords">
|
||||
<PAR Name="VALUE_TO_ADD">
|
||||
<EXP><![CDATA[$=$cp.z]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="POS_TO_ADD" />
|
||||
</LIST_ADD>
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
</FOREACHLOOP>
|
||||
<SET Id="RDK:26162414" VarRef="Param.Result">
|
||||
<EXP><![CDATA[$=$coords]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</FUNCTION>
|
||||
<FUNCTION Id="RDK:26162469" Name="getNearestConnectionPoint" DesignTimeRemark="bekommt ein Quellshape mit dessen Cp, gibt vom Zielshape den am nächsten liegenden freien CP zurück" InputTypeName="string[]" ResultTypeName="string" Options="(TYPEFUNCTION)">
|
||||
<GROUP Id="RDK:26162460" Name="Local Variables" SubType="VarSet" IncludeDate="0">
|
||||
<VAR Id="RDK:26162454" Name="shapeId" Type="string">
|
||||
<SET Id="RDK:26162453" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=shapeId"].Str]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26162456" Name="cpname" Type="string">
|
||||
<SET Id="RDK:26162455" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=cpname"].Str]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26162473" Name="shapeIdTarget" Type="string">
|
||||
<SET Id="RDK:26162472" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=shapeId_target"].Str]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26162459" Name="coordSource" Type="double[]" />
|
||||
<VAR Id="RDK:26162507" Name="coordCp" Type="double[]" />
|
||||
<VAR Id="RDK:26162509" Name="distance" Type="double" />
|
||||
<VAR Id="RDK:26162528" Name="last_distance" Type="double">
|
||||
<SET Id="RDK:26162527" VarRef="me">
|
||||
<EXP><![CDATA[$C$100000]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26162495" Name="cpNearest" Type="string" />
|
||||
<VAR Id="RDK:26162522" Name="name" Type="string" />
|
||||
<VAR Id="RDK:26162518" Name="freeCps" Type="string[]" />
|
||||
</GROUP>
|
||||
<CALLFUNCTION Id="RDK:26162491">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$getCoordsOfCp]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$Param.Input]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$coordSource]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<CALLFUNCTION Id="RDK:26162515">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$getFreeConnectionPoints]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$shapeIdTarget]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$freeCps]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<FOREACHLOOP Id="RDK:26162467" DesignTimeRemark="Gehe alle vorhandenen freien Cps durch" ItemVarRef="name">
|
||||
<PAR Name="ArrayValueExp">
|
||||
<EXP><![CDATA[$=$freeCps]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ExitCondExp">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<GROUP Id="RDK:26162511" Name="Local Variables" SubType="VarSet" IncludeDate="0">
|
||||
<VAR Id="RDK:26162502" Name="CpCalc" Type="SSGParameter[]" />
|
||||
</GROUP>
|
||||
<SET_STRUCT Id="RDK:26162513" VarRef="SSGParameter" ClearAll="True" ListRef="CpSearch">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$shapeId]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="StrArr2D" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$shapeIdTarget]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:26162520" VarRef="SSGParameter" ClearAll="True" ListRef="CpSearch">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$cpname]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="StrArr2D" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$cpname]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<CALLFUNCTION Id="RDK:26162504">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$getCoordsOfCp]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$CpCalc]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$coordCp]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<SET Id="RDK:26162545" VarRef="distance">
|
||||
<EXP><![CDATA[$=$PointDistance(coordSource, coordCp)]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<IFTHENELSE Id="RDK:26162529">
|
||||
<VALUECONDITION Value="true">
|
||||
<EXP><![CDATA[$=$distance < last_distance]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:26162530" SubType="Then">
|
||||
<SET Id="RDK:26162537" VarRef="last_distance">
|
||||
<EXP><![CDATA[$=$distance]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<SET Id="RDK:26162541" VarRef="cpNearest">
|
||||
<EXP><![CDATA[$=$name]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
</FOREACHLOOP>
|
||||
<SET Id="RDK:26162468" VarRef="Param.Result">
|
||||
<EXP><![CDATA[$=$cpNearest]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</FUNCTION>
|
||||
<FUNCTION Id="RDK:26149531" Name="getFreeConnectionPoints" DesignTimeRemark="gives back the free/unused connection points of a shape" InputTypeName="string" ResultTypeName="string[]" Options="(TYPEFUNCTION)">
|
||||
<GROUP Id="RDK:26149541" Name="Local Variables" SubType="VarSet" IncludeDate="0">
|
||||
<VAR Id="RDK:26149537" Name="shapeId" Type="string">
|
||||
<SET Id="RDK:26149549" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26162384" Name="shapeItem" Type="Editor2DShapeType" />
|
||||
<VAR Id="RDK:26149539" Name="allCps" Type="string[]" />
|
||||
<VAR Id="RDK:26149739" Name="links" Type="string[]" />
|
||||
<VAR Id="RDK:26149750" Name="freeCps" Type="string[]" />
|
||||
<VAR Id="RDK:26149759" Name="usedCps" Type="string[]" />
|
||||
<VAR Id="RDK:26149793" Name="usedCpsStr" Type="string" />
|
||||
<VAR Id="RDK:26149799" Name="cpStr" Type="string" />
|
||||
</GROUP>
|
||||
<SET Id="RDK:26149547" VarRef="shapeItem">
|
||||
<EXP><![CDATA[$=$ShapeList["id="+shapeId]]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<SELECTCASE Id="RDK:26149641">
|
||||
<EXP><![CDATA[$=$shapeItem.family]]></EXP>
|
||||
<CASEGROUP Id="RDK:26149626" CaseType="0">
|
||||
<EXP><![CDATA[$C$OFGerade]]></EXP>
|
||||
<SET Id="RDK:26149736" VarRef="allCps">
|
||||
<EXP><![CDATA[$=$splitStr("cp1;cp2;", ";")]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</CASEGROUP>
|
||||
<CASEGROUP Id="RDK:26149636" CaseType="0">
|
||||
<EXP><![CDATA[$C$OFBogen]]></EXP>
|
||||
<SET Id="RDK:26149726" VarRef="allCps">
|
||||
<EXP><![CDATA[$=$splitStr("cp1;cp2;", ";")]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</CASEGROUP>
|
||||
<CASEGROUP Id="RDK:26149637" CaseType="0">
|
||||
<EXP><![CDATA[$C$OFWeiche]]></EXP>
|
||||
<IFTHENELSE Id="RDK:26149652">
|
||||
<VALUECONDITION Value="true">
|
||||
<EXP><![CDATA[$=$shapeItem.OFWeicheDefinition.WeichenTyp= "Einzelweiche"]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:26149651" SubType="Then">
|
||||
<SET Id="RDK:26149666" VarRef="allCps">
|
||||
<EXP><![CDATA[$=$splitStr("cp1;cp2;cp4", ";")]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
<IFTHENELSE Id="RDK:26149674">
|
||||
<VALUECONDITION Value="true">
|
||||
<EXP><![CDATA[$=$shapeItem.OFWeicheDefinition.WeichenTyp = "Doppelweiche"]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:26149673" SubType="Then">
|
||||
<SET Id="RDK:26149672" VarRef="allCps">
|
||||
<EXP><![CDATA[$=$splitStr("cp1;cp2;cp3", ";")]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
<IFTHENELSE Id="RDK:26149690">
|
||||
<VALUECONDITION Value="true">
|
||||
<EXP><![CDATA[$=$shapeItem.OFWeicheDefinition.WeichenTyp = "Dreiwegeweiche"]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:26149689" SubType="Then">
|
||||
<SET Id="RDK:26149688" VarRef="allCps">
|
||||
<EXP><![CDATA[$=$splitStr("cp1;cp2;cp3", ";")]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
<IFTHENELSE Id="RDK:26149714">
|
||||
<VALUECONDITION Value="true">
|
||||
<EXP><![CDATA[$=$shapeItem.OFWeicheDefinition.WeichenTyp = "Deltaweiche"]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:26149713" SubType="Then">
|
||||
<SET Id="RDK:26149712" VarRef="allCps">
|
||||
<EXP><![CDATA[$=$splitStr("cp1;cp2;cp3", ";")]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
<IFTHENELSE Id="RDK:26149702">
|
||||
<VALUECONDITION Value="true">
|
||||
<EXP><![CDATA[$=$shapeItem.OFWeicheDefinition.WeichenTyp = "Sternweiche"]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:26149701" SubType="Then">
|
||||
<SET Id="RDK:26149700" VarRef="allCps">
|
||||
<EXP><![CDATA[$=$splitStr("cp1;cp2;cp3;cp4", ";")]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
</CASEGROUP>
|
||||
<CASEGROUP Id="RDK:26149640" CaseType="1">
|
||||
<EXP />
|
||||
<ACTION_CALL Id="RDK:26149638" Name="RDEngineering_MsgBox" DesignTimeRemark="{Text}">
|
||||
<PAR Name="RDLibraryName">
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgText">
|
||||
<EXP><![CDATA[$C$element not yet implemented]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgStyle">
|
||||
<EXP><![CDATA[$C$-1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="BtnLayout">
|
||||
<EXP><![CDATA[$C$-1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgCaption" />
|
||||
<PAR Name="BaloonType" />
|
||||
<PAR Name="BtnPressed">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
</ACTION_CALL>
|
||||
<EXIT_PROCESS Id="RDK:26149639" BreakType="4" ExitStatus="0" />
|
||||
</CASEGROUP>
|
||||
</SELECTCASE>
|
||||
<CALLFUNCTION Id="RDK:26149904">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$getUsedConnectionPoints]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$shapeId]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$usedCps]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<SET Id="RDK:26149789" VarRef="usedCpsStr">
|
||||
<EXP><![CDATA[$=$ListToStr(usedCps, ";")]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<FOREACHLOOP Id="RDK:26149773" DesignTimeRemark="gehe alle Cps durch und schau welche davon verwendet werden" ItemVarRef="cpStr">
|
||||
<PAR Name="ArrayValueExp">
|
||||
<EXP><![CDATA[$=$allCps]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ExitCondExp">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<IFTHENELSE Id="RDK:26149783">
|
||||
<VALUECONDITION Value="true">
|
||||
<EXP><![CDATA[$=$StrIndexOf(usedCpsStr, cpStr, 0) < 0]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:26149782" SubType="Then">
|
||||
<LIST_ADD Id="RDK:26149806" ListRef="freeCps">
|
||||
<PAR Name="VALUE_TO_ADD">
|
||||
<EXP><![CDATA[$=$cpStr]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="POS_TO_ADD" />
|
||||
</LIST_ADD>
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
</FOREACHLOOP>
|
||||
<SET Id="RDK:26149780" VarRef="Param.Result">
|
||||
<EXP><![CDATA[$=$freeCps]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</FUNCTION>
|
||||
<FUNCTION Id="RDK:26149902" Name="getUsedConnectionPoints" DesignTimeRemark="gives back the names of the linked connection points of a shape" InputTypeName="string" ResultTypeName="string[]" Options="(TYPEFUNCTION)">
|
||||
<GROUP Id="RDK:26149864" Name="Local Variables" SubType="VarSet" IncludeDate="0">
|
||||
<VAR Id="RDK:26149857" Name="shapeId" Type="string">
|
||||
<SET Id="RDK:26149856" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26149861" Name="usedCps" Type="string[]" />
|
||||
</GROUP>
|
||||
<SET Id="RDK:26149865" VarRef="shapeItem">
|
||||
<EXP><![CDATA[$=$ShapeList["id="+shapeId]]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<FOREACHLOOP Id="RDK:26149894" DesignTimeRemark="hole die benutzten Cps" ItemVarRef="link">
|
||||
<PAR Name="ArrayValueExp">
|
||||
<EXP><![CDATA[$=$shapeItem.links]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ExitCondExp">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<GROUP Id="RDK:26149892" Name="Local Variables" SubType="VarSet" IncludeDate="0">
|
||||
<VAR Id="RDK:26149891" Name="usedCp" Type="string">
|
||||
<SET Id="RDK:26149890" VarRef="me">
|
||||
<EXP><![CDATA[$=$splitStr(link, ";")[0]]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
</GROUP>
|
||||
<LIST_ADD Id="RDK:26149893" ListRef="usedCps">
|
||||
<PAR Name="VALUE_TO_ADD">
|
||||
<EXP><![CDATA[$=$usedCp]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="POS_TO_ADD" />
|
||||
</LIST_ADD>
|
||||
</FOREACHLOOP>
|
||||
<SET Id="RDK:26149901" VarRef="Param.Result">
|
||||
<EXP><![CDATA[$=$usedCps]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</FUNCTION>
|
||||
<FUNCTION Id="RDK:26044480" Name="connectNewGroups" InputTypeName="SSGParameter[]" Options="(TYPEFUNCTION)">
|
||||
<GROUP Id="RDK:26044506" Name="Local Variables" SubType="VarSet" IncludeDate="0">
|
||||
<VAR Id="RDK:26044497" Name="original" Type="string[]">
|
||||
@@ -40447,18 +40839,8 @@ me.x
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26044499" Name="cps1" Type="string">
|
||||
<SET Id="RDK:26044542" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=cp_origin1"].Str]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26044501" Name="cps2" Type="string">
|
||||
<SET Id="RDK:26044544" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=cp_origin2"].Str]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
</VAR>
|
||||
<VAR Id="RDK:26044499" Name="cps1" Type="string[]" />
|
||||
<VAR Id="RDK:26044501" Name="cps2[]" Type="string" />
|
||||
<VAR Id="RDK:26044548" Name="cpt1" Type="string">
|
||||
<SET Id="RDK:26044547" VarRef="me">
|
||||
<EXP><![CDATA[$=$Param.Input["key=cp_target1"].Str]]></EXP>
|
||||
@@ -40474,8 +40856,9 @@ me.x
|
||||
<VAR Id="RDK:26044571" Name="row" Type="string[]" />
|
||||
<VAR Id="RDK:26044588" Name="row_before" Type="string[]" />
|
||||
<VAR Id="RDK:26044577" Name="nRow" Type="integer" />
|
||||
<VAR Id="RDK:26162475" Name="CpSearch" Type="SSGParameter[]" />
|
||||
</GROUP>
|
||||
<FOREACHLOOP Id="RDK:26044569" ItemVarRef="row" IndexVarRef="nRow">
|
||||
<FOREACHLOOP Id="RDK:26044569" DesignTimeRemark="Verbinde die Orgininale mit der ersten Zeile, dann die erste mit der zweiten Zeile usw." ItemVarRef="row" IndexVarRef="nRow">
|
||||
<PAR Name="ArrayValueExp">
|
||||
<EXP><![CDATA[$=$newIds]]></EXP>
|
||||
</PAR>
|
||||
@@ -40509,66 +40892,6 @@ me.x
|
||||
<EXP><![CDATA[$=$row_before[Count(row)-1]]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<ACTION_CALL Id="RDK:26044554" Name="RDEngineering_E2DLinkShapes" DesignTimeRemark="linkes Element">
|
||||
<PAR Name="RDLibraryName">
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="libraryID">
|
||||
<EXP><![CDATA[$=$GS2DLibraryName]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeList">
|
||||
<EXP><![CDATA[$=$ShapeList]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromID">
|
||||
<EXP><![CDATA[$=$source_l]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromPointID">
|
||||
<EXP><![CDATA[$=$cps1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToID">
|
||||
<EXP><![CDATA[$=$target_l]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToPointID">
|
||||
<EXP><![CDATA[$=$cpt1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</ACTION_CALL>
|
||||
<ACTION_CALL Id="RDK:26044562" Name="RDEngineering_E2DLinkShapes" DesignTimeRemark="rechtes Element">
|
||||
<PAR Name="RDLibraryName">
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="libraryID">
|
||||
<EXP><![CDATA[$=$GS2DLibraryName]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeList">
|
||||
<EXP><![CDATA[$=$ShapeList]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromID">
|
||||
<EXP><![CDATA[$=$source_r]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromPointID">
|
||||
<EXP><![CDATA[$=$cps2]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToID">
|
||||
<EXP><![CDATA[$=$target_r]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToPointID">
|
||||
<EXP><![CDATA[$=$cpt2]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</ACTION_CALL>
|
||||
</GROUP>
|
||||
<GROUP Id="RDK:26147443" SubType="Else" DesignTimeRemark="Connect first generated Items to its original items">
|
||||
<SET Id="RDK:26147457" VarRef="source_l">
|
||||
@@ -40587,72 +40910,254 @@ me.x
|
||||
<EXP><![CDATA[$=$row[Count(row)-1]]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<ACTION_CALL Id="RDK:26147461" Name="RDEngineering_E2DLinkShapes" DesignTimeRemark="linkes Element">
|
||||
<PAR Name="RDLibraryName">
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="libraryID">
|
||||
<EXP><![CDATA[$=$GS2DLibraryName]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeList">
|
||||
<EXP><![CDATA[$=$ShapeList]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromID">
|
||||
<EXP><![CDATA[$=$source_l]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromPointID">
|
||||
<EXP><![CDATA[$=$cps1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToID">
|
||||
<EXP><![CDATA[$=$target_l]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToPointID">
|
||||
<EXP><![CDATA[$=$cpt1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</ACTION_CALL>
|
||||
<ACTION_CALL Id="RDK:26147462" Name="RDEngineering_E2DLinkShapes" DesignTimeRemark="rechtes Element">
|
||||
<PAR Name="RDLibraryName">
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="libraryID">
|
||||
<EXP><![CDATA[$=$GS2DLibraryName]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeList">
|
||||
<EXP><![CDATA[$=$ShapeList]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromID">
|
||||
<EXP><![CDATA[$=$source_r]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromPointID">
|
||||
<EXP><![CDATA[$=$cps2]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToID">
|
||||
<EXP><![CDATA[$=$target_r]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToPointID">
|
||||
<EXP><![CDATA[$=$cpt2]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</ACTION_CALL>
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
<SET Id="RDK:26044597" VarRef="row_before">
|
||||
<EXP><![CDATA[$=$row]]></EXP>
|
||||
<PAR Name="AdvancedOptions" />
|
||||
</SET>
|
||||
<COMMENTS Id="RDK:26169406" DesignTimeRemark="linkes Ende" />
|
||||
<CALLFUNCTION Id="RDK:26149741">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$getFreeConnectionPoints]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$source_l]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$cps1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<IFTHENELSE Id="RDK:26162203">
|
||||
<VALUECONDITION Value="false">
|
||||
<EXP><![CDATA[$=$count(cps1) = 1]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:26162204" SubType="Then">
|
||||
<ACTION_CALL Id="RDK:26162211" Name="RDEngineering_MsgBox" DesignTimeRemark="{Text}">
|
||||
<PAR Name="RDLibraryName">
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgText">
|
||||
<EXP><![CDATA[$C$Element zur Anbindung hat mehr als eine Möglichkeit]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgStyle">
|
||||
<EXP><![CDATA[$C$-1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="BtnLayout">
|
||||
<EXP><![CDATA[$C$-1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgCaption" />
|
||||
<PAR Name="BaloonType" />
|
||||
<PAR Name="BtnPressed">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
</ACTION_CALL>
|
||||
<EXIT_PROCESS Id="RDK:26162233" BreakType="4" ExitStatus="0" />
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
<SET_STRUCT Id="RDK:26162477" VarRef="SSGParameter" ClearAll="True" ListRef="CpSearch">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$shapeId]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="StrArr2D" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$source_l]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:26162479" VarRef="SSGParameter" ClearAll="True" ListRef="CpSearch">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$cpname]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="StrArr2D" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$cps1[0]]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:26162481" VarRef="SSGParameter" ClearAll="True" ListRef="CpSearch">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$shapeId_target]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="StrArr2D" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$target_l]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<CALLFUNCTION Id="RDK:26162416">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$getNearestConnectionPoint]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$CpSearch]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$cpt1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<ACTION_CALL Id="RDK:26044554" Name="RDEngineering_E2DLinkShapes" DesignTimeRemark="linkes Element">
|
||||
<PAR Name="RDLibraryName">
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="libraryID">
|
||||
<EXP><![CDATA[$=$GS2DLibraryName]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeList">
|
||||
<EXP><![CDATA[$=$ShapeList]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromID">
|
||||
<EXP><![CDATA[$=$source_l]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromPointID">
|
||||
<EXP><![CDATA[$=$cps1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToID">
|
||||
<EXP><![CDATA[$=$target_l]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToPointID">
|
||||
<EXP><![CDATA[$=$cpt1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</ACTION_CALL>
|
||||
<COMMENTS Id="RDK:26169404" DesignTimeRemark="rechtes Ende" />
|
||||
<CALLFUNCTION Id="RDK:26149744">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$getFreeConnectionPoints]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$source_r]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$cps2]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<IFTHENELSE Id="RDK:26162225">
|
||||
<VALUECONDITION Value="false">
|
||||
<EXP><![CDATA[$=$count(cps2) = 1]]></EXP>
|
||||
</VALUECONDITION>
|
||||
<GROUP Id="RDK:26162224" SubType="Then">
|
||||
<ACTION_CALL Id="RDK:26162223" Name="RDEngineering_MsgBox" DesignTimeRemark="{Text}">
|
||||
<PAR Name="RDLibraryName">
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgText">
|
||||
<EXP><![CDATA[$C$Element zur Anbindung hat mehr als eine Möglichkeit]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgStyle">
|
||||
<EXP><![CDATA[$C$-1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="BtnLayout">
|
||||
<EXP><![CDATA[$C$-1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="MsgCaption" />
|
||||
<PAR Name="BaloonType" />
|
||||
<PAR Name="BtnPressed">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
</ACTION_CALL>
|
||||
<EXIT_PROCESS Id="RDK:26162231" BreakType="4" ExitStatus="0" />
|
||||
</GROUP>
|
||||
</IFTHENELSE>
|
||||
<SET_STRUCT Id="RDK:26162485" VarRef="SSGParameter" ClearAll="True" ListRef="CpSearch">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$shapeId]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="StrArr2D" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$source_r]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:26162487" VarRef="SSGParameter" ClearAll="True" ListRef="CpSearch">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$cpname]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="StrArr2D" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$cps2[0]]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:26162489" VarRef="SSGParameter" ClearAll="True" ListRef="CpSearch">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$shapeId_target]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="StrArr2D" />
|
||||
<PAR Name="Str" />
|
||||
<PAR Name="Dbl">
|
||||
<EXP><![CDATA[$=$target_r]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<CALLFUNCTION Id="RDK:26162426">
|
||||
<PAR Name="FuncName">
|
||||
<EXP><![CDATA[$C$getNearestConnectionPoint]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="InputExp">
|
||||
<EXP><![CDATA[$=$CpSearch]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="ResultRef">
|
||||
<EXP><![CDATA[$V$cpt2]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</CALLFUNCTION>
|
||||
<ACTION_CALL Id="RDK:26044562" Name="RDEngineering_E2DLinkShapes" DesignTimeRemark="rechtes Element">
|
||||
<PAR Name="RDLibraryName">
|
||||
<EXP><![CDATA[$C$RDEngineering_UI]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="libraryID">
|
||||
<EXP><![CDATA[$=$GS2DLibraryName]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeList">
|
||||
<EXP><![CDATA[$=$ShapeList]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromID">
|
||||
<EXP><![CDATA[$=$source_r]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromPointID">
|
||||
<EXP><![CDATA[$=$cps2]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToID">
|
||||
<EXP><![CDATA[$=$target_r]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToPointID">
|
||||
<EXP><![CDATA[$=$cpt2]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeFromEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="shapeToEventHandler">
|
||||
<EXP><![CDATA[$V$]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Options" />
|
||||
</ACTION_CALL>
|
||||
</FOREACHLOOP>
|
||||
</FUNCTION>
|
||||
<FUNCTION Id="RDK:20549457" Name="GetSelected" InputTypeName="string[]" ResultTypeName="string[]">
|
||||
@@ -42632,6 +43137,7 @@ me.x
|
||||
</PAR>
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
<PAR Name="StrArr2D" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:25906981" VarRef="SSGParameter" ClearAll="True" ListRef="MoveData">
|
||||
<PAR Name="Key">
|
||||
@@ -42760,32 +43266,6 @@ me.x
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:26066880" VarRef="SSGParameter" ClearAll="True" ListRef="ConnectData">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$cp_origin1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="StrArr2D" />
|
||||
<PAR Name="Str">
|
||||
<EXP><![CDATA[$C$cp1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Dbl" />
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:26044536" VarRef="SSGParameter" ClearAll="True" ListRef="ConnectData">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$cp_origin2]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="StrArr" />
|
||||
<PAR Name="StrArr2D" />
|
||||
<PAR Name="Str">
|
||||
<EXP><![CDATA[$C$cp1]]></EXP>
|
||||
</PAR>
|
||||
<PAR Name="Dbl" />
|
||||
<PAR Name="Int" />
|
||||
<PAR Name="Boo" />
|
||||
</SET_STRUCT>
|
||||
<SET_STRUCT Id="RDK:26044538" VarRef="SSGParameter" ClearAll="True" ListRef="ConnectData">
|
||||
<PAR Name="Key">
|
||||
<EXP><![CDATA[$C$cp_target1]]></EXP>
|
||||
|
||||
Reference in New Issue
Block a user