FMI4cpp
FMI4cpp copied to clipboard
FMI 2.0 implementation written in modern C++.
I am trying to add FMI4cpp to the [xmake-repo](https://github.com/xmake-io/xmake-repo). [Link to PR](https://github.com/xmake-io/xmake-repo/pull/1129). After solving some other issues I stumbled over some syntax errors. ``` C:\Users\runneradmin\AppData\Local\.xmake\packages\f\fmi4cpp\0.8.0\334f1334676140cab16485e916dbec1e\include\fmi4cpp/fmi2/xml/typed_scalar_variable.hpp(115): error C2059: syntax error: ')'...
When i start to simulate my fmu, it signals an error "Unable to load dynamic library xxx.dll". However, it works when i simulated in FMpy. I have used dependency walker...
TypeDefinitions and UnitDefinitions specified in the modelDescription.xml file of an FMU are not handled by the fmi4cpp xml parsing software
Hi, I would very much like to hear from you, the person reading this. Why are you interested in this project, have you tried it? What is unclear, what can...
Just FYI, FMI 3.0 will be supported in the future. Some refactoring is underway to accommodate this, but the actual FMI 3.0 support will not come before it's officially released.
I have an FMU which is loaded as a Co-Sim model via fmi4cpp. I am able to access the model-description, but how do I get the names of variables and...
hi, i am trying to compile the fmi4cpp, but it signal a error: fatal error: pugixml.hpp: No such file or directory. In fact, i have include the dir of the...
Dear @markaren thank you very much for your work on fmi4cpp, it is very valuable to us (for https://github.com/feelpp/feelpp). We have managed to deploy thousands of FMU in parallel and...
When deploying thousands of instances of the same FMU (Functional Mock-up Unit) in a distributed system using MPI (Message Passing Interface), it is inefficient for each MPI process to unzip...