Package angleMeasurement
Class AngleLoggingParameters
java.lang.Object
angleMeasurement.AngleLoggingParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class AngleLoggingParameters
extends Object
implements Cloneable, Serializable, ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intintdoublestatic final longboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
LOG_NONE
public static final int LOG_NONE- See Also:
-
LOG_ALL
public static final int LOG_ALL- See Also:
-
LOG_HELD
public static final int LOG_HELD- See Also:
-
LOG_TIMED
public static final int LOG_TIMED- See Also:
-
logAngles
public int logAngles -
logInterval
public double logInterval -
timedRandom
public boolean timedRandom
-
-
Constructor Details
-
AngleLoggingParameters
public AngleLoggingParameters()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-