接口 MTWSentence
- 所有超级接口:
Sentence
Water temperature in degrees Celsius.
Example:$YXMTW,17.75,C*5D
- 作者:
- Warren Zahra, Kimmo Tuukkanen
-
字段概要
从接口继承的字段 net.sf.marineapi.nmea.sentence.Sentence
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR -
方法概要
修饰符和类型方法说明doubleGet the water temperature.voidsetTemperature(double temp) Set the water temperature.从接口继承的方法 net.sf.marineapi.nmea.sentence.Sentence
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isAISSentence, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
-
方法详细资料
-
getTemperature
double getTemperature()Get the water temperature.- 返回:
- Temperature in degrees Celsius.
-
setTemperature
void setTemperature(double temp) Set the water temperature.- 参数:
temp- Water temperature in degrees Celsius.
-