| Package | Description |
|---|---|
| org.lsst.ccs.subsystems.shutter.common |
Contains classes and interfaces that are used by both GUI and worker
subsystems, whether using simulated or real hardware.
|
| org.lsst.ccs.subsystems.shutter.gui | |
| org.lsst.ccs.subsystems.shutter.sim |
Contains the code which simulates shutter hardware.
|
| Modifier and Type | Method and Description |
|---|---|
List<BladePosition> |
MovementHistory.getPositions()
Gets a time-ordered list of BladePositions generated by the move.
|
| Constructor and Description |
|---|
MovementHistory(ShutterSide side,
int status,
long startTime,
double startPosition,
long endTime,
double endPosition,
List<BladePosition> positions,
List<HallTransition> transitions)
Constructs an instance from the individual field values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderReadOut.addData(List<BladePosition> pos,
long timeOrigin)
Adds a new set of positions and causes the plot pane to be redrawn.
|
| Modifier and Type | Method and Description |
|---|---|
BladePosition |
MotorEncoderSimulator.apply(MotorPosition p) |
Copyright © 2019 LSST. All rights reserved.