public static enum Spinnaker_C._spinEncoderSourceAEnums extends Enum<Spinnaker_C._spinEncoderSourceAEnums>
| Enum Constant and Description |
|---|
EncoderSourceA_Line0
Encoder Forward input is taken from the chosen I/O Line.
|
EncoderSourceA_Line1
Encoder Forward input is taken from the chosen I/O Line.
|
EncoderSourceA_Line2
Encoder Forward input is taken from the chosen I/O Line.
|
EncoderSourceA_Off
Counter is stopped.
|
NUM_ENCODERSOURCEA |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinEncoderSourceAEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinEncoderSourceAEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinEncoderSourceAEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinEncoderSourceAEnums EncoderSourceA_Off
public static final Spinnaker_C._spinEncoderSourceAEnums EncoderSourceA_Line0
public static final Spinnaker_C._spinEncoderSourceAEnums EncoderSourceA_Line1
public static final Spinnaker_C._spinEncoderSourceAEnums EncoderSourceA_Line2
public static final Spinnaker_C._spinEncoderSourceAEnums NUM_ENCODERSOURCEA
public static Spinnaker_C._spinEncoderSourceAEnums[] values()
for (Spinnaker_C._spinEncoderSourceAEnums c : Spinnaker_C._spinEncoderSourceAEnums.values()) System.out.println(c);
public static Spinnaker_C._spinEncoderSourceAEnums valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Spinnaker_C._spinEncoderSourceAEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinEncoderSourceAEnums>Copyright © 2019. All rights reserved.