Package org.ptolemy.fmi
Interface FMILibrary.FMIStepFinished
-
- All Superinterfaces:
com.sun.jna.Callback
- All Known Implementing Classes:
FMULibrary.FMUStepFinished
- Enclosing interface:
- FMILibrary
public static interface FMILibrary.FMIStepFinished extends com.sun.jna.Callback
A callback for the fmiStepFinished() method. This method is optional. If present, it signals that the computation of the communication step has completed. See the documentation for FMICallbackLogger above for details.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(com.sun.jna.Pointer fmiComponent, int status)
The step has finished.
-