Class FMULibrary.FMUStepFinished

    • 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

      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FMUStepFinished

        public FMUStepFinished()
    • Method Detail

      • apply

        public void apply​(com.sun.jna.Pointer fmiComponent,
                          int status)
        The step is finished.
        Specified by:
        apply in interface FMILibrary.FMIStepFinished
        Parameters:
        fmiComponent - The FMI component that was instantiate.
        status - The status flag. See the FMI documentation.