NMEA
Class NMEAParameters
java.lang.Object
NMEA.NMEAParameters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class NMEAParameters
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
name
java.lang.String name
port
public int port
channelMap
public int channelMap
simThread
public boolean simThread
simStartLatitude
public double simStartLatitude
simStartLongitude
public double simStartLongitude
simStartHeading
public double simStartHeading
simStartSpeed
public double simStartSpeed
simTimeInterval
public double simTimeInterval
drunkenness
public double drunkenness
latLongDecimalPlaces
private int latLongDecimalPlaces
generateAIS
public boolean generateAIS
serialPortName
public java.lang.String serialPortName
serialPortBitsPerSecond
public int serialPortBitsPerSecond
nmeaSource
public java.lang.String nmeaSource
sourceType
public NMEAParameters.NmeaSources sourceType
NMEAParameters
public NMEAParameters()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
isValidLength
public static boolean isValidLength(int len)
clone
public NMEAParameters clone()
- Overrides:
clone in class java.lang.Object
getLatLongDecimalPlaces
public int getLatLongDecimalPlaces()
setLatLongDecimalPlaces
public void setLatLongDecimalPlaces(int latLongDecimalPlaces)