patchPanel
Class PatchPanelParameters
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PatchPanelParameters
public PatchPanelParameters()
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