| Package | Description |
|---|---|
| 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 |
|---|---|
ShutterStatus.AxisStatus |
ShutterStatusPLC.getAxisStatus(Axis ax)
Forwarded to the internal
ShutterStatus instance. |
| Modifier and Type | Method and Description |
|---|---|
ShutterStatus.AxisStatus |
ShutterStatus.getAxisStatus(ShutterSide side)
Gets the status info for one of the blade set axes.
|
| Constructor and Description |
|---|
ShutterStatus(int motionProfile,
boolean isCalibrated,
int smState,
Map<ShutterSide,ShutterStatus.AxisStatus> axes)
Constructs from scratch.
|
Copyright © 2020 LSST. All rights reserved.