org.mbari.siam.devices.seabird.base
Class SeabirdPacketParser
java.lang.Object
org.mbari.siam.distributed.PacketParser
org.mbari.siam.utils.DelimitedStringParser
org.mbari.siam.devices.seabird.base.SeabirdPacketParser
- All Implemented Interfaces:
- java.io.Serializable
public class SeabirdPacketParser
- extends DelimitedStringParser
Parses SIAM data packets
- See Also:
- Serialized Form
|
Method Summary |
protected PacketParser.Field |
processToken(int nToken,
java.lang.String token)
Process each token in Seabird's ASCII output record; this method is
called by the framework for each token in the record. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEMPERATURE_KEY
public static final java.lang.String TEMPERATURE_KEY
- See Also:
- Constant Field Values
CONDUCTIVITY_KEY
public static final java.lang.String CONDUCTIVITY_KEY
- See Also:
- Constant Field Values
PRESSURE_KEY
public static final java.lang.String PRESSURE_KEY
- See Also:
- Constant Field Values
VOLT_KEY
public static final java.lang.String VOLT_KEY
- See Also:
- Constant Field Values
SeabirdPacketParser
public SeabirdPacketParser()
processToken
protected PacketParser.Field processToken(int nToken,
java.lang.String token)
throws java.text.ParseException
- Process each token in Seabird's ASCII output record; this method is
called by the framework for each token in the record.
- Specified by:
processToken in class DelimitedStringParser
- Throws:
java.text.ParseException
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.