gps.connection
Class NMEAWriter

java.lang.Object
  extended by gps.connection.NMEAWriter

public final class NMEAWriter
extends java.lang.Object

Author:
Mario

Constructor Summary
NMEAWriter()
           
 
Method Summary
static void sendPacket(GpsLinkHandler context, java.lang.String packetNoCheckSum)
           
static void sendPacket(GPSrxtx context, java.lang.String packetNoCheckSum)
          Adds $ to start of string and checksum (including star) before writing.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NMEAWriter

public NMEAWriter()
Method Detail

sendPacket

public static final void sendPacket(GPSrxtx context,
                                    java.lang.String packetNoCheckSum)
Adds $ to start of string and checksum (including star) before writing.

Parameters:
context -
packetNoCheckSum -

sendPacket

public static final void sendPacket(GpsLinkHandler context,
                                    java.lang.String packetNoCheckSum)