| Modifier and Type | Method and Description |
|---|---|
static SystemBit |
SystemBit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemBit[] |
SystemBit.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(SystemBit sysbit)
Gets from the controller the value of a system flag bit.
|
void |
AcrComm.set(SystemBit sysbit,
boolean value)
Set or clear a system flag bit in the controller.
|
Copyright © 2017 LSST. All rights reserved.