com.buglabs.nmea.sentences
Class PTTK

java.lang.Object
  extended by com.buglabs.nmea.sentences.NMEASentence
      extended by com.buglabs.nmea.sentences.PTTK

public class PTTK
extends NMEASentence


Field Summary
 
Fields inherited from class com.buglabs.nmea.sentences.NMEASentence
checksum, type
 
Constructor Summary
PTTK()
           
 
Method Summary
 int getErrorCode()
           
 java.lang.String getMessage()
           
 java.lang.Object parse(java.lang.String sentence)
           
 void setErrorCode(int code)
           
 void setMessage(java.lang.String msg)
           
 
Methods inherited from class com.buglabs.nmea.sentences.NMEASentence
getChecksum, isValid, setChecksum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTTK

public PTTK()
Method Detail

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String msg)

getErrorCode

public int getErrorCode()

setErrorCode

public void setErrorCode(int code)

parse

public java.lang.Object parse(java.lang.String sentence)
Specified by:
parse in class NMEASentence