public static enum SensorFusionBosch.AccRange extends java.lang.Enum<SensorFusionBosch.AccRange>
| Enum Constant and Description |
|---|
AR_16G
+/-16g
|
AR_2G
+/-2g
|
AR_4G
+/-4g
|
AR_8G
+/-8g
|
| Modifier and Type | Method and Description |
|---|---|
static SensorFusionBosch.AccRange |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SensorFusionBosch.AccRange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SensorFusionBosch.AccRange AR_2G
public static final SensorFusionBosch.AccRange AR_4G
public static final SensorFusionBosch.AccRange AR_8G
public static final SensorFusionBosch.AccRange AR_16G
public static SensorFusionBosch.AccRange[] values()
for (SensorFusionBosch.AccRange c : SensorFusionBosch.AccRange.values()) System.out.println(c);
public static SensorFusionBosch.AccRange 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