public static class FMULibrary.FMUStepFinished extends java.lang.Object implements FMILibrary.FMIStepFinished
Constructor and Description |
---|
FMUStepFinished() |
Modifier and Type | Method and Description |
---|---|
void |
apply(com.sun.jna.Pointer fmiComponent,
int status)
The step is finished.
|
public void apply(com.sun.jna.Pointer fmiComponent, int status)
apply
in interface FMILibrary.FMIStepFinished
fmiComponent
- The FMI component that was instantiate.status
- The status flag. See the FMI documentation.