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