public enum ControllerType extends Enum<ControllerType>
| Enum Constant and Description |
|---|
ACR1200
ACR 1200 controller.
|
ACR1500
ACR 1500 controller.
|
ACR1505
ACR 1505 controller.
|
ACR2000
ACR 2000 controller.
|
ACR8000
ACR 8000 controller.
|
ACR8010
ACR 8010 controller.
|
ACR8020
ACR 8020 controller.
|
ACR9000
ACR 9xxx series controllers.
|
ARIES_CE
Aries AR-xxCE single-axis controller/driver combos.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSystemPointerAddress()
Gets the address at which the pointer to global variables is found.
|
int |
getWordBump()
Gets the number of addresses occupied by word in controller memory.
|
static ControllerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControllerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControllerType ARIES_CE
public static final ControllerType ACR1200
public static final ControllerType ACR1500
public static final ControllerType ACR1505
public static final ControllerType ACR2000
public static final ControllerType ACR8000
public static final ControllerType ACR8010
public static final ControllerType ACR8020
public static final ControllerType ACR9000
public static ControllerType[] values()
for (ControllerType c : ControllerType.values()) System.out.println(c);
public static ControllerType 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 int getSystemPointerAddress()
public int getWordBump()
glob then the address if the i'th global variable, counting from zero, will
be at glob + wordBump*(1 + i).Copyright © 2017 LSST. All rights reserved.