| Modifier and Type | Method and Description |
|---|---|
static AxisName |
AxisName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisName[] |
AxisName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AcrComm.get(AxisName axis,
AxisBit axbit)
Gets from the controller an axis flag bit's state for a given axis.
|
long |
AcrComm.get(AxisName axis,
AxisLong axlong)
Gets from the controller a signed 32-bit integer axis parameter for a given axis.
|
double |
AcrComm.get(AxisName axis,
AxisSingle axsingle)
Gets from the controller a single-float axis parameter for the given axis.
|
long |
AcrComm.get(AxisName axis,
AxisUnsigned axunsigned)
Gets from the controller an unsigned 32-bit integer axis parameter for a given axis.
|
int |
AxisUnsigned.index(AxisName axis)
Gets the controller's index for this parameter for a given axis.
|
int |
AxisSingle.index(AxisName axis)
Gets the controller's index for this parameter for a given axis.
|
int |
AxisLong.index(AxisName axis)
Gets the controller's index for this parameter for a given axis.
|
int |
AxisBit.index(AxisName axis)
Gets the bit index used by the controller.
|
String |
AxisUnsigned.reference(AxisName axis)
Gets the AcroBasic string reference for this parameter for a given axis.
|
String |
AxisSingle.reference(AxisName axis)
Gets the AcroBasic string reference for this parameter for a given axis.
|
String |
AxisLong.reference(AxisName axis)
Gets the AcroBasic string reference for this parameter for a given axis.
|
String |
AxisBit.reference(AxisName axis)
Gets the string used to refer to the bit in AcroBasic.
|
void |
AcrComm.set(AxisName axis,
AxisBit axbit,
boolean value)
Sets or clears a controller axis flag bit.
|
void |
AcrComm.set(AxisName axis,
AxisLong axlong,
long value)
Sets the value of a controller axis parameter that's a signed long.
|
void |
AcrComm.set(AxisName axis,
AxisSingle axsingle,
double value)
Sets the value of a controller axis parameter that's a single-float (FP32).
|
Copyright © 2017 LSST. All rights reserved.