|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mbari.hobilabs.HRPacket
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 |
public int RawTime
public int IntTime
public int FirstPix
public int PixInc
public int PixCount
public int Process
public int N
public double Temp
public double Voltage
public double Depth
public double Scale
public double Do
public double Dt
public double[] Pixel
| Constructor Detail |
public HRPacket()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||