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