Changes between Initial Version and Version 1 of Ticket #5813, comment 5
- Timestamp:
- 2020-01-31T11:58:19Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5813, comment 5
initial v1 3 3 4 4 It's not used by the new frontend, it always just uses the "default" value for DAE.BindingSource when creating the DAE. It does keep track of which scope a binding comes from though, so I think we can check if a start value comes from the declaration by just checking if the component itself is the scope. If that doesn't work for some reason we can just add the information to the bindings themselves. The backend doesn't seem to use this information for anything though. 5 6 Edit: I reread what you wrote and realised I'd missed that we also store this information in the DAE.VariableAttribute. That one might be used by the backend, grepping for startOrigin does give a lot of matches in the backend at least.