public interface CosimCallbackHandler
Modifier and Type | Method and Description |
---|---|
void |
handleCosimCallback(double time,
double[] inputReal,
double[] inputImag,
double[] outputReal,
double[] outputImag)
Handle a cosimulation callback.
|