libcosim
libcosim copied to clipboard
Add interfaces to FMI functions for saving/serialising/deserialising/restoring FMU state
Required for #757. The following features are needed:
- [x] functions to save, restore, and delete subsimulator states, corresponding to
fmi2{Get,Set,Free}FMUstate() - [ ] functions to serialise and deserialise subsimulator states, corresponding to
fmi2[De]SerializeFMUstate()