| 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 |
|---|---|
void |
StateMachine.changeBrakeState(Channel<EventReply> replyChan,
Axis ax,
ChangeBrakeState.State newState) |
| Modifier and Type | Method and Description |
|---|---|
ChangeBrakeState.State |
ChangeBrakeState.getState() |
static ChangeBrakeState.State |
ChangeBrakeState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeBrakeState.State[] |
ChangeBrakeState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChangeBrakeState(Axis axis,
ChangeBrakeState.State state)
Constructs from the field values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Events.changeBrakeState(Channel<EventReply> chan,
Axis ax,
ChangeBrakeState.State newState)
Requests that the brake state on a given axis be changed.
|
Copyright © 2020 LSST. All rights reserved.