org.mbari.siam.devices.msp430
Class MSP430PacketParser
java.lang.Object
org.mbari.siam.distributed.PacketParser
org.mbari.siam.devices.msp430.MSP430PacketParser
- All Implemented Interfaces:
- java.io.Serializable
public class MSP430PacketParser
- extends PacketParser
Parses SIAM data packets
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEMPERATURE_MNEM
public static final java.lang.String TEMPERATURE_MNEM
- See Also:
- Constant Field Values
HUMIDITY_MNEM
public static final java.lang.String HUMIDITY_MNEM
- See Also:
- Constant Field Values
PRESSURE_MNEM
public static final java.lang.String PRESSURE_MNEM
- See Also:
- Constant Field Values
GRND_FAULT_LO_MNEM
public static final java.lang.String GRND_FAULT_LO_MNEM
- See Also:
- Constant Field Values
GRND_FAULT_HI_MNEM
public static final java.lang.String GRND_FAULT_HI_MNEM
- See Also:
- Constant Field Values
HEADING_MNEM
public static final java.lang.String HEADING_MNEM
- See Also:
- Constant Field Values
TURNS_MNEM
public static final java.lang.String TURNS_MNEM
- See Also:
- Constant Field Values
MSP430PacketParser
public MSP430PacketParser()
parseFields
public PacketParser.Field[] parseFields(DevicePacket packet)
throws NotSupportedException,
java.text.ParseException
- Return fields parsed from DevicePacket.
- Specified by:
parseFields in class PacketParser
- Throws:
NotSupportedException
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.