| Modifier and Type | Method and Description |
|---|---|
static LocalSingleArray |
LocalSingleArray.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalSingleArray[] |
LocalSingleArray.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,
LocalSingleArray lsarray)
Gets from the controller the values of a single-float local array for a given program.
|
void |
AcrComm.set(ProgramName program,
LocalSingleArray lsarray,
double[] value)
Sets the values of a single-float array local to a controller program.
|
Copyright © 2017 LSST. All rights reserved.