OPCFoundation / UA-ModelCompiler

ModelCompiler converts XML files into C# and ANSI C
MIT License
151 stars 94 forks source link

Encoding of multidimensional arrays in structures not compliant #117

Open mregen opened 1 year ago

mregen commented 1 year ago

Currently multidimensional arrays in a structure are encoded as Variant, newer version of the spec with DataTypeDefinition support direct encoding of known types as array + dimension array without the Variant overhead.

opcfoundation-org commented 11 months ago

This needs updates to the encoders. When the encoders have the new feature the autogenerated code can be fixed.