libedssharp
libedssharp copied to clipboard
Data type DOMAIN doesn't work
Hi! In Object Dictionary, when I select DOMAIN for data type, the variable generates in OD.c is like: dataElementSizeof = sizeof(not specified) Thank you for any help!
Correct should be:
dataElementSizeof = 0
Data size for domain is application specific. I sent PR with fixes.
Thanks for your fixes!