org.mbari.hobilabs
Class HSDPacket
java.lang.Object
org.mbari.hobilabs.HSPacket
org.mbari.hobilabs.HSDPacket
- public class HSDPacket
- extends HSPacket
Concrete subclass of HSPacket. This class holds the "D" or data type of packet
|
Constructor Summary |
HSDPacket(long time_,
int[] sNorm_,
int[] gain_,
int depth_,
int temperature_,
byte error_)
All the values are assigned in the constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HSDPacket
public HSDPacket(long time_,
int[] sNorm_,
int[] gain_,
int depth_,
int temperature_,
byte error_)
- All the values are assigned in the constructor.
- Parameters:
time_ - Time of samplesNorm_ - gain_ - depth_ - temperature_ - error_ -
getTime
public long getTime()
getSnorm
public int[] getSnorm()
getSnorm
public int getSnorm(int i)
getGain
public int[] getGain()
getGain
public int getGain(int i)
getDepth
public int getDepth()
getTemperature
public int getTemperature()