net.sf.marineapi.nmea.sentence
Interface TimeSentence

All Superinterfaces:
Sentence
All Known Subinterfaces:
GGASentence, GLLSentence, RMCSentence, ZDASentence

public interface TimeSentence
extends Sentence

Interface for sentences that provide UTC time. Notice that some sentences contain only UTC time, while others may provide also date.

Version:
$Revision: 34 $
Author:
Kimmo Tuukkanen
See Also:
DateSentence

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
 Time getTime()
          Get the time of day.
 void setTime(Time t)
          Set the time of day.
 
Methods inherited from interface net.sf.marineapi.nmea.sentence.Sentence
getFieldCount, getSentenceId, getTalkerId, isProprietary, isValid, setTalkerId, toSentence, toString
 

Method Detail

getTime

Time getTime()
Get the time of day.

Returns:
Time

setTime

void setTime(Time t)
Set the time of day.

Parameters:
t - Time to set


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