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
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
int
double
static final long
boolean
-
Constructor Summary
-
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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-