|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.devices.nortek.vector.DataStructure
org.mbari.siam.devices.nortek.vector.HRProfilerData
public class HRProfilerData
Profiler velocity data
| Constructor Summary | |
|---|---|
HRProfilerData()
|
|
| Method Summary | |
|---|---|
int |
amplitude(int beam,
int cell)
Amplitude (counts) |
short |
heading()
Heading (0.1 deg) |
short |
pitch()
Pitch (0.1 deg) |
short |
roll()
Roll (0.1 deg) |
void |
setParameters(int nCells,
int nBeams)
Set the number of cells and beams. |
short |
soundSpeed()
Sound speed (0.1 m/sec) |
short |
temperature()
Temperature (0.01 deg) |
java.lang.String |
toString()
Return String representation |
int |
velocity(int beam,
int cell)
Velocity (mm/sec). |
short |
voltage()
Voltage (0.1 volt) |
| Methods inherited from class org.mbari.siam.devices.nortek.vector.DataStructure |
|---|
id, id, isHRProfilerData, isInstrumentConfiguration, isProfilerVelocityData, isVectorVelocityData, read, setBytes, totalWords, totalWords |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HRProfilerData()
| Method Detail |
|---|
public short voltage()
public short soundSpeed()
public short heading()
public short pitch()
public short roll()
public short temperature()
public void setParameters(int nCells,
int nBeams)
public int velocity(int beam,
int cell)
public int amplitude(int beam,
int cell)
public java.lang.String toString()
toString in class DataStructure
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||