|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.devices.nortek.DataStructure
org.mbari.siam.devices.nortek.ProfilerVelocityData
public class ProfilerVelocityData
Profiler velocity data
| Field Summary | |
|---|---|
static int |
START_VELOCITY_INDEX
Offset in Bytes (0-base indexing) of the start of the velocity measurements. |
| Fields inherited from class org.mbari.siam.devices.nortek.DataStructure |
|---|
ID_ADOP_DIAG_DATA, ID_ADOP_DIAG_HEAD, ID_ADOP_PROF_PROFILE, ID_ADOP_PROF_VELOCITY, ID_ADOP_VELOCITY, ID_HEAD_CONFIG, ID_HW_CONFIG, ID_USER_CONFIG, ID_VECTOR_SYSTEM_DATA, ID_VECTOR_VELOCITY_DATA, ID_VECTOR_VELOCITY_DATA_HEADER, INTERCHAR_TIMEOUT, PACKET_TIMEOUT |
| Constructor Summary | |
|---|---|
ProfilerVelocityData()
|
|
| Method Summary | |
|---|---|
short |
amplitude(int beam,
int cell)
Amplitude (counts) |
int |
getBeamCount()
|
int |
getCellCount()
|
short |
heading()
Heading (0.1 deg) |
short |
pitch()
Pitch (0.1 deg) |
short |
roll()
Roll (0.1 deg) |
void |
setBeamCount(int beamCount)
|
void |
setCellCount(int cellCount)
|
void |
setParameters(int nCells,
int nBeams)
Set the number of cells and beams. |
short |
size()
|
int |
soundSpeed()
Sound speed (0.1 m/sec) |
short |
temperature()
Temperature (0.01 deg) |
java.lang.String |
toString()
Return String representation |
short |
velocity(int beam,
int cell)
Velocity (mm/sec). |
int |
voltage()
Voltage (0.1 volt) |
| Methods inherited from class org.mbari.siam.devices.nortek.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 |
| Field Detail |
|---|
public static final int START_VELOCITY_INDEX
| Constructor Detail |
|---|
public ProfilerVelocityData()
| Method Detail |
|---|
public int getCellCount()
public void setCellCount(int cellCount)
public int getBeamCount()
public void setBeamCount(int beamCount)
public short size()
public int voltage()
public int soundSpeed()
public short heading()
public short pitch()
public short roll()
public short temperature()
public void setParameters(int nCells,
int nBeams)
public short velocity(int beam,
int cell)
public short 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 | |||||||