Added visualization to Fdaq

This commit is contained in:
2014-08-29 16:19:52 +02:00
parent 30fe3bee7f
commit 0e72d92828

View File

@@ -47,7 +47,7 @@ public class Fdaq {
private final EventBus bus;
private FdaqConfiguration configuration;
private final int numberOfElements = Integer.MAX_VALUE/2;
private final int numberOfElements = Integer.MAX_VALUE/2;
public Fdaq(EventBus bus, FdaqConfiguration configuration){
this.bus = bus;
@@ -150,8 +150,11 @@ public class Fdaq {
}
} finally {
try {
if (out!=null)
out.close();
if (in!=null)
in.close();
if (echoSocket!=null)
echoSocket.close();
} catch (IOException e) {
// Ignore because not relevant at this stage