open62541-nodeset-loader icon indicating copy to clipboard operation
open62541-nodeset-loader copied to clipboard

Library for loading opc ua nodesets from xml and sorting the nodes

Results 17 open62541-nodeset-loader issues
Sort by recently updated
recently updated
newest added

when using with open62541 master (530e3c0aaffd07d85f260e1713de39bf2fd22181), it seems that the open62541 nodeset generator is not generating types for abstract DataType (which makes sense), but the nodesetLoader does.

Padding is not calculated correctly when creating the data type structures. See example definitions: ![image](https://user-images.githubusercontent.com/70644594/154219327-32a5d098-2b59-425a-9d57-357cb3ab49d6.png) And the resulting structures generated by open62541's NodesetCompiler, and by the NodesetLoader: ![image](https://user-images.githubusercontent.com/70644594/154219445-2924307d-9b87-4835-9017-5bf06089f136.png) For a...

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...

help wanted
good first issue

In comparison to open62541 the nodesetLoader will not initialize variables with a default value if there is no value specified in the nodeset. I will not work further on this...

wontfix