Interface CosimCallbackHandler


  • public interface CosimCallbackHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handleCosimCallback​(double time, double[] inputReal, double[] inputImag, double[] outputReal, double[] outputImag)
      Handle a cosimulation callback.
    • Method Detail

      • handleCosimCallback

        void handleCosimCallback​(double time,
                                 double[] inputReal,
                                 double[] inputImag,
                                 double[] outputReal,
                                 double[] outputImag)
        Handle a cosimulation callback.