Package com.inertia.promove
Enum Config.GyroFilterBandwith
java.lang.Object
java.lang.Enum<Config.GyroFilterBandwith>
com.inertia.promove.Config.GyroFilterBandwith
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<Config.GyroFilterBandwith>
,java.lang.constant.Constable
- Enclosing class:
- Config
@Deprecated public static enum Config.GyroFilterBandwith extends java.lang.Enum<Config.GyroFilterBandwith>
Deprecated.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description GYRO_FILTER_10
Deprecated.GYRO_FILTER_188
Deprecated.GYRO_FILTER_20
Deprecated.GYRO_FILTER_256
Deprecated.GYRO_FILTER_42
Deprecated.GYRO_FILTER_5
Deprecated.GYRO_FILTER_98
Deprecated. -
Method Summary
Modifier and Type Method Description static Config.GyroFilterBandwith
get(int value)
Deprecated.int
getValue()
Deprecated.static Config.GyroFilterBandwith
valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static Config.GyroFilterBandwith[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
GYRO_FILTER_256
Deprecated. -
GYRO_FILTER_188
Deprecated. -
GYRO_FILTER_98
Deprecated. -
GYRO_FILTER_42
Deprecated. -
GYRO_FILTER_20
Deprecated. -
GYRO_FILTER_10
Deprecated. -
GYRO_FILTER_5
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getValue
public int getValue()Deprecated. -
get
Deprecated.
-