-
Notifications
You must be signed in to change notification settings - Fork 10
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
#276 Now using name only to identify signals #277
#276 Now using name only to identify signals #277
Conversation
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.
In scenario_parser.cpp
you should remove find_variable_type
and find_causality
functions.
In defaults
struct and parse_defaults
you should remove causality
and type
parse_scenario
needs to be updated to get the required info from the variable_description
Don't think so, they are still in use for creating a |
That is why you should update Edit: And you can remove type and causality form the scenario files. |
Okay, now I see. I wasn't familiar with the implementation of scenarios, but on closer inspection this sounds reasonable - Edit: I'll wait for @eidekrist to comment as he's the original author of this code. Feel free to implement your suggested change on this PR instead. |
A compile error was just fixed, but |
Any hope of getting this PR moving? I think @eidekrist needs to verify and finish what remains. |
I'll try to get on this as soon as I can. Looks like we'll need a companion PR for cse-client as well. |
Finalizing the java wrapper and noticed that the C interface also needs to be updated. It should not be necessary to pass the |
…server.cpp for better log files.
I looked a little bit into this, and I reckon it has to be "fixed" in a separate PR. I still think it is uneccessary for clients of the library to pass this information when the library can find it on his own. But the changes required for making it requires some substantial refactoring. |
I reckon you're talking about the |
I had to double-check the spec to see if this was true. It apparently is for both 1.0 and 2.0. Why would they do something like that? Well, well. |
I am now a happy man, and believe this is good to go. Companion PR for cse-client here. While looking at |
Solves #276