org.mbari.hobilabs
Class HRPacket

java.lang.Object
  extended byorg.mbari.hobilabs.HRPacket

public class HRPacket
extends java.lang.Object

This does not use the traditional Java encapsulation of data. Instead it Correspongs more to a struct in C. All class variables are publically excessable.


Field Summary
 double Depth
           
 double Do
           
 double Dt
           
 int FirstPix
           
 int IntTime
           
 int N
           
 int PixCount
           
 double[] Pixel
           
 int PixInc
           
 int Process
           
 int RawTime
           
 double Scale
           
 double Temp
           
 double Voltage
           
 
Constructor Summary
HRPacket()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RawTime

public int RawTime

IntTime

public int IntTime

FirstPix

public int FirstPix

PixInc

public int PixInc

PixCount

public int PixCount

Process

public int Process

N

public int N

Temp

public double Temp

Voltage

public double Voltage

Depth

public double Depth

Scale

public double Scale

Do

public double Do

Dt

public double Dt

Pixel

public double[] Pixel
Constructor Detail

HRPacket

public HRPacket()