| 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<HallTransition> |
MovementHistory.getHallTransitions()
Gets the time-ordered list of Hall Sensor transitions generated by this movement.
|
| 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 |
HallSensorHistory.addData(List<HallTransition> trans,
long timeOrigin)
Adds new Hall transitions and causes the plot pane to be repainted.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<HallTransition> |
HallSensorSimulator.getTransitions()
Gets the time-ordered stream of Hall transitions.
|
Copyright © 2016 LSST. All rights reserved.