You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/08/28 09:15:41 UTC

[plc4x] branch develop updated (64206f94a1 -> 1b9239b738)

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from 64206f94a1 chore(opcua): update generated code
     new 0dce10678e fix(opcua): exclude PubSubConfigurationValueDataType
     new 1b9239b738 fix(opcua): exclude PortableNodeId

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 protocols/opcua/src/main/xslt/opc-manual.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[plc4x] 02/02: fix(opcua): exclude PortableNodeId

Posted by sr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 1b9239b738973797e7b885914b6cdbd02cb581be
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Aug 28 11:15:32 2023 +0200

    fix(opcua): exclude PortableNodeId
---
 protocols/opcua/src/main/xslt/opc-manual.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocols/opcua/src/main/xslt/opc-manual.xsl b/protocols/opcua/src/main/xslt/opc-manual.xsl
index b8e662269c..ed78d13f18 100644
--- a/protocols/opcua/src/main/xslt/opc-manual.xsl
+++ b/protocols/opcua/src/main/xslt/opc-manual.xsl
@@ -182,7 +182,7 @@
         ['"0"' NullExtension
         ]
 
-        <xsl:for-each select="/opc:TypeDictionary/opc:StructuredType[(@BaseType = 'ua:ExtensionObject') and not(@Name = 'UserIdentityToken') and not(@Name = 'PublishedDataSetDataType') and not(@Name = 'DataSetReaderDataType') and not(@Name = 'PubSubConfigurationValueDataType')]">
+        <xsl:for-each select="/opc:TypeDictionary/opc:StructuredType[(@BaseType = 'ua:ExtensionObject') and not(@Name = 'UserIdentityToken') and not(@Name = 'PublishedDataSetDataType') and not(@Name = 'DataSetReaderDataType') and not(@Name = 'PubSubConfigurationValueDataType') and not(@Name = 'PortableNodeId')]">
             <xsl:variable name="extensionName" select="@Name"/>
             <xsl:apply-templates select="$file/node:UANodeSet/node:UADataType[@BrowseName=$extensionName]"/>
         </xsl:for-each>


[plc4x] 01/02: fix(opcua): exclude PubSubConfigurationValueDataType

Posted by sr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 0dce10678e03c61b13085328c348ff6cc12ad5ea
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Aug 28 11:14:42 2023 +0200

    fix(opcua): exclude PubSubConfigurationValueDataType
---
 protocols/opcua/src/main/xslt/opc-manual.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocols/opcua/src/main/xslt/opc-manual.xsl b/protocols/opcua/src/main/xslt/opc-manual.xsl
index 036648d7d3..b8e662269c 100644
--- a/protocols/opcua/src/main/xslt/opc-manual.xsl
+++ b/protocols/opcua/src/main/xslt/opc-manual.xsl
@@ -182,7 +182,7 @@
         ['"0"' NullExtension
         ]
 
-        <xsl:for-each select="/opc:TypeDictionary/opc:StructuredType[(@BaseType = 'ua:ExtensionObject') and not(@Name = 'UserIdentityToken') and not(@Name = 'PublishedDataSetDataType') and not(@Name = 'DataSetReaderDataType')]">
+        <xsl:for-each select="/opc:TypeDictionary/opc:StructuredType[(@BaseType = 'ua:ExtensionObject') and not(@Name = 'UserIdentityToken') and not(@Name = 'PublishedDataSetDataType') and not(@Name = 'DataSetReaderDataType') and not(@Name = 'PubSubConfigurationValueDataType')]">
             <xsl:variable name="extensionName" select="@Name"/>
             <xsl:apply-templates select="$file/node:UANodeSet/node:UADataType[@BrowseName=$extensionName]"/>
         </xsl:for-each>