nmeaEmulator
Class NMEAEmulatorParams

java.lang.Object
  extended by nmeaEmulator.NMEAEmulatorParams
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class NMEAEmulatorParams
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
 boolean repeat
           
static long serialVersionUID
           
 
Constructor Summary
NMEAEmulatorParams()
           
 
Method Summary
protected  NMEAEmulatorParams clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

repeat

public boolean repeat
Constructor Detail

NMEAEmulatorParams

public NMEAEmulatorParams()
Method Detail

clone

protected NMEAEmulatorParams clone()
Overrides:
clone in class java.lang.Object