Opened 9 years ago
Closed 6 years ago
#3539 closed defect (fixed)
Copy resources needed for Modelica models when exporting FMI
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | high | Milestone: | Future |
Component: | FMI | Version: | |
Keywords: | Cc: |
Description (last modified by )
Basically we could transform any modelica://
URI into an fmuResourceLocation
and copy the files pointed by the modelica URI into the FMI resources folder (including the Library/Resources directory structure).
Change History (5)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 9 years ago
Description: | modified (diff) |
---|
comment:3 by , 9 years ago
comment:4 by , 8 years ago
Implemented via PR: https://github.com/OpenModelica/OMCompiler/pull/1487
comment:5 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
I'll close this as we have this functionality already merged. If there are issues, reopen.
Note:
See TracTickets
for help on using tickets.
To be able to do this I guess one would need to add extra string parameters for each of the resources, i.e. omc_resource_N which could then be re-written inside fmi2Instantiate based on the given argument:
fmi2String fmuResourceLocation
.