patchPanel
Class PatchPanelParameters

java.lang.Object
  extended by patchPanel.PatchPanelParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class PatchPanelParameters
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  int dataSource
           
private  int[] firstChannels
           
(package private)  boolean immediate
           
private  int inputChannels
           
private  int outputChannels
           
(package private)  double[][] patches
          matric of data in relating to data out First index is input channel, second index is output channel Ultimately, these will be gains, initially just using 0 and 1 though.
static long serialVersionUID
           
 
Constructor Summary
PatchPanelParameters()
           
 
Method Summary
 PatchPanelParameters clone()
           
 void configureSummary(int inputChannels)
           
 int[] getFirstChannels()
           
 int getInputChannels()
           
 int getOutputChannels()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

patches

double[][] patches
matric of data in relating to data out First index is input channel, second index is output channel Ultimately, these will be gains, initially just using 0 and 1 though.


dataSource

int dataSource

immediate

boolean immediate

outputChannels

private int outputChannels

inputChannels

private int inputChannels

firstChannels

private int[] firstChannels
Constructor Detail

PatchPanelParameters

public PatchPanelParameters()
Method Detail

clone

public PatchPanelParameters clone()
Overrides:
clone in class java.lang.Object

configureSummary

public void configureSummary(int inputChannels)

getOutputChannels

public int getOutputChannels()
Returns:
the outputChannels

getInputChannels

public int getInputChannels()
Returns:
the inputChannels

getFirstChannels

public int[] getFirstChannels()
Returns:
the firstChannels