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

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • 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.

    Methods inherited from class java.lang.Enum

    compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait