接口 TimeSentence
- 所有超级接口:
Sentence
- 所有已知子接口:
GBSSentence,GGASentence,GLLSentence,GNSSentence,GSTSentence,RMCSentence,TTMSentence,ZDASentence
Interface for sentences that provide UTC time. Notice that some sentences
contain only UTC time, while others may provide also date.
- 作者:
- Kimmo Tuukkanen
- 另请参阅:
-
字段概要
从接口继承的字段 net.sf.marineapi.nmea.sentence.Sentence
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR -
方法概要
从接口继承的方法 net.sf.marineapi.nmea.sentence.Sentence
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isAISSentence, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
-
方法详细资料
-
getTime
Time getTime()Get the time of day.- 返回:
- Time
-
setTime
Set the time of day.- 参数:
t- Time to set
-