net.sf.marineapi.nmea.sentence
Interface HDTSentence

All Superinterfaces:
HeadingSentence, Sentence

public interface HDTSentence
extends HeadingSentence

Vessel heading in degrees, relative to true north.

Example:
$HCHDT,202.5,T*26

Author:
Kimmo Tuukkanen

Field Summary
 
Fields inherited from interface net.sf.marineapi.nmea.sentence.Sentence
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR
 
Method Summary
 
Methods inherited from interface net.sf.marineapi.nmea.sentence.HeadingSentence
getHeading, isTrue, setHeading
 
Methods inherited from interface net.sf.marineapi.nmea.sentence.Sentence
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
 



Copyright (C) 2010-2014 Java Marine API authors. All Rights Reserved.