| Modifier and Type | Method and Description |
|---|---|
SystemUnsigned |
SystemBit.flagParameter()
Gets the index of the flag parameter containing this bit.
|
static SystemUnsigned |
SystemUnsigned.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemUnsigned[] |
SystemUnsigned.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(SystemUnsigned sysul)
Gets from the controller the value of an unsigned 32-bit system parameter.
|
void |
AcrComm.set(SystemUnsigned sysul,
long value)
Set in the controller a system parameter that is an unsigned 32-bit long.
|
Copyright © 2017 LSST. All rights reserved.