| Package | Description |
|---|---|
| org.lsst.sal.atcamera.event |
| Modifier and Type | Method and Description |
|---|---|
ShutterBladeMotionProfileEvent.Direction |
ShutterBladeMotionProfileEvent.getDirection() |
static ShutterBladeMotionProfileEvent.Direction |
ShutterBladeMotionProfileEvent.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutterBladeMotionProfileEvent.Direction[] |
ShutterBladeMotionProfileEvent.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ShutterBladeMotionProfileEvent.Builder |
ShutterBladeMotionProfileEvent.Builder.direction(ShutterBladeMotionProfileEvent.Direction direction) |
| Constructor and Description |
|---|
ShutterBladeMotionProfileEvent(ShutterBladeMotionProfileEvent.Blade blade,
ShutterBladeMotionProfileEvent.Direction direction,
double timestampStart,
double startPosition,
double targetDuration,
double targetPosition,
double endPosition,
double actualDuration,
int hallSensorCount,
double[] timestampHallSensor,
int[] hallSensorID,
double[] hallSensorPosition,
boolean[] hallSensorTransition,
int encoderCount,
double[] timestampEncoder,
double[] encoderPosition) |
Copyright © 2024. All rights reserved.