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
guid - the guidname - the namevisible - true if visibleloggingOn - true if logging should be enabledcallback - null or callbackXPathExpressionException - if lookup in model description failFmiInvalidNativeStateException - if the state invocation failvoid unLoad()
throws FmiInvalidNativeStateException
FmiInvalidNativeStateExceptionString getVersion() throws FmiInvalidNativeStateException
FmiInvalidNativeStateExceptionString getTypesPlatform() throws FmiInvalidNativeStateException
FmiInvalidNativeStateExceptionInputStream getModelDescription() throws ZipException, IOException
ZipExceptionIOExceptionboolean isValid()
Copyright © 2015–2022 INTO CPS. All rights reserved.