|
||||||||||
| 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)
Main constructor |
|
| Method Summary | |
|---|---|
boolean |
dispatch(int code,
int found,
Object[] args)
Dispatches 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)
Processes 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)
| Method Detail |
|---|
public static void main(String[] args)
public void process(String command)
public boolean dispatch(int code,
int found,
Object[] args)
dispatch in interface org.lsst.ccs.utilities.sa.CmndProcess.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 | |||||||||