|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsst.ccs.subsystems.shutter.driver.TestBladeSet
public class TestBladeSet
Program to perform various tests on a shutter blade set
| Nested Class Summary | |
|---|---|
static class |
TestBladeSet.Pulse
Inner class holding pulse parameters |
| Constructor Summary | |
|---|---|
TestBladeSet(int index,
org.lsst.ccs.utilities.sa.Output iOut)
Main constructor |
|
| Method Summary | |
|---|---|
boolean |
dispatch(int code,
Scanner scan)
Dispatch local command for processing |
static void |
main(String[] args)
Main program Initialize and run test |
void |
movementHistoryFinalized(MovementHistory mh)
Receives the final movement history data |
void |
movementHistoryUpdated(MovementHistory mh)
Receives the updated movement history data |
void |
process(String command)
Process a command string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestBladeSet(int index,
org.lsst.ccs.utilities.sa.Output iOut)
throws IOException
IOException| Method Detail |
|---|
public static void main(String[] args)
public void process(String command)
public boolean dispatch(int code,
Scanner scan)
dispatch in interface org.lsst.ccs.utilities.sa.CmndProc.Dispatchpublic void movementHistoryFinalized(MovementHistory mh)
This routine is called synchronously by the moveToPosition method.
movementHistoryFinalized in interface MovementHistoryListenerpublic void movementHistoryUpdated(MovementHistory mh)
This routine is not called.
movementHistoryUpdated in interface MovementHistoryListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||