-
Notifications
You must be signed in to change notification settings - Fork 50
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
Remove TLM references and prepare for future system structure refactoring #1339
Conversation
The only remaining reference to TLM is now in OMEdit.rst. However, I am uncertain how to modify this file, as the entire OMEdit integration will be impacted bu the coming api changes. This is something we'll need to update later, once the api is stable. For now, I will limit the scope of this pull request to removing all TLM remnants. The refactoring of the system structure will be handled in a separate pull request to keep the changes manageable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
This PR begins the transition to OMSimulator 3.0 as part of the dev/v3.0 branch. Key changes include:
Removal of TLM Components: All TLM-related code has been removed to simplify the codebase and prepare for the integration of FMI 3.0 features.
Unified System Structure (in progress): Next, I'll focus on consolidating the system structure by removing Weakly Connected (WC) and Strongly Connected (SC) system types. This will result in a single “System” structure with dynamic partitioning based on solver settings for each FMU.
Given the extent of these updates, this PR will involve substantial changes to the core architecture and API.