com.partnersoft.gps.nmea
Class NmeaParserSettings

java.lang.Object
  extended by com.partnersoft.gps.nmea.NmeaParserSettings
All Implemented Interfaces:
Coggable

public class NmeaParserSettings
extends java.lang.Object
implements Coggable


Constructor Summary
NmeaParserSettings()
           
NmeaParserSettings(Cog cog)
           
 
Method Summary
 Cog toCog()
          Returns the complete internal state of this object in the form of a Cog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NmeaParserSettings

public NmeaParserSettings()

NmeaParserSettings

public NmeaParserSettings(Cog cog)
Method Detail

toCog

public Cog toCog()
Description copied from interface: Coggable
Returns the complete internal state of this object in the form of a Cog.

Specified by:
toCog in interface Coggable
Returns:
Cog representing the internal state of this object