public interface FMULibrary extends FMILibrary
This class contains implementations of methods that are registered with the FMI and then called back from by the FMI. The callback methods allocate and free memory, handle logging and are sometimes called when the step ends. For each callback we define an inner class that implements the appropriate interface and has one method that provides the body of the callback.
For details about how Callbacks work in JNA, see http://twall.github.com/jna/3.4.0/javadoc/overview-summary.html#callbacks.
This file is based on a file that was autogenerated by
JNAerator,
a tool
written by Olivier Chafik that
uses
a few opensource projects..
Modifier and Type | Interface and Description |
---|---|
static class |
FMULibrary.FMUAllocateMemory
Class for the allocate memory callback function.
|
static class |
FMULibrary.FMUFreeMemory
A class providing a callback method that frees memory.
|
static class |
FMULibrary.FMULogger
The logging callback function.
|
static class |
FMULibrary.FMUStepFinished
A callback for when the step is finished.
|
FMILibrary.FMICallbackAllocateMemory, FMILibrary.FMICallbackFreeMemory, FMILibrary.FMICallbackLogger, FMILibrary.FMIStatus, FMILibrary.FMIStatusKind, FMILibrary.FMIStepFinished