Package ArrayAccelerometer
Class ArrayAccelParams
java.lang.Object
ArrayAccelerometer.ArrayAccelParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintReally the board index - need to handle this in the code.intstatic final doublestatic final doubleint[]static final String[]static final intdoubleTilt offset is added to the measured roll.doubledoubleRoll offset is added to the measured rollstatic final longintdouble[]double[] - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ArrayAccelParamsclone()Get a set of data that describes all of the parameters in a class 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
NDIMENSIONS
public static final int NDIMENSIONS- See Also:
 
 - 
DIMENSIONNAME
 - 
defaultZero
public static final double defaultZero- See Also:
 
 - 
defaultScale
public static final double defaultScale- See Also:
 
 - 
zeroVolts
public double[] zeroVolts - 
voltsPerG
public double[] voltsPerG - 
boardNumber
public int boardNumberReally the board index - need to handle this in the code. - 
boardRange
public int boardRange - 
readInterval
public double readInterval - 
dimChannel
public int[] dimChannel - 
streamerIndex
public int streamerIndex - 
rollOffset
public double rollOffsetRoll offset is added to the measured roll - 
pitchOffset
public double pitchOffsetTilt offset is added to the measured roll. 
 - 
 - 
Constructor Details
- 
ArrayAccelParams
public ArrayAccelParams() 
 - 
 - 
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.
 
 
 -