assigned datablock to nested variable arrays#341
assigned datablock to nested variable arrays#341kalynstricklin wants to merge 1 commit intoopensensorhub:masterfrom
Conversation
|
Can you guys describe the problem that this is trying to solve? Please create an issue for it with detailed test cases so we can track why this was needed and add a UT for it. Also, setting data on the component is not efficient so I wonder if there is a better way to do it. |
|
The problem is for nested variable-sized arrays. The |
|
I added a unit test that demonstrates the issue in #342 . I believe you are right that there should be a better solution, but I think it would require a lot more changes to the parsers |
No description provided.