Included Diffcalc commands to the API of diffutils, and adapted to latest version.

This commit is contained in:
2019-02-14 14:20:17 +01:00
parent e460afd04f
commit eaec82dd86
12 changed files with 435 additions and 603 deletions

View File

@@ -6,6 +6,7 @@ package ch.psi.mxsc;
import ch.psi.mxsc.MainPanel.BasePlateLayout;
import ch.psi.pshell.device.Device;
import ch.psi.pshell.device.DeviceBase;
import ch.psi.pshell.device.DeviceConfig;
import ch.psi.pshell.imaging.DimensionDouble;
import ch.psi.pshell.imaging.PointDouble;
import java.io.IOException;
@@ -99,6 +100,11 @@ public class BasePlate extends DeviceBase {
}
getPucks()[0].setSelected(true);
}
BasePlate(String name, DeviceConfig config) {
super(name, config);
}
@Override
protected void doInitialize() throws IOException, InterruptedException {