Package ArrayAccelerometer
Class ArrayAccelParams
java.lang.Object
ArrayAccelerometer.ArrayAccelParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
Really the board index - need to handle this in the code.int
static final double
static final double
int[]
static final String[]
static final int
double
Tilt offset is added to the measured roll.double
double
Roll offset is added to the measured rollstatic final long
int
double[]
double[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet 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
-
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.
-