public static enum Spinnaker_C.spinGainAutoEnums extends Enum<Spinnaker_C.spinGainAutoEnums>
Enum Constant and Description |
---|
GainAuto_Continuous
Gain is constantly adapted by the device to maximize the dynamic range.
|
GainAuto_Off
Gain is manually controlled
|
GainAuto_Once
Gain is adapted once by the device.
|
NUM_GAINAUTO |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinGainAutoEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinGainAutoEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinGainAutoEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinGainAutoEnums GainAuto_Off
public static final Spinnaker_C.spinGainAutoEnums GainAuto_Once
public static final Spinnaker_C.spinGainAutoEnums GainAuto_Continuous
public static final Spinnaker_C.spinGainAutoEnums NUM_GAINAUTO
public static Spinnaker_C.spinGainAutoEnums[] values()
for (Spinnaker_C.spinGainAutoEnums c : Spinnaker_C.spinGainAutoEnums.values()) System.out.println(c);
public static Spinnaker_C.spinGainAutoEnums 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.spinGainAutoEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinGainAutoEnums>
Copyright © 2024. All rights reserved.