|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.jna.Structure
org.ptolemy.fmi.FMIEventInfo
public class FMIEventInfo
Functional Mock-up Interface (FMI) event information.
The C language interface to Functional Mock-up Unit (FMU) files includes an structure that represents event information. This class represents that structure.
This file is based on a file that was autogenerated by
JNAerator,
a tool
written by Olivier Chafik that
uses
a few opensource projects..
| Red (cxh) |
| Red (cxh) |
| Nested Class Summary | |
|---|---|
static class |
FMIEventInfo.ByReference
Access the structure by value. |
static class |
FMIEventInfo.ByValue
Access the structure by reference. |
| Field Summary | |
|---|---|
byte |
iterationConverged
C type: fmiBoolean. |
double |
nextEventTime
C type: fmiReal. |
byte |
stateValueReferencesChanged
C type: fmiBoolean. |
byte |
stateValuesChanged
C type: fmiBoolean. |
byte |
terminateSimulation
C type: fmiBoolean. |
byte |
upcomingTimeEvent
C type: fmiBoolean. |
| Fields inherited from class com.sun.jna.Structure |
|---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
| Constructor Summary | |
|---|---|
FMIEventInfo()
Instantiate a Java structure that that represents the C structure that contains information about events. |
|
FMIEventInfo(byte iterationConverged,
byte stateValueReferencesChanged,
byte stateValuesChanged,
byte terminateSimulation,
byte upcomingTimeEvent,
double nextEventTime)
Instantiate a Java structure that that represents the C structure that contains information about events. |
|
| Method Summary | |
|---|---|
protected java.util.List |
getFieldOrder()
Return the field names in the proper order. |
protected void |
initFieldOrder()
Deprecated. As of jna-3.5.0, use getFieldOrder() instead. |
| Methods inherited from class com.sun.jna.Structure |
|---|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public byte iterationConverged
public byte stateValueReferencesChanged
public byte stateValuesChanged
public byte terminateSimulation
public byte upcomingTimeEvent
public double nextEventTime
| Constructor Detail |
|---|
public FMIEventInfo()
public FMIEventInfo(byte iterationConverged,
byte stateValueReferencesChanged,
byte stateValuesChanged,
byte terminateSimulation,
byte upcomingTimeEvent,
double nextEventTime)
iterationConverged - C type: fmiBooleanstateValueReferencesChanged - C type: fmiBooleanstateValuesChanged - C type: fmiBooleanterminateSimulation - C type: fmiBooleanupcomingTimeEvent - C type: fmiBooleannextEventTime - C type: fmiReal| Method Detail |
|---|
protected java.util.List getFieldOrder()
This is new in jna-3.5.0.
getFieldOrder in class com.sun.jna.Structureprotected void initFieldOrder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||