com.ionetrics.lib.annotatorcomm.annotatori
Enum AnnotatorISynchronousCommands

java.lang.Object
  extended by java.lang.Enum<AnnotatorISynchronousCommands>
      extended by com.ionetrics.lib.annotatorcomm.annotatori.AnnotatorISynchronousCommands
All Implemented Interfaces:
CommandId, java.io.Serializable, java.lang.Comparable<AnnotatorISynchronousCommands>

public enum AnnotatorISynchronousCommands
extends java.lang.Enum<AnnotatorISynchronousCommands>
implements CommandId

AnnotatorISynchronousCommands


Enum Constant Summary
CMDID_GET_FPGA_FIRMWARE_VERSION
           
CMDID_GET_PREAMP_GAIN_LEVEL
           
CMDID_GET_PREAMP_GAIN_MODE
           
CMDID_GET_TIMESTAMP_TRIGGER_MODE
           
CMDID_RESET_FPGA
           
CMDID_RESET_FTS
           
CMDID_RESET_SCAN_COUNTER
           
CMDID_SET_PREAMP_GAIN_LEVEL
           
CMDID_SET_PREAMP_GAIN_MODE
           
CMDID_SET_TIMESTAMP_TRIGGER_MODE
           
 
Method Summary
 short getCmdId()
           
static AnnotatorISynchronousCommands valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AnnotatorISynchronousCommands[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CMDID_GET_FPGA_FIRMWARE_VERSION

public static final AnnotatorISynchronousCommands CMDID_GET_FPGA_FIRMWARE_VERSION

CMDID_RESET_FPGA

public static final AnnotatorISynchronousCommands CMDID_RESET_FPGA

CMDID_RESET_FTS

public static final AnnotatorISynchronousCommands CMDID_RESET_FTS

CMDID_RESET_SCAN_COUNTER

public static final AnnotatorISynchronousCommands CMDID_RESET_SCAN_COUNTER

CMDID_GET_PREAMP_GAIN_MODE

public static final AnnotatorISynchronousCommands CMDID_GET_PREAMP_GAIN_MODE

CMDID_SET_PREAMP_GAIN_MODE

public static final AnnotatorISynchronousCommands CMDID_SET_PREAMP_GAIN_MODE

CMDID_GET_PREAMP_GAIN_LEVEL

public static final AnnotatorISynchronousCommands CMDID_GET_PREAMP_GAIN_LEVEL

CMDID_SET_PREAMP_GAIN_LEVEL

public static final AnnotatorISynchronousCommands CMDID_SET_PREAMP_GAIN_LEVEL

CMDID_GET_TIMESTAMP_TRIGGER_MODE

public static final AnnotatorISynchronousCommands CMDID_GET_TIMESTAMP_TRIGGER_MODE

CMDID_SET_TIMESTAMP_TRIGGER_MODE

public static final AnnotatorISynchronousCommands CMDID_SET_TIMESTAMP_TRIGGER_MODE
Method Detail

values

public static final AnnotatorISynchronousCommands[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(AnnotatorISynchronousCommands c : AnnotatorISynchronousCommands.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static AnnotatorISynchronousCommands valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getCmdId

public short getCmdId()
Specified by:
getCmdId in interface CommandId


Copyright © 2006 Ionetrics Corp. All Rights Reserved.