depthReadout
Class MccDepthParameters

java.lang.Object
  extended by depthReadout.MccDepthParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

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

See Also:
Serialized Form

Nested Class Summary
 class MccDepthParameters.MccSensorParameters
           
 
Field Summary
 int iBoard
           
(package private)  MccDepthParameters.MccSensorParameters[] mccSensorParameters
           
 int range
           
static long serialVersionUID
           
 
Constructor Summary
MccDepthParameters()
           
 
Method Summary
 MccDepthParameters clone()
           
 MccDepthParameters.MccSensorParameters getSensorParameters(int iSensor)
           
 
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

iBoard

public int iBoard

range

public int range

mccSensorParameters

MccDepthParameters.MccSensorParameters[] mccSensorParameters
Constructor Detail

MccDepthParameters

public MccDepthParameters()
Method Detail

getSensorParameters

public MccDepthParameters.MccSensorParameters getSensorParameters(int iSensor)

clone

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