|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ptolemy.fmi.FMULibrary.FMUStepFinished
public static class FMULibrary.FMUStepFinished
A callback for when the step is finished.
| 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 |
| Constructor Summary | |
|---|---|
FMULibrary.FMUStepFinished()
|
|
| Method Summary | |
|---|---|
void |
apply(com.sun.jna.Pointer fmiComponent,
int status)
The step is finished. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FMULibrary.FMUStepFinished()
| Method Detail |
|---|
public void apply(com.sun.jna.Pointer fmiComponent,
int status)
apply in interface FMILibrary.FMIStepFinishedfmiComponent - The FMI component that was instantiate.status - The status flag. See the FMI documentation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||