| Modifier and Type | Method and Description |
|---|---|
static MasterName |
MasterName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterName[] |
MasterName.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(MasterName master,
MasterBit mbit)
Gets from the controller the state of a flag bit for a given master.
|
long |
AcrComm.get(MasterName master,
MasterUnsigned munsigned)
Gets from the controller the value of an unsigned 32-bit parameter for a given master.
|
int |
MasterUnsigned.index(MasterName master)
Gets the index of this parameter for a given master.
|
int |
MasterBit.index(MasterName master)
Gets the motor controller's index for the bit for the given master.
|
String |
MasterUnsigned.reference(MasterName master)
Gets the string used to refer to the parameter for a given master in AcroBasic.
|
String |
MasterBit.reference(MasterName master)
Gets the string used to refer to the bit for the given master in AcroBasic.
|
void |
AcrComm.set(MasterName master,
MasterBit mbit,
boolean value)
Sets or clears a controller flag bit belonging to a master.
|
Copyright © 2017 LSST. All rights reserved.