Enum Class VelocityMeasPeriod

java.lang.Object
java.lang.Enum<VelocityMeasPeriod>
com.ctre.phoenix.motorcontrol.VelocityMeasPeriod
All Implemented Interfaces:
Serializable, Comparable<VelocityMeasPeriod>, Constable

Deprecated.
Choose the velocity measurement period for a sensor
  • Enum Constant Details

  • Field Details

    • value

      public int value
      Deprecated.
      Value of VelocityMeasurementPeriod
  • Method Details

    • values

      public static VelocityMeasPeriod[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static VelocityMeasPeriod valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • valueOf

      public static VelocityMeasPeriod valueOf(int value)
      Deprecated.
      Get VelocityMeasPeriod of specified value
      Parameters:
      value - Value of VelocityMeasPeriod
      Returns:
      VelocityMeasPeriod of specified value
    • valueOf

      public static VelocityMeasPeriod valueOf(double value)
      Deprecated.
      Get VelocityMeasPeriod of specified value
      Parameters:
      value - Value of VelocityMeasPeriod
      Returns:
      VelocityMeasPeriod of specified value
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Enum<VelocityMeasPeriod>
      Returns:
      String representation of VelocityMeasPeriod