接口 MTASentence
- 所有超级接口:
Sentence
Air temperature in degrees Celsius.
Example:$IIMTA,16.7,C*05
- 作者:
- Kimmo Tuukkanen
-
字段概要
从接口继承的字段 net.sf.marineapi.nmea.sentence.Sentence
ALTERNATIVE_BEGIN_CHAR, BEGIN_CHAR, CHECKSUM_DELIMITER, FIELD_DELIMITER, MAX_LENGTH, TERMINATOR -
方法概要
修饰符和类型方法说明doubleReturns the air temperature.voidsetTemperature(double temp) Sets the air temperature.从接口继承的方法 net.sf.marineapi.nmea.sentence.Sentence
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isAISSentence, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
-
方法详细资料
-
getTemperature
double getTemperature()Returns the air temperature.- 返回:
- Temperature in degrees Celsius.
-
setTemperature
void setTemperature(double temp) Sets the air temperature.- 参数:
temp- Temperature in degrees Celsius.
-