angleMeasurement
Class AngleParameters
java.lang.Object
angleMeasurement.AngleParameters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
- Direct Known Subclasses:
- FluxgateWorldParameters
public class AngleParameters
- 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
angleOffset
public double angleOffset
geoReferenceAngle
public double geoReferenceAngle
calibrationData
private double[] calibrationData
- This is the raw calibration data, and is
probably the oposote of what we want, but it's the
way we want to measure it - i..e it's the output
of the 3030 (or other device and a measured real angle.
I'll write some funcitons to convert the other way !
calibrationInterval
private int calibrationInterval
angleLoggingParameters
private AngleLoggingParameters angleLoggingParameters
AngleParameters
public AngleParameters()
clone
protected AngleParameters clone()
- Overrides:
clone in class java.lang.Object
getCalibrationData
public double[] getCalibrationData()
setCalibrationData
public void setCalibrationData(double[] calibrationData)
getNumPoints
public int getNumPoints()
getCalibrationPoints
public double[] getCalibrationPoints()
getCalibrationInterval
public int getCalibrationInterval()
setCalibrationInterval
public void setCalibrationInterval(int calibrationInterval)
getAngleLoggingParameters
public AngleLoggingParameters getAngleLoggingParameters()
setAngleLoggingParameters
public void setAngleLoggingParameters(AngleLoggingParameters angleLoggingParameters)