Skip to content

Commit

Permalink
refactor: Changed the names of the new items when serialized in xml t…
Browse files Browse the repository at this point in the history
…o hide the implementation detail (Removed the "Default" prefix)
  • Loading branch information
chrisdutz committed Sep 30, 2024
1 parent afa1765 commit 99018e6
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 60 deletions.
24 changes: 12 additions & 12 deletions plc4go/assets/testing/protocols/ads/DriverTestsuite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1584,12 +1584,12 @@
</PlcReadRequest>
<values isList="true">
<hurz>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">true</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -1758,20 +1758,20 @@
</PlcReadRequest>
<values isList="true">
<hurz1>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">true</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz1>
<hurz2>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">true</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz2>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -2044,12 +2044,12 @@
</PlcReadRequest>
<values isList="true">
<hurz1>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">false</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz1>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -2323,12 +2323,12 @@
</PlcReadRequest>
<values isList="true">
<hurz1>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">false</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz1>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -2478,12 +2478,12 @@
</PlcReadRequest>
<values isList="true">
<hurz1>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">false</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz1>
</values>
</PlcReadResponse>
Expand Down
16 changes: 8 additions & 8 deletions plc4go/assets/testing/protocols/modbus/tcp/DriverTestsuite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@
</request>
<values isList="true">
<hurz>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcREAL dataType="float" bitLength="32">3.1415927410125732</PlcREAL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -202,15 +202,15 @@
</request>
<values isList="true">
<hurz>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcList>
<PlcREAL dataType="float" bitLength="32">3.1415927410125732</PlcREAL>
<PlcREAL dataType="float" bitLength="32">3.1415927410125732</PlcREAL>
</PlcList>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -357,20 +357,20 @@
</request>
<values isList="true">
<hurz1>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcREAL dataType="float" bitLength="32">3.1415927410125732</PlcREAL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz1>
<hurz2>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcREAL dataType="float" bitLength="32">3.1415927410125732</PlcREAL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz2>
</values>
</PlcReadResponse>
Expand Down
8 changes: 4 additions & 4 deletions plc4go/assets/testing/protocols/s7/DriverTestsuite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,12 +582,12 @@
</request>
<values isList="true">
<hurz>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">true</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -730,12 +730,12 @@
</request>
<values isList="true">
<hurz>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="104" encoding="UTF-8">ACCESS_DENIED</code>
<value>
<PlcNull></PlcNull>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz>
</values>
</PlcReadResponse>
Expand Down
4 changes: 2 additions & 2 deletions plc4go/spi/model/ResponseItem_plc4xgen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions protocols/ads/src/test/resources/protocols/ads/DriverTestsuite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1584,12 +1584,12 @@
</PlcReadRequest>
<values isList="true">
<hurz>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">true</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -1758,20 +1758,20 @@
</PlcReadRequest>
<values isList="true">
<hurz1>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">true</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz1>
<hurz2>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">true</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz2>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -2044,12 +2044,12 @@
</PlcReadRequest>
<values isList="true">
<hurz1>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">false</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz1>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -2323,12 +2323,12 @@
</PlcReadRequest>
<values isList="true">
<hurz1>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">false</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz1>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -2478,12 +2478,12 @@
</PlcReadRequest>
<values isList="true">
<hurz1>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcBOOL dataType="bit" bitLength="1">false</PlcBOOL>
</value>
</ResponseItem>
</PlcResponseItem>
</hurz1>
</values>
</PlcReadResponse>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@
</PlcReadRequest>
<values isList="true">
<expeditedSdo>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcUDINT dataType="int" bitLength="32">1717859169</PlcUDINT>
</value>
</ResponseItem>
</PlcResponseItem>
</expeditedSdo>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -328,12 +328,12 @@
</PlcReadRequest>
<values isList="true">
<expeditedShort>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcUSINT dataType="int" bitLength="8">97</PlcUSINT>
</value>
</ResponseItem>
</PlcResponseItem>
</expeditedShort>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -504,12 +504,12 @@
</PlcReadRequest>
<values isList="true">
<expeditedSdoCustomAnswer>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcUDINT dataType="int" bitLength="32">1717859169</PlcUDINT>
</value>
</ResponseItem>
</PlcResponseItem>
</expeditedSdoCustomAnswer>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -835,7 +835,7 @@
</PlcReadRequest>
<values isList="true">
<segmentedSdo>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="16" encoding="UTF-8">OK</code>
<value>
<PlcList>
Expand All @@ -849,7 +849,7 @@
<PlcSINT dataType="byte" bitLength="8">0x66</PlcSINT>
</PlcList>
</value>
</ResponseItem>
</PlcResponseItem>
</segmentedSdo>
</values>
</PlcReadResponse>
Expand Down Expand Up @@ -965,12 +965,12 @@
</PlcReadRequest>
<values isList="true">
<TheFailingTag>
<ResponseItem>
<PlcResponseItem>
<code dataType="string" bitLength="96" encoding="UTF-8">REMOTE_ERROR</code>
<value>
<PlcLINT dataType="int" bitLength="64">84082688</PlcLINT>
</value>
</ResponseItem>
</PlcResponseItem>
</TheFailingTag>
</values>
</PlcReadResponse>
Expand Down
Loading

0 comments on commit 99018e6

Please sign in to comment.