-
Notifications
You must be signed in to change notification settings - Fork 37
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
Make it possible to simulate system of slaves #24
Comments
After some consideration, this feature will most likely branched into a separate library. But until that time, I will keep this issue open in case someone wants to provide some input. |
Just for the sake of brainstorming: once a SSP-compatible C++ library is available, it would be nice to investigate if a lightweight SSP visual editor could be implemented using some available graph/dataflow component for Qt, such as https://github.com/nbergont/qgv, https://github.com/paceholder/nodeeditor or https://github.com/cneben/QuickQanava . Several projects also provide support for node editors for ImGui, see ocornut/imgui#306 . By the way, thanks for all the great work on open source FMI tooling! |
A first draft of the SSP standard is now available at: https://ssp-standard.org/publications/SSP10RC1/SystemStructureAndParameterization10RC1.pdf . |
Closing as I don't see this happening in the scope of fmi4cpp. |
With pluggable master algorithms and possible support for SSP.
Distributed execution would be available using FMU-proxy, as FMU proxy clients implements FMI4cpp's FmuSlave.
See https://github.com/SFI-Mechatronics/FMI4j/issues/44
The text was updated successfully, but these errors were encountered: