Skip navigation links
A B C D E G H I J M O R S T U V 

A

absoluteToEncoder(double) - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
absoluteToEncoder(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
 
absoluteToRelative(double) - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Converts an absolute position along the camera X axis to a relative blade set position in the range [0.0, 1.0], where 0.0 means fully retracted (open) and 1.0 means fully extended (closed).
absoluteToRelative(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
 
acceleration(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.CubicSCurve
 
acceleration(double) - Method in interface org.lsst.ccs.subsystems.shutter.sim.MotionProfile
Gives the acceleration of the blade set at time t.
apply(MotorPosition) - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorEncoderSimulator
 

B

BladePosition - Class in org.lsst.ccs.subsystems.shutter.common
Immutable class containing the data for a single blade position sample.
BladePosition(long, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.common.BladePosition
Constructs given all three values.
BladePosition(double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.common.BladePosition
Constructs given the position values.
BladePositionResult - Class in org.lsst.ccs.subsystems.shutter.status
Sent by the shutter worker as the result of the getBladePositions() action command.
BladePositionResult(double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.BladePositionResult
Constructs an instance from the two blade set positions.
BladeSet - Interface in org.lsst.ccs.subsystems.shutter.common
The interface to software controlling a single blade set, real or simulated.
BladeSetCalibration - Class in org.lsst.ccs.subsystems.shutter.common
Class to hold blade calibration data.
BladeSetCalibration(int, List<BladeSetCalibration.Item>) - Constructor for class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration
Constructs from a status value and a list of Items.
BladeSetCalibration.Item - Class in org.lsst.ccs.subsystems.shutter.common
Inner class to hold a single blade calibration data item, corresponding to a change of state, or transition, of a Hall sensor.
BladeSetConfiguration - Class in org.lsst.ccs.subsystems.shutter.common
Contains low-level hardware information for one blade set.
BladeSetConfiguration(ShutterSide, String, int, int, double, double, double, double, double, double, double, double, double, double, int, int, int, int) - Constructor for class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
BladeSetSimulator - Class in org.lsst.ccs.subsystems.shutter.sim
Describes one simulated blade set.
BladeSetSimulator(ShutterSide, BladeSetConfiguration, ShutterConfiguration, List<HallConfiguration>) - Constructor for class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Sets the index and initial relative position of the blade set.

C

CloseShutterStatus - Class in org.lsst.ccs.subsystems.shutter.status
Published by the shutter worker in acknowledgment of a close command.
CloseShutterStatus(ShutterSide, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.CloseShutterStatus
Construct.
ConfigurationService - Interface in org.lsst.ccs.subsystems.shutter.common
Lays out the interface to the source(s) of configuration data.
CubicSCurve - Class in org.lsst.ccs.subsystems.shutter.sim
Defines a piecewise cubic S-curve motion profile.
CubicSCurve(double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.sim.CubicSCurve
Sets the scale factors for distance moved and total elapsed time.

D

distance(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.CubicSCurve
 
distance(double) - Method in interface org.lsst.ccs.subsystems.shutter.sim.MotionProfile
Gives the distance traveled by the blade set at time t.

E

encoderToAbsolute(double) - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Converts a motor position encoder value to an absolute position in mm of the leading edge of the blade set on the camera X axis.
encoderToAbsolute(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
 

G

getAcceleration() - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorPosition
Gets the acceleration in units of 1/sec/sec.
getAxis() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getBladeSetConfiguration() - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Gets the configuration of the BladeSet.
getBladeSetConfiguration() - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Gets the (as yet unused) blade set configuration..
getBladeSetConfigurations(Logger) - Method in interface org.lsst.ccs.subsystems.shutter.common.ConfigurationService
Gets the configuration data for each blade set of the shutter.
getBladeSets() - Method in interface org.lsst.ccs.subsystems.shutter.common.ShutterController
Gets the blade sets created during the initialization.
getBladeSets() - Method in class org.lsst.ccs.subsystems.shutter.sim.SimController
Gets the blade sets created during the initialization.
getClosedPos() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getConstructor() - Static method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
Gets the constructor to be used when making an instance of this class using data from an external source such as a text file.
getConstructor() - Static method in class org.lsst.ccs.subsystems.shutter.common.HallConfiguration
Gets the constructor to be used when making an instance of this class using data from an external source such as a text file.
getConstructor() - Static method in class org.lsst.ccs.subsystems.shutter.common.ShutterConfiguration
Gets the constructor to be used when making an instance of this class using data from an external source such as a text file.
getController() - Method in class org.lsst.ccs.subsystems.shutter.common.ShutterConfiguration
 
getControllerHost() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getControllerPort() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getData() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration
Gets the list of transition items.
getDioLineFromController() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getDioLineToController() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getDioPortFromController() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getDioPortToController() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getEncoderCountsPerMm() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getEncoderOffset() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getEndPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the position at the end of the movement.
getEndTime() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the end time of the movement in Epoch microseconds.
getExposureTime() - Method in class org.lsst.ccs.subsystems.shutter.status.TakeExposureStatus
Gets the exposure time in seconds.
getFeedbackD() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getFeedbackI() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getFeedbackP() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getFirstSide() - Method in class org.lsst.ccs.subsystems.shutter.status.CloseShutterStatus
Gets the the first blade set to be moved in the close operation.
getfirstSide() - Method in class org.lsst.ccs.subsystems.shutter.status.OpenShutterStatus
Gets the first blade set to be moved in the open operation.
getFirstSide() - Method in class org.lsst.ccs.subsystems.shutter.status.TakeExposureStatus
Gets the shutter side of the first blade set to be moved for this command.
getHallConfigurations(Logger) - Method in interface org.lsst.ccs.subsystems.shutter.common.ConfigurationService
Gets configuration data for all Hall sensors.
getHallTransitions() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the time-ordered list of Hall Sensor transitions generated by this movement.
getHighestPos() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getHistory() - Method in class org.lsst.ccs.subsystems.shutter.status.MovementHistoryStatus
Get the embedded MovementHistory object.
getHomePos() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getIdent() - Method in class org.lsst.ccs.subsystems.shutter.common.HallConfiguration
 
getIdleTimeout() - Method in class org.lsst.ccs.subsystems.shutter.common.ShutterConfiguration
 
getIndex() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Gets the index used to distinguish members of a set of consecutive transitions.
getInFlip() - Method in class org.lsst.ccs.subsystems.shutter.common.HallConfiguration
 
getKey() - Method in enum org.lsst.ccs.subsystems.shutter.status.StatusKey
Retrieve the key value.
getLine() - Method in class org.lsst.ccs.subsystems.shutter.common.HallConfiguration
 
getLowestPos() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getMinApproach() - Method in class org.lsst.ccs.subsystems.shutter.common.ShutterConfiguration
 
getMinSampleDt() - Method in class org.lsst.ccs.subsystems.shutter.common.ShutterConfiguration
 
getMinusx() - Method in class org.lsst.ccs.subsystems.shutter.status.BladePositionResult
Gets the relative position of blade set MINUSX.
getMoveTime() - Method in class org.lsst.ccs.subsystems.shutter.common.ShutterConfiguration
 
getMoveTime() - Method in class org.lsst.ccs.subsystems.shutter.status.CloseShutterStatus
Gets the duration in seconds of each blade set move.
getMoveTime() - Method in class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Gets the time in seconds that the blade set motion will take.
getMoveTime() - Method in class org.lsst.ccs.subsystems.shutter.status.OpenShutterStatus
Gets the duration in seconds of each blade set move.
getMoveTime() - Method in class org.lsst.ccs.subsystems.shutter.status.TakeExposureStatus
Gets the duration in seconds of each blade set move.
getOpenPos() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getOutFlip() - Method in class org.lsst.ccs.subsystems.shutter.common.HallConfiguration
 
getPlusx() - Method in class org.lsst.ccs.subsystems.shutter.status.BladePositionResult
Gets the relative position of blade set PLUSX.
getPort() - Method in class org.lsst.ccs.subsystems.shutter.common.HallConfiguration
 
getPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.BladePosition
Gets the sampled absolute position.
getPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Gets the absolute position of the transition.
getPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.HallConfiguration
 
getPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Gets the absolute position of the transition.
getPosition() - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorPosition
Gets the relative position.
getPositions() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets a time-ordered list of BladePositions generated by the move.
getPositions() - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorSimulator
Returns the motor positions as a stream.
getPosTolerance() - Method in class org.lsst.ccs.subsystems.shutter.common.ShutterConfiguration
 
getRelativePosition() - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Gets the current position of the BladeSet.
getRelativePosition() - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Gets the current relative position of the edge of the blade set.
getRelPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.BladePosition
Gets the relative position calculated from the absolute position.
getRelPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Gets the relative position of the transition.
getSampleDtScale() - Method in class org.lsst.ccs.subsystems.shutter.common.ShutterConfiguration
 
getSensor() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Gets the Hall sensor ID number.
getSensorId() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Gets the Hall sensor ID number.
getShutterConfiguration(Logger) - Method in interface org.lsst.ccs.subsystems.shutter.common.ConfigurationService
Gets the general configuration data for the shutter subsystem apart from the Hall and blade set data.
getSide() - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Gets the side of the shutter to which the blade set belongs.
getSide() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetConfiguration
 
getSide() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the side of the camera X axis to which the blade set belongs.
getSide() - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Gets the side of the shutter that this object simulates.
getSide() - Method in class org.lsst.ccs.subsystems.shutter.status.MovementHistoryStatus
Gets the blade set that was moved.
getSide() - Method in class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Gets the side of the shutter to which the blade set belongs.
getStartingPosition() - Method in class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Gets the starting relative position.
getStartPosition() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the position at the beginning of the movement.
getStartTime() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the start time of the movement in Epoch microseconds.
getStartTime() - Method in class org.lsst.ccs.subsystems.shutter.status.CloseShutterStatus
Gets the time at which the worker subsystem started executing the command.
getStartTime() - Method in class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Gets the time at which the worker subsystem started executing the command.
getStartTime() - Method in class org.lsst.ccs.subsystems.shutter.status.OpenShutterStatus
Gets the time at which the worker subsystem started executing the command.
getStartTime() - Method in class org.lsst.ccs.subsystems.shutter.status.TakeExposureStatus
Gets the time at which the worker subsystem started executing the command.
getStatus() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration
Gets the status value for the calibration.
getStatus() - Method in class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Gets the movement completion status.
getTargetPosition() - Method in class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Gets the desired final relative position.
getTime() - Method in class org.lsst.ccs.subsystems.shutter.common.BladePosition
Gets the time at which the position sample was taken..
getTime() - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorPosition
Gets the time of the sample.
getTransitions() - Method in class org.lsst.ccs.subsystems.shutter.sim.HallSensorSimulator
Gets the time-ordered stream of Hall transitions.
getTransitionTime() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Gets the time of the transition.
getVelocity() - Method in class org.lsst.ccs.subsystems.shutter.sim.MotorPosition
Gets the velocity in units of 1/sec.

H

HallConfiguration - Class in org.lsst.ccs.subsystems.shutter.common
The configuration data for a single Hall sensor.
HallConfiguration(int, double, double, double, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.common.HallConfiguration
 
HallSensorSimulator - Class in org.lsst.ccs.subsystems.shutter.sim
Calculates when each Hall sensor undergoes a transition from open to closed and back to open.
HallSensorSimulator(long, double, double, MotionProfile) - Constructor for class org.lsst.ccs.subsystems.shutter.sim.HallSensorSimulator
Find all the Hall transitions relevant to the given motion of the blade set.
HallTransition - Class in org.lsst.ccs.subsystems.shutter.common
Immutable class containing the data for a single Hall sensor transition.
HallTransition(long, int, boolean, boolean, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.common.HallTransition
Full constructor.

I

init(Map<ShutterSide, BladeSetConfiguration>, ShutterConfiguration, List<HallConfiguration>) - Method in interface org.lsst.ccs.subsystems.shutter.common.ShutterController
Performs any once-only initialization of the hardware and creates the two BladeSets.
init(Map<ShutterSide, BladeSetConfiguration>, ShutterConfiguration, List<HallConfiguration>) - Method in class org.lsst.ccs.subsystems.shutter.sim.SimController
Performs any once-only initialization of the hardware and creates the two BladeSets.
inverseDistance(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.CubicSCurve
 
inverseDistance(double) - Method in interface org.lsst.ccs.subsystems.shutter.sim.MotionProfile
Provides the time t at which the distance had a given value d.
isFirstMovement() - Method in class org.lsst.ccs.subsystems.shutter.status.MovementHistoryStatus
Is this the first movement performed for whatever command was issued?
isFullyExtended() - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Is the blade set fully extended? That is, is its absolute position within the shutter tolerance of the closed position?
isFullyExtended() - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Is the blade set fully extended? That is, is its absolute position within the shutter tolerance of the closed position?
isFullyRetracted() - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Is the blade set fully retracted? That is, is its absolute position within the shutter tolerance of the open position?
isFullyRetracted() - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Is the blade set fully retracted? That is, is its absolute position within the shutter tolerance of the open position?
isLastMovement() - Method in class org.lsst.ccs.subsystems.shutter.status.MovementHistoryStatus
Is this the last movement performed for whatever command was issued?
isOpen() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Gets the state of the Hall sensor after the transition.
isOpen() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Is the new state of the sensor "open"?
isReadyForAction() - Method in class org.lsst.ccs.subsystems.shutter.status.ReadyForActionStatus
Is the worker subsystem ready?
isReverse() - Method in class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Gets the direction-of-motion flag for the transition.
isReverse() - Method in class org.lsst.ccs.subsystems.shutter.common.HallTransition
Was the blade set retracting when the transition occurred?
Item(int, int, double, boolean, boolean) - Constructor for class org.lsst.ccs.subsystems.shutter.common.BladeSetCalibration.Item
Constructs a single calibration item from the field values.

J

JITTER_STDDEV - Static variable in class org.lsst.ccs.subsystems.shutter.sim.MotorEncoderSimulator
The standard deviation of the jitter added to the relative position.

M

MAX_JITTER - Static variable in class org.lsst.ccs.subsystems.shutter.sim.MotorEncoderSimulator
The maximum permitted absolute value of the added jitter, i.e., where we cut off the tails of the Gaussian.
MotionProfile - Interface in org.lsst.ccs.subsystems.shutter.sim
Describes the physical motion of a blade set.
MotorEncoderSimulator - Class in org.lsst.ccs.subsystems.shutter.sim
Makes a BladePosition from the information in a MotorPosition.
MotorEncoderSimulator() - Constructor for class org.lsst.ccs.subsystems.shutter.sim.MotorEncoderSimulator
 
MotorPosition - Class in org.lsst.ccs.subsystems.shutter.sim
Represents a simulated motor position sample.
MotorPosition(double, double, double, long) - Constructor for class org.lsst.ccs.subsystems.shutter.sim.MotorPosition
Constructs an instance from the field values.
MotorSimulator - Class in org.lsst.ccs.subsystems.shutter.sim
Samples a motion profile to produce a stream of MotorPosition objects.
MotorSimulator(double, double, int, long, MotionProfile) - Constructor for class org.lsst.ccs.subsystems.shutter.sim.MotorSimulator
Samples the given physical motion profile.
MovementHistory - Class in org.lsst.ccs.subsystems.shutter.common
Immutable class containing the data produced by a blade set move.
MovementHistory(ShutterSide, int, long, double, long, double, List<BladePosition>, List<HallTransition>) - Constructor for class org.lsst.ccs.subsystems.shutter.common.MovementHistory
Constructs an instance from the individual field values.
MovementHistoryStatus - Class in org.lsst.ccs.subsystems.shutter.status
Used to publish motor position samples and Hall data after a blade set motion.
MovementHistoryStatus(boolean, boolean, MovementHistory) - Constructor for class org.lsst.ccs.subsystems.shutter.status.MovementHistoryStatus
Constructs an instance from flags and a MovementHistory.
moveToPosition(double, double) - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
Moves the blade set to the specified position.
moveToPosition(double, double) - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
Performs a simulated motion of the blade set.
MoveToPositionStatus - Class in org.lsst.ccs.subsystems.shutter.status
Published in acknowledgment of a moveToPosition command.
MoveToPositionStatus(double, ShutterSide, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.MoveToPositionStatus
Constructs an instance from the field values.

O

OpenShutterStatus - Class in org.lsst.ccs.subsystems.shutter.status
Published by the shutter worker in acknowledgment of an open command.
OpenShutterStatus(ShutterSide, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.OpenShutterStatus
Constructs an instance from the field values.
opposite() - Method in enum org.lsst.ccs.subsystems.shutter.common.ShutterSide
Gets the side opposite to this side.
org.lsst.ccs.subsystems.shutter.common - package 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.sim - package org.lsst.ccs.subsystems.shutter.sim
Contains the code which simulates shutter hardware.
org.lsst.ccs.subsystems.shutter.status - package org.lsst.ccs.subsystems.shutter.status
Contains the bus message classes specific to the shutter.

R

ReadyForActionStatus - Class in org.lsst.ccs.subsystems.shutter.status
Published in order to advertise that the shutter worker is ready (or not) to accept a new command.
ReadyForActionStatus(boolean) - Constructor for class org.lsst.ccs.subsystems.shutter.status.ReadyForActionStatus
Constructs an instance from a ready-flag.
relativeToAbsolute(double) - Method in interface org.lsst.ccs.subsystems.shutter.common.BladeSet
relativeToAbsolute(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.BladeSetSimulator
 

S

ShutterConfiguration - Class in org.lsst.ccs.subsystems.shutter.common
Contains general shutter configuration not related to Hall sensors or individual blade sets.
ShutterConfiguration(double, double, double, double, ControllerType, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.common.ShutterConfiguration
 
ShutterController - Interface in org.lsst.ccs.subsystems.shutter.common
The interface to general shutter control functions for both real and simulated hardware.
ShutterSide - Enum in org.lsst.ccs.subsystems.shutter.common
Represents the two sides of the camera X axis.
SimController - Class in org.lsst.ccs.subsystems.shutter.sim
Creates two BladeSetSimulator objects.
SimController() - Constructor for class org.lsst.ccs.subsystems.shutter.sim.SimController
 
StatusKey - Enum in org.lsst.ccs.subsystems.shutter.status
 

T

TakeExposureStatus - Class in org.lsst.ccs.subsystems.shutter.status
Published in acknowledgment of a takeExposure command.
TakeExposureStatus(ShutterSide, double, double) - Constructor for class org.lsst.ccs.subsystems.shutter.status.TakeExposureStatus
Constructs an instance from the field values.
toString() - Method in class org.lsst.ccs.subsystems.shutter.status.BladePositionResult
Gives a string of the form "Blade set PLUSX at %6.3f, blade set MINUSX at %6.3f.".

U

UnsafeMoveStatus - Class in org.lsst.ccs.subsystems.shutter.status
Sent by the shutter worker in response to an unsafe moveToPosition() command.
UnsafeMoveStatus() - Constructor for class org.lsst.ccs.subsystems.shutter.status.UnsafeMoveStatus
 

V

valueOf(String) - Static method in enum org.lsst.ccs.subsystems.shutter.common.ShutterSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.subsystems.shutter.status.StatusKey
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.subsystems.shutter.common.ShutterSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.subsystems.shutter.status.StatusKey
Returns an array containing the constants of this enum type, in the order they are declared.
velocity(double) - Method in class org.lsst.ccs.subsystems.shutter.sim.CubicSCurve
 
velocity(double) - Method in interface org.lsst.ccs.subsystems.shutter.sim.MotionProfile
Gives the velocity of the blade set at time t.
A B C D E G H I J M O R S T U V 
Skip navigation links

Copyright © 2016 LSST. All rights reserved.