-
Notifications
You must be signed in to change notification settings - Fork 25
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
Modeler 4.6: system import [ANT-2207] #2530
Conversation
4d4820f
to
963cbea
Compare
} | ||
}; | ||
|
||
static std::pair<std::string, std::string> splitLibraryModelString(const std::string& s) |
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.
Use a dedicated struct
for the return type
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.
I think it's fine to use a pair and get var like this in this context const auto [libraryId, modelId] = getSplit...
Quality Gate passedIssues Measures |
This PR add the ability to read a YAML file containing all the infos about the electric system and which models they're related to, converting it into system-model structures.