depthReadout
Class DepthParameters

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

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

See Also:
Serialized Form

Field Summary
 int[] hydrophoneMaps
           
 double[] hydrophoneY
           
 int nSensors
           
 double pollTime
           
static long serialVersionUID
           
 int systemNumber
           
 
Constructor Summary
DepthParameters()
           
 
Method Summary
 DepthParameters clone()
           
 
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

systemNumber

public int systemNumber

pollTime

public double pollTime

hydrophoneMaps

public int[] hydrophoneMaps

hydrophoneY

public double[] hydrophoneY

nSensors

public int nSensors
Constructor Detail

DepthParameters

public DepthParameters()
Method Detail

clone

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