Package org.ptolemy.fmi
Class FMULibrary.FMUStepFinished
- java.lang.Object
-
- org.ptolemy.fmi.FMULibrary.FMUStepFinished
-
- All Implemented Interfaces:
com.sun.jna.Callback
,FMILibrary.FMIStepFinished
- Enclosing interface:
- FMULibrary
public static class FMULibrary.FMUStepFinished extends java.lang.Object implements FMILibrary.FMIStepFinished
A callback for when the step is finished.
-
-
Constructor Summary
Constructors Constructor Description FMUStepFinished()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(com.sun.jna.Pointer fmiComponent, int status)
The step is finished.
-
-
-
Method Detail
-
apply
public void apply(com.sun.jna.Pointer fmiComponent, int status)
The step is finished.- Specified by:
apply
in interfaceFMILibrary.FMIStepFinished
- Parameters:
fmiComponent
- The FMI component that was instantiate.status
- The status flag. See the FMI documentation.
-
-