org.mbari.siam.moos.utils.nodeview.monitor
Class CTDPacketParser
java.lang.Object
org.mbari.siam.moos.utils.nodeview.monitor.PacketParser
org.mbari.siam.moos.utils.nodeview.monitor.SensorPacketParser
org.mbari.siam.moos.utils.nodeview.monitor.CTDPacketParser
- All Implemented Interfaces:
- Parser
public class CTDPacketParser
- extends SensorPacketParser
Parses SIAM data packets
|
Method Summary |
java.lang.Object |
get(int field)
|
java.lang.Object |
get(java.lang.String fieldName)
|
java.util.Vector |
parse(java.lang.Object data)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEMPERATURE
public static final int TEMPERATURE
- See Also:
- Constant Field Values
PRESSURE
public static final int PRESSURE
- See Also:
- Constant Field Values
CONDUCTIVITY
public static final int CONDUCTIVITY
- See Also:
- Constant Field Values
CTD_PACKET_FIELDS
public static final int CTD_PACKET_FIELDS
- See Also:
- Constant Field Values
CTDPacketParser
public CTDPacketParser()
CTDPacketParser
public CTDPacketParser(SensorDataPacket packet)
parse
public java.util.Vector parse(java.lang.Object data)
- Specified by:
parse in interface Parser- Overrides:
parse in class SensorPacketParser
get
public java.lang.Object get(int field)
- Specified by:
get in interface Parser- Overrides:
get in class SensorPacketParser
get
public java.lang.Object get(java.lang.String fieldName)
- Specified by:
get in interface Parser- Overrides:
get in class PacketParser
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.