public static enum Spinnaker_C._spinDeviceClockSelectorEnums extends Enum<Spinnaker_C._spinDeviceClockSelectorEnums>
| Enum Constant and Description |
|---|
DeviceClockSelector_CameraLink
Frequency of the Camera Link clock.
|
DeviceClockSelector_Sensor
Clock frequency of the image sensor of the camera.
|
DeviceClockSelector_SensorDigitization
Clock frequency of the camera A/D conversion stage.
|
NUM_DEVICECLOCKSELECTOR |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinDeviceClockSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinDeviceClockSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinDeviceClockSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinDeviceClockSelectorEnums DeviceClockSelector_Sensor
public static final Spinnaker_C._spinDeviceClockSelectorEnums DeviceClockSelector_SensorDigitization
public static final Spinnaker_C._spinDeviceClockSelectorEnums DeviceClockSelector_CameraLink
public static final Spinnaker_C._spinDeviceClockSelectorEnums NUM_DEVICECLOCKSELECTOR
public static Spinnaker_C._spinDeviceClockSelectorEnums[] values()
for (Spinnaker_C._spinDeviceClockSelectorEnums c : Spinnaker_C._spinDeviceClockSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C._spinDeviceClockSelectorEnums 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._spinDeviceClockSelectorEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinDeviceClockSelectorEnums>Copyright © 2019. All rights reserved.