| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.shutter |
This package contains the CCS subsystem components that operate the LSST camera shutter.
|
| org.lsst.ccs.subsystem.shutter.plc |
This package implements the conversion of messages that are sent and received from the
Beckhoff PLC controller via ADS.
|
| org.lsst.ccs.subsystem.shutter.statemachine |
| Modifier and Type | Method and Description |
|---|---|
EventReply |
StateMachine.ignored(Ignored.Reason reason) |
| Modifier and Type | Method and Description |
|---|---|
Ignored.Reason |
Ignored.getReason()
Gets the reason why the PLC ignored one of out messages.
|
static Ignored.Reason |
Ignored.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ignored.Reason[] |
Ignored.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Ignored(Ignored.Reason reason)
Constructs from scratch.
|
| Modifier and Type | Method and Description |
|---|---|
EventReply |
Events.ignored(Ignored.Reason reason)
Indicates that the shutter PLC state machine has ignored an event sent to it.
|
Copyright © 2019 LSST. All rights reserved.