Included Diffcalc commands to the API of diffutils, and adapted to latest version.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user