public static interface FMILibrary.FMIStepFinished
extends com.sun.jna.Callback
A callback for the fmiStepFinished() method.
This method is optional. If present, it signals that
the computation of the communication step has completed.
See the documentation for FMICallbackLogger above for details.
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
Method Summary
Methods
Modifier and Type
Method and Description
void
apply(com.sun.jna.Pointer fmiComponent,
int status)
The step has finished.
Method Detail
apply
void apply(com.sun.jna.Pointer fmiComponent,
int status)