|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lsst.ccs.drivers.parker.TestAcrComm
public class TestAcrComm
Program to communicate with a Parker (ACR or Aries) motor controller
| Constructor Summary | |
|---|---|
TestAcrComm(AcrComm acr,
org.lsst.ccs.utilities.sa.CmndProcess proc,
org.lsst.ccs.utilities.sa.Output out)
|
|
TestAcrComm(String node,
boolean log)
Main constructors |
|
| Method Summary | |
|---|---|
boolean |
dispatch(int code,
int found,
Object[] args)
Dispatches local command for processing |
AcrComm |
getComm()
Gets the controller communication object |
String |
getPrompt()
Gets the stored prompt |
static void |
main(String[] args)
Main program |
boolean |
process(String line)
Processes an input line |
void |
run()
Runs the test |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestAcrComm(String node,
boolean log)
public TestAcrComm(AcrComm acr,
org.lsst.ccs.utilities.sa.CmndProcess proc,
org.lsst.ccs.utilities.sa.Output out)
| Method Detail |
|---|
public static void main(String[] args)
public void run()
Loops reading and processing each new typed command line.
public boolean process(String line)
public String getPrompt()
public AcrComm getComm()
public boolean dispatch(int code,
int found,
Object[] args)
dispatch in interface org.lsst.ccs.utilities.sa.CmndProcess.Dispatch
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||