Replies: 1 comment
-
I worked towards this goal by making the A2L Data iterable. This gave me the possibility to validate all Formula objects in the structure. I therefore dropped the idea about giving the position within the file. It might be enough to locate the issue by printing the validated object. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on an API which should give the possibility to validate the A2L data.
My first try has been to trigger validation on a per class basis during parsing so it is possible to output the line of the a2l file. But that might not be suffiecient because it might be necessary to validate the data before writing or just at any time after the object structure has been created.
The API should have
Which uses cases do you have for such an API?
Which information would you expect to have during validation?
Please feel free to write down any suggestions regarding this topic!
Beta Was this translation helpful? Give feedback.
All reactions