public class FMI20ModelInstance
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
FMI20ModelInstance.ByReference
Access the structure by reference.
|
static class |
FMI20ModelInstance.ByValue
Access the structure by value.
|
Modifier and Type | Field and Description |
---|---|
com.sun.jna.ptr.IntByReference |
b
C type : int*.
|
com.sun.jna.Pointer |
componentEnvironment
C type : fmi2ComponentEnvironment.
|
FMI20EventInfo |
eventInfo
C type : fmi2EventInfo.
|
com.sun.jna.Pointer |
functions
C type : const fmi2CallbackFunctions*.
|
com.sun.jna.ptr.PointerByReference |
GUID
C type : const char**.
|
com.sun.jna.ptr.IntByReference |
i
C type : int*.
|
com.sun.jna.ptr.PointerByReference |
instanceName
C type : const char**.
|
int |
isDirtyValues
1 if the values are dirty.
|
com.sun.jna.ptr.IntByReference |
isPositive
C type : int*.
|
int[] |
logCategories
C type : int[4].
|
int |
loggingOn
True if logging is on.
|
com.sun.jna.ptr.DoubleByReference |
r
C type : double*.
|
com.sun.jna.ptr.PointerByReference |
s
C type : const char**.
|
int |
state
The state of the model.
|
double |
time
The time.
|
int |
type
The type.
|
Constructor and Description |
---|
FMI20ModelInstance()
Instantiate a Java structure that that represents the C
structure that contains information about events.
|
FMI20ModelInstance(com.sun.jna.Pointer peer)
Instantiate a Java structure that that represents the C
structure that contains information about events.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<?> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public com.sun.jna.ptr.DoubleByReference r
public com.sun.jna.ptr.IntByReference i
public com.sun.jna.ptr.IntByReference b
public com.sun.jna.ptr.PointerByReference s
public com.sun.jna.ptr.IntByReference isPositive
public double time
public com.sun.jna.ptr.PointerByReference instanceName
public int type
public com.sun.jna.ptr.PointerByReference GUID
public com.sun.jna.Pointer functions
public int loggingOn
public int[] logCategories
public com.sun.jna.Pointer componentEnvironment
public int state
public FMI20EventInfo eventInfo
public int isDirtyValues
public FMI20ModelInstance()
public FMI20ModelInstance(com.sun.jna.Pointer peer)
peer
- The peer