libedssharp icon indicating copy to clipboard operation
libedssharp copied to clipboard

Data type DOMAIN doesn't work

Open jdascenzio opened this issue 4 years ago • 2 comments

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!

jdascenzio avatar Apr 22 '21 14:04 jdascenzio

Correct should be: dataElementSizeof = 0

Data size for domain is application specific. I sent PR with fixes.

CANopenNode avatar Apr 26 '21 14:04 CANopenNode

Thanks for your fixes!

jdascenzio avatar Apr 26 '21 18:04 jdascenzio