net.sf.marineapi.nmea.sentence
Interface HDMSentence

All Superinterfaces:
HeadingSentence, Sentence

public interface HDMSentence
extends HeadingSentence

Vessel heading in degrees, relative to magnetic north.

Example:
$IIHDM,213,M*3C

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.