Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openmodelica/omruntimeexternalc.jl
A Julia library wrapper for MSL external C code
https://github.com/openmodelica/omruntimeexternalc.jl
Last synced: about 1 month ago
JSON representation
A Julia library wrapper for MSL external C code
- Host: GitHub
- URL: https://github.com/openmodelica/omruntimeexternalc.jl
- Owner: OpenModelica
- Created: 2023-04-23T22:07:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-06T10:31:18.000Z (over 1 year ago)
- Last Synced: 2024-04-28T07:35:56.432Z (9 months ago)
- Language: Julia
- Size: 39.1 KB
- Stars: 2
- Watchers: 22
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OMRuntimeExternalC.jl
A wrapper library for Modelica Standard Library (MSL) external C code
get the dlls from: https://build.openmodelica.org/omc/julia/x86_64-mingw32.zip
## Loaded dynamic libraries
Currently the following libraries are loaded
- ModelicaStandardTables
- OpenModelicaRuntimeC
- SimulationRuntimeC
- ModelicaIO
- ModelicaExternalC## Limitations
Not all functions of these libraries have interfaces yet.
If you wish to contribute by adding an interface, please see api.jl how other interfaces have been added.