org.mbari.hobilabs
Class HSDPacket

java.lang.Object
  extended byorg.mbari.hobilabs.HSPacket
      extended byorg.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.
 
Method Summary
 int getDepth()
           
 int[] getGain()
           
 int getGain(int i)
           
 int[] getSnorm()
           
 int getSnorm(int i)
           
 int getTemperature()
           
 long getTime()
           
 
Methods inherited from class org.mbari.hobilabs.HSPacket
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 sample
sNorm_ -
gain_ -
depth_ -
temperature_ -
error_ -
Method Detail

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()