- assigned_to: Michael Spiegel
E.g. MATLAB/Simulink FMI Kit just exports FMI 2.0 ME functions and does not expose the CS only functions. FMUModelExchange::instantiate(...) fails to load the exported FMUs on Windows (32-bit) and returns status code 3 after displaying the following warnings:
WARNING: Function fmi2SetRealInputDerivatives not found.
WARNING: Function fmi2GetRealOutputDerivatives not found.
WARNING: Function fmi2DoStep not found.
WARNING: Function fmi2CancelStep not found.
WARNING: Function fmi2GetStatus not found.
WARNING: Function fmi2GetRealStatus not found.
WARNING: Function fmi2GetIntegerStatus not found.
WARNING: Function fmi2GetBooleanStatus not found.
WARNING: Function fmi2GetStringStatus not found.