|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.imperial.ph.hep.command.DaqCommand
uk.ac.imperial.ph.hep.command.impl.DaqStartRunCmd
public class DaqStartRunCmd
| Constructor Summary | |
|---|---|
DaqStartRunCmd()
runStart options: -w (bool) Make output file, default +w = true +a (bool) Ascii output file, default -a = false -d (bool) Enable displays, default +d = true -i (bool) Interrupt runner, default +i = true -t (string) Run type, default crcNoise -n (int) Number of runs, default 1 -p (int) Print level, default 9 -v (int) Run type version (type-dependent), default 5 -m (int) Run type mode, default 0 -c (int) Maximum number of configurations, default 2147483647 -q (int) Maximum number of acquisitions, default 2147483647 -e (int) Maximum number of events, default 2147483647 -s (int) Maximum time of run (secs), default 2147483647 Of these, ±a is obsolete, ±d, -m, -q and -e will not be relevant for MAPS and I have added -b for the max number of bunch trains (which is not relevant at CERN). |
|
| Method Summary | |
|---|---|
void |
execute()
Implementations do whatever it is they do here. |
java.lang.String |
getDescription()
Implementations should specify what it is they're doing with this string. |
DaqCmdParam |
getOnOffParameter(java.lang.String paramName)
|
DaqCmdParamOption |
getParameterWithOptions(java.lang.String paramName)
|
boolean |
isRunning()
|
void |
terminate()
Implementations should cease execution. |
java.lang.String |
toString()
|
| Methods inherited from class uk.ac.imperial.ph.hep.command.DaqCommand |
|---|
notifyListeners, registerListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DaqStartRunCmd()
| Method Detail |
|---|
public void execute()
DaqCommand
execute in class DaqCommandpublic java.lang.String getDescription()
DaqCommand
getDescription in class DaqCommandpublic boolean isRunning()
isRunning in class DaqCommandpublic void terminate()
DaqCommand
terminate in class DaqCommandpublic DaqCmdParam getOnOffParameter(java.lang.String paramName)
public DaqCmdParamOption getParameterWithOptions(java.lang.String paramName)
public java.lang.String toString()
toString in class DaqCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||