net.sf.marineapi.nmea.sentence
Interface MTASentence

All Superinterfaces:
Sentence

public interface MTASentence
extends Sentence

Air temperature in degrees Celsius.

Example:
$IIMTA,16.7,C*05

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
 double getTemperature()
          Returns the air temperature.
 void setTemperature(double temp)
          Sets the air temperature.
 
Methods inherited from interface net.sf.marineapi.nmea.sentence.Sentence
getBeginChar, getFieldCount, getSentenceId, getTalkerId, isProprietary, isValid, reset, setBeginChar, setTalkerId, toSentence, toSentence, toString
 

Method Detail

getTemperature

double getTemperature()
Returns the air temperature.

Returns:
Temperature in degrees Celsius.

setTemperature

void setTemperature(double temp)
Sets the air temperature.

Parameters:
temp - Temperature in degrees Celsius.


Copyright (C) 2010-2014 Java Marine API authors. All Rights Reserved.