| 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.gui | |
| 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.status |
Contains the status bus message classes specific
to the shutter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Publisher.publishMotionDone(MotionDone motion)
Publish a
MotionDone message. |
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayPanel.showPredictedTrajectory(MotionDone motion)
Plots the prediction for a single blade set movement.
|
default void |
PluginActions.showTrajectory(MotionDone motion)
Update displays using the latest
MotionDone message received. |
void |
DisplayPanel.showTrajectory(MotionDone motion) |
void |
Dispatcher.showTrajectory(MotionDone motion) |
| Modifier and Type | Method and Description |
|---|---|
MotionDone |
MotionDonePLC.getStatusBusMessage()
Returns the internal
MotionDone instance. |
| Constructor and Description |
|---|
MotionDonePLC(int sequence,
MotionDone motion)
Constructs from scratch.
|
| Modifier and Type | Method and Description |
|---|---|
MotionDone |
MotionDone.Builder.build()
Sorts the lists of Hall transitions and encoder samples, performs some
checks and the constructs an instance of
MotionDone. |
Copyright © 2019 LSST. All rights reserved.