Skip to content
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

Support variables sharing same value reference in FMIWrapper #2208

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

robbr48
Copy link
Contributor

@robbr48 robbr48 commented Apr 11, 2024

Use multimaps instead of maps for storing data pointers. This is needed because multiple variables can use the same value rerefence and thereby share the same underlying data, while multiple nodes cannot point to the same data variable.

@robbr48 robbr48 added the import/export:fmi FMI import/export or functionality label Apr 11, 2024
@robbr48 robbr48 added this to the 2.22.0 milestone Apr 11, 2024
@robbr48 robbr48 requested a review from peterNordin April 11, 2024 12:41
@robbr48 robbr48 self-assigned this Apr 11, 2024
@robbr48 robbr48 merged commit 41746f2 into Hopsan:master Apr 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
import/export:fmi FMI import/export or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant