You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function takes a DataType node and searches its references for Encoding reference types. The purpose is to find the Binary encoding node of the data type. But once it finds an Encoding reference type the function returns the NodeId of the destination node. But the first found Encoding reference type may not reference the Binary Encoding node of the DataType node. It could for example reference the XML Encoding Node. The BrowseName of the target node must be verified before returning the NodeId.
This function takes a DataType node and searches its references for Encoding reference types. The purpose is to find the Binary encoding node of the data type. But once it finds an Encoding reference type the function returns the NodeId of the destination node. But the first found Encoding reference type may not reference the Binary Encoding node of the DataType node. It could for example reference the XML Encoding Node. The BrowseName of the target node must be verified before returning the NodeId.
https://github.com/matkonnerth/nodesetLoader/blob/281a462f0a7cd1feb9a71b429c90276cd823c9a1/backends/open62541/src/DataTypeImporter.c#L32
The text was updated successfully, but these errors were encountered: