| Modifier and Type | Method and Description |
|---|---|
static AxisLong |
AxisLong.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisLong[] |
AxisLong.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(AxisName axis,
AxisLong axlong)
Gets from the controller a signed 32-bit integer axis parameter for a given axis.
|
void |
AcrComm.set(AxisName axis,
AxisLong axlong,
long value)
Sets the value of a controller axis parameter that's a signed long.
|
Copyright © 2017 LSST. All rights reserved.