| Modifier and Type | Method and Description |
|---|---|
static MasterBit |
MasterBit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterBit[] |
MasterBit.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.
|
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.