public static enum Spinnaker_C.spinClConfigurationEnums extends Enum<Spinnaker_C.spinClConfigurationEnums>
Enum Constant and Description |
---|
ClConfiguration_Base
Standard base configuration described by the Camera Link standard.
|
ClConfiguration_DualBase
The camera streams the data from multiple taps (that do not fit in the standard base configuration) through two Camera Link base ports.
|
ClConfiguration_EightyBit
Standard 80-bit configuration with 10 taps of 8 bits or 8 taps of 10 bits, as described by the Camera Link standard.
|
ClConfiguration_Full
Standard full configuration described by the Camera Link standard.
|
ClConfiguration_Medium
Standard medium configuration described by the Camera Link standard.
|
NUM_CLCONFIGURATION |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinClConfigurationEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinClConfigurationEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinClConfigurationEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinClConfigurationEnums ClConfiguration_Base
public static final Spinnaker_C.spinClConfigurationEnums ClConfiguration_Medium
public static final Spinnaker_C.spinClConfigurationEnums ClConfiguration_Full
public static final Spinnaker_C.spinClConfigurationEnums ClConfiguration_DualBase
public static final Spinnaker_C.spinClConfigurationEnums ClConfiguration_EightyBit
public static final Spinnaker_C.spinClConfigurationEnums NUM_CLCONFIGURATION
public static Spinnaker_C.spinClConfigurationEnums[] values()
for (Spinnaker_C.spinClConfigurationEnums c : Spinnaker_C.spinClConfigurationEnums.values()) System.out.println(c);
public static Spinnaker_C.spinClConfigurationEnums 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.spinClConfigurationEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinClConfigurationEnums>
Copyright © 2024. All rights reserved.