Added mechanism to display help of additional (undeclared) options.
This commit is contained in:
@@ -1 +1 @@
|
||||
action.debug.args=debug --args="-b -d -l -k -n -q -console_log=SEVERE -p PersistencePlot -laf=dark -epics_config ch.psi.jcae.ContextFactory.addressList=localhost:54321"
|
||||
action.debug.args=debug --args="-b -d -l -k -n -q -console_log=SEVERE -p PersistencePlot -laf=dark -epics_config ch.psi.jcae.ContextFactory.addressList=localhost:54321 -start true TESTIOC:TESTSINUS:SinCalc"
|
||||
|
||||
@@ -41,8 +41,8 @@ public class PersistencePlot extends Panel{
|
||||
@Override
|
||||
public void onInitialize(int runCount) {
|
||||
channelSelector.configure(ChannelSelector.Type.Epics, "http://epics-boot-info.psi.ch", "sls", 3000);
|
||||
if (App.hasArgument("channel")){
|
||||
channelSelector.setText(App.getArgumentValue("channel"));
|
||||
if (App.hasAdditionalArgument()){
|
||||
channelSelector.setText(App.getAdditionalArgument());
|
||||
}
|
||||
if (App.hasArgument("start")){
|
||||
buttonStartActionPerformed(null);
|
||||
|
||||
Reference in New Issue
Block a user