| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ShutterStatusPLC.AxisStatusPLC |
ShutterStatusPLC.getAxisStatus(ShutterSide side)
Gets the
AxisStatusPLC value for the given side. |
| Constructor and Description |
|---|
ShutterStatusPLC(int sequence,
int motionProfile,
boolean isCalibrated,
int smState,
Map<ShutterSide,ShutterStatusPLC.AxisStatusPLC> axstatus,
boolean isSafetyOn,
List<Integer> temperature,
long when,
int ptpState,
int leapSeconds,
boolean leapIsValid)
Constructs from a sequence number and field values.
|
Copyright © 2024 LSST. All rights reserved.