Package edu.wpi.first.wpilibj
Enum Class ADIS16470_IMU.CalibrationTime
- All Implemented Interfaces:
Serializable
,Comparable<ADIS16470_IMU.CalibrationTime>
,Constable
- Enclosing class:
- ADIS16470_IMU
ADIS16470 calibration times.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription128 ms calibration time.16 s calibration time.1 s calibration time.256 ms calibration time.2 s calibration time.32 ms calibration time.32 s calibration time.4 s calibration time.512 ms calibration time.64 ms calibration time.64 s calibration time.8 s calibration time. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ADIS16470_IMU.CalibrationTime[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
_32ms
32 ms calibration time. -
_64ms
64 ms calibration time. -
_128ms
128 ms calibration time. -
_256ms
256 ms calibration time. -
_512ms
512 ms calibration time. -
_1s
1 s calibration time. -
_2s
2 s calibration time. -
_4s
4 s calibration time. -
_8s
8 s calibration time. -
_16s
16 s calibration time. -
_32s
32 s calibration time. -
_64s
64 s calibration time.
-
-
Method Details
-
values
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
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 nameNullPointerException
- if the argument is null
-