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