We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When putting a FMU generated with rtwsfcnfmi into an fmpy-container, the resulting FMU fails to instantiate with:
Symbol fmi2SerializeFMUstate is missing in shared library.
Indeed, fmi2SerializeFMUstate is not available in the dll of the exported FMU, while it is available with grtfmi.
The text was updated successfully, but these errors were encountered:
Add fmi2SerializeFMUstate() and fmi2DeSerializeFMUstate() to rtwsfcnf…
59dd098
…mi.tlc and clean up fmi2Functions.c fixes #321
No branches or pull requests
When putting a FMU generated with rtwsfcnfmi into an fmpy-container, the resulting FMU fails to instantiate with:
Symbol fmi2SerializeFMUstate is missing in shared library.
Indeed, fmi2SerializeFMUstate is not available in the dll of the exported FMU, while it is available with grtfmi.
The text was updated successfully, but these errors were encountered: