-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Struct support - vspec2ddsidl #238
Comments
I am willing to take up this feature addition. Is there any document or diagram which may help me briefly understand the flow of code in the py files. |
Great! We do not have that much documentation, there is a little at:
To get know a little about the general structure of exporters/tools you can look at the test case at https://github.com/COVESA/vss-tools/blob/master/tests/generators/example_generator.py I did however notice that we already did some work on DDSIDL support in #262, so this issue is not really up to date. Please check if the current level support fits your needs. I noticed that not all test cases have been updated to include DDSIDL struct support, I will do some edits and mention you so that you can get an overview of the current level of support. |
See #340 for an example on how DDSIDL struct support works as of today, that could help identifying improvement areas. If we think it is good enough we should close this issue |
This issues concerns struct support for vspec2ddsidl.
Required work:
VSS Struct support is expected to be officially released for VSS 4.0, late April. To identify and manage remaining a work number of issues have been created to facilitate more detailed discussion and to identify volunteers for implementing/reviewing/testing.
@SebastianSchildt will check if the ones originally contributing vspec2ddsidl are interested
The text was updated successfully, but these errors were encountered: