| Modifier and Type | Method and Description |
|---|---|
static BonnShutter.Blade |
BonnShutter.Blade.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BonnShutter.Blade[] |
BonnShutter.Blade.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BonnShutter.getMotorPosition(BonnShutter.Blade blade) |
String |
TestBonnShutter.getMotorPosition(BonnShutter.Blade blade) |
void |
BonnShutter.moveAbsolute(BonnShutter.Blade blade,
int velocity,
int position) |
void |
TestBonnShutter.moveAbsolute(BonnShutter.Blade blade,
int velocity,
int position) |
void |
BonnShutter.moveRelative(BonnShutter.Blade blade,
int velocity,
int position) |
void |
TestBonnShutter.moveRelative(BonnShutter.Blade blade,
int velocity,
int position) |
Copyright © 2018 LSST. All rights reserved.