Releases: NTNU-IHB/FMI4j
Releases · NTNU-IHB/FMI4j
v0.19.0
- Rename readXXX and writeXXX to read and write
- Improve fmi logging (replace refs with data)
- Remove read and write references in fmi-base. use extension functions in kotlin of FMi4jVariableUtils in Java
- Move common package from fmi-base to fmi-import
- Removed fmujar (still available in the feature/fmu2jar branch)
- Added jaxb back-end for parsing the modelDescription
v0.18.4
v0.18.3
v0.18.2
v0.18.1
v0.18.0
- Remove variableAccessor API
- Access to co-simulation and model-exchange data in the (typed) mode descriptionl is now done through the attribute field
- make XXXVariable constructors public
read and write single values and by name is now implemented through extension functions. Java users must use the functions found in Fmi4jVariableUtils.