| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.shutter.common |
Contains classes and interfaces that are used by both GUI and worker
subsystems, whether using simulated or real hardware.
|
| Modifier and Type | Method and Description |
|---|---|
static PLCError |
PLCError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PLCError[] |
PLCError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PLCError> |
PLCError.copyOf(Set<PLCError> errors)
Copy a set of
PLCError. |
static Set<PLCError> |
PLCError.decodeMask(int mask)
Create a set of
PLCError containing all values whose bit is set in the error mask given. |
| Modifier and Type | Method and Description |
|---|---|
static Set<PLCError> |
PLCError.copyOf(Set<PLCError> errors)
Copy a set of
PLCError. |
static int |
PLCError.encodeMask(Set<PLCError> errors)
Creates an int with one bit set for each element present in the given set of errors.
|
Copyright © 2020 LSST. All rights reserved.