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