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