Class ArrayAccelParams

java.lang.Object
ArrayAccelerometer.ArrayAccelParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class ArrayAccelParams extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • NDIMENSIONS

      public static final int NDIMENSIONS
      See Also:
    • DIMENSIONNAME

      public static final String[] 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 boardNumber
      Really 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 rollOffset
      Roll offset is added to the measured roll
    • pitchOffset

      public double pitchOffset
      Tilt offset is added to the measured roll.
  • Constructor Details

    • ArrayAccelParams

      public ArrayAccelParams()
  • Method Details