angleMeasurement
Class AngleLoggingParameters
java.lang.Object
angleMeasurement.AngleLoggingParameters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class AngleLoggingParameters
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- 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
LOG_NONE
public static final int LOG_NONE
- See Also:
- Constant Field Values
LOG_ALL
public static final int LOG_ALL
- See Also:
- Constant Field Values
LOG_HELD
public static final int LOG_HELD
- See Also:
- Constant Field Values
LOG_TIMED
public static final int LOG_TIMED
- See Also:
- Constant Field Values
logAngles
public int logAngles
logInterval
public double logInterval
timedRandom
public boolean timedRandom
AngleLoggingParameters
public AngleLoggingParameters()
clone
public AngleLoggingParameters clone()
- Overrides:
clone in class java.lang.Object