public static enum NavxMicroNavigationSensor.SensorStatus extends java.lang.Enum<NavxMicroNavigationSensor.SensorStatus>
| Enum Constant and Description |
|---|
ALTITUDE_VALID |
FUSED_HEADING_VALID |
MAG_DISTURBANCE |
MOVING |
SEALEVEL_PRESS_SET |
YAW_STABLE |
| Modifier and Type | Field and Description |
|---|---|
byte |
bVal |
| Modifier and Type | Method and Description |
|---|---|
static NavxMicroNavigationSensor.SensorStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NavxMicroNavigationSensor.SensorStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavxMicroNavigationSensor.SensorStatus MOVING
public static final NavxMicroNavigationSensor.SensorStatus YAW_STABLE
public static final NavxMicroNavigationSensor.SensorStatus MAG_DISTURBANCE
public static final NavxMicroNavigationSensor.SensorStatus ALTITUDE_VALID
public static final NavxMicroNavigationSensor.SensorStatus SEALEVEL_PRESS_SET
public static final NavxMicroNavigationSensor.SensorStatus FUSED_HEADING_VALID
public static NavxMicroNavigationSensor.SensorStatus[] values()
for (NavxMicroNavigationSensor.SensorStatus c : NavxMicroNavigationSensor.SensorStatus.values()) System.out.println(c);
public static NavxMicroNavigationSensor.SensorStatus 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