| Modifier and Type | Method and Description |
|---|---|
static LocalLongArray |
LocalLongArray.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalLongArray[] |
LocalLongArray.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
AcrComm.get(ProgramName program,
LocalLongArray llarray)
Gets from the controller all the elements of a local long array for a given
program.
|
void |
AcrComm.set(ProgramName program,
LocalLongArray llarray,
long[] value)
Sets the values of a long (signed 32-bit) array local to a controller program.
|
Copyright © 2017 LSST. All rights reserved.