public interface IFmu
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getModelDescription() |
String |
getTypesPlatform() |
String |
getVersion() |
IFmiComponent |
instantiate(String guid,
String name,
boolean visible,
boolean loggingOn,
IFmuCallback callback)
Creates an instance of the FMU
|
boolean |
isValid() |
void |
load() |
void |
unLoad() |
void load() throws FmuInvocationException, FmuMissingLibraryException
IFmiComponent instantiate(String guid, String name, boolean visible, boolean loggingOn, IFmuCallback callback) throws XPathExpressionException, FmiInvalidNativeStateException
name - visible - loggingOn - XPathExpressionExceptionFmiInvalidNativeStateExceptionvoid unLoad()
throws FmiInvalidNativeStateException
FmiInvalidNativeStateExceptionString getVersion() throws FmiInvalidNativeStateException
FmiInvalidNativeStateExceptionString getTypesPlatform() throws FmiInvalidNativeStateException
FmiInvalidNativeStateExceptionInputStream getModelDescription() throws ZipException, IOException
ZipExceptionIOExceptionboolean isValid()
Copyright © 2015–2020 INTO CPS. All rights reserved.