public enum SystemUnsigned extends Enum<SystemUnsigned>
| Enum Constant and Description |
|---|
ACR9000_MISC_FLAGS1
(ACR9000 and Aries) Miscellaneous control flags, group 1.
|
ACR9000_MISC_OUTPUTS
Miscellaneous outputs on ACR90x0 and Aries controllers.
|
INPUT_LINES
The states of the optically isolated input lines.
|
OUTPUT_LINES
The states of the optically isolated output lines.
|
SAMPLE_TIMER_PERIOD
For periodic sampling, the interval in milliseconds between samples.
|
SYSTEM_CLOCK
The system clock, time in milliseconds since last reset.
|
USER_FLAGS0
User flag bits, group 0.
|
| Modifier and Type | Method and Description |
|---|---|
int |
index()
Gets the parameter index number used by the motor controller.
|
String |
reference()
Gets the parameter reference string used in AcroBasic.
|
static SystemUnsigned |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemUnsigned[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemUnsigned INPUT_LINES
(inputLines >> n) & 1.public static final SystemUnsigned OUTPUT_LINES
(outputLines >> n) & 1.public static final SystemUnsigned ACR9000_MISC_OUTPUTS
public static final SystemUnsigned USER_FLAGS0
public static final SystemUnsigned ACR9000_MISC_FLAGS1
public static final SystemUnsigned SAMPLE_TIMER_PERIOD
public static final SystemUnsigned SYSTEM_CLOCK
public static SystemUnsigned[] values()
for (SystemUnsigned c : SystemUnsigned.values()) System.out.println(c);
public static SystemUnsigned 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 index()
public String reference()
Copyright © 2017 LSST. All rights reserved.