net.sf.marineapi.nmea.sentence
Interface DPTSentence

All Superinterfaces:
DepthSentence, Sentence

public interface DPTSentence
extends DepthSentence

Depth of water, in meters. Includes offset to transducer, positive values for distance from transducer to water line and negative values for distance from transducer to keel.

Version:
$Revision: 76 $
Author:
Kimmo Tuukkanen

Field Summary
 
Fields inherited from interface net.sf.marineapi.nmea.sentence.Sentence
ADDRESS_FIELD, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR
 
Method Summary
 double getOffset()
          Get offset to transducer.
 void setOffset(double offset)
          Set offset to transducer.
 
Methods inherited from interface net.sf.marineapi.nmea.sentence.DepthSentence
getDepth, setDepth
 
Methods inherited from interface net.sf.marineapi.nmea.sentence.Sentence
getFieldCount, getSentenceId, getTalkerId, isProprietary, isValid, setTalkerId, toSentence, toString
 

Method Detail

getOffset

double getOffset()
Get offset to transducer.

Returns:
Offset in meters.

setOffset

void setOffset(double offset)
Set offset to transducer.

Parameters:
offset - Offset in meters


Copyright (C) 2010-2011 Java Marine API author(s). All Rights Reserved.