Package depthReadout
Class DepthParameters
java.lang.Object
depthReadout.DepthParameters
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionint[]This is actually a streamer map now, not hydrophones but leave it alone.intdoublestatic final longint - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a classintGet a bitmap of all used streamers. 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
systemNumber
public int systemNumber - 
pollTime
public double pollTime - 
hydrophoneMaps
public int[] hydrophoneMapsThis is actually a streamer map now, not hydrophones but leave it alone. - 
nSensors
public int nSensors 
 - 
 - 
Constructor Details
- 
DepthParameters
public DepthParameters() 
 - 
 - 
Method Details
- 
clone
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 - 
getTotalStreamerMap
public int getTotalStreamerMap()Get a bitmap of all used streamers.- Returns:
 
 
 -