public static enum ESenseConfig.GyroLPF extends java.lang.Enum<ESenseConfig.GyroLPF>
Enum Constant and Description |
---|
BW_10 |
BW_184 |
BW_20 |
BW_250 |
BW_3600 |
BW_41 |
BW_5 |
BW_92 |
DISABLED |
Modifier and Type | Method and Description |
---|---|
static ESenseConfig.GyroLPF |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESenseConfig.GyroLPF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESenseConfig.GyroLPF BW_250
public static final ESenseConfig.GyroLPF BW_184
public static final ESenseConfig.GyroLPF BW_92
public static final ESenseConfig.GyroLPF BW_41
public static final ESenseConfig.GyroLPF BW_20
public static final ESenseConfig.GyroLPF BW_10
public static final ESenseConfig.GyroLPF BW_5
public static final ESenseConfig.GyroLPF BW_3600
public static final ESenseConfig.GyroLPF DISABLED
public static ESenseConfig.GyroLPF[] values()
for (ESenseConfig.GyroLPF c : ESenseConfig.GyroLPF.values()) System.out.println(c);
public static ESenseConfig.GyroLPF valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null