
public final class BladeSetCalibration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BladeSetCalibration.Item
Inner class to hold a single blade calibration data item, corresponding
to a change of state, or transition, of a Hall sensor.
|
| Constructor and Description |
|---|
BladeSetCalibration(int status,
List<BladeSetCalibration.Item> data)
Constructs from a status value and a list of Items.
|
| Modifier and Type | Method and Description |
|---|---|
List<BladeSetCalibration.Item> |
getData()
Gets the list of transition items.
|
int |
getStatus()
Gets the status value for the calibration.
|
public BladeSetCalibration(int status,
List<BladeSetCalibration.Item> data)
status - the status of the calibration.
See org.lsst.ccs.subsystems.shutter.driver.MovementStatusdata - the list of calibration itemspublic int getStatus()
public List<BladeSetCalibration.Item> getData()
Copyright © 2016 LSST. All rights reserved.