<< fmu_link fmu_wrapper importFMU >>

fmu_wrapper >> fmu_wrapper > fmu_ulink

fmu_ulink

(Internal) Freeing the loaded FMU library.

Calling Sequence

fmu_ulink(library)

Arguments

library

handle to the library that has been loaded with fmu_link.

Description

Internal function which is used by Scilab macros that implements standard FMI functions.

fmu_ulink is the function which frees the loaded dynamic library .dll for Windows and .so for Linux. If this function succeeds, the return value is not NULL. If it fails, the return value is the last error that has been received for dynamic library.

See Also


Report an issue
<< fmu_link fmu_wrapper importFMU >>