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.
| Nested classes/interfaces inherited from interface com.sun.jna.Callback |
com.sun.jna.Callback.UncaughtExceptionHandler |
| Fields inherited from interface com.sun.jna.Callback |
FORBIDDEN_NAMES, METHOD_NAME |
|
Method Summary |
void |
apply(com.sun.jna.Pointer fmiComponent,
int status)
The step has finished. |
apply
void apply(com.sun.jna.Pointer fmiComponent,
int status)
- The step has finished.
- Parameters:
fmiComponent - The fmiComponent.status - One of FMIStatus.