Closedown

This commit is contained in:
sfop
2016-08-31 16:58:44 +02:00
parent ea2cdfc8b1
commit b5fe1d2c5e
+1 -1
View File
@@ -36,7 +36,7 @@ public class Camtool extends ArraySource {
super(name, prefix + (latch ? ":latch": ":pipeline") + ".image");
this.prefix = prefix+":";
this.latch = latch;
dataPrefix = prefix + (latch ? "latch": "pipeline") + ".";
dataPrefix = this.prefix + (latch ? "latch": "pipeline") + ".";
channelRun = new ChannelInteger(name + " run", this.prefix + "camera.run");
channelLatch = new ChannelInteger(name + " latch", this.prefix + "latch.capture");