public static class BaaderDome.Control extends CommandLineParser
DomeReceiver.CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
private static String |
FOOT
A footer message.
|
private static Map<String,String> |
USE
Detailed use of switches.
|
private static String |
ZEROSWITCH
The switches for adding properties.
|
HELPSWITCHES| Constructor and Description |
|---|
Control()
Constructs the parser to the fits finder.
|
| Modifier and Type | Method and Description |
|---|---|
private double |
getActualDomePosition(BaaderDome dome)
Returns the actual dome position if the cache-time is over, otherwise
the cached position is returned.
|
static void |
main(String[] arg)
The command line version for reducing acquire/guiding frames.
|
private boolean |
process(String[] arg)
Reads the command line and interpret the actions required.
|
addHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usageprivate static final String ZEROSWITCH
private static final String FOOT
public Control()
private double getActualDomePosition(BaaderDome dome) throws IOException
IOExceptionprivate boolean process(String[] arg) throws ParseException, IOException, InitException
InitExceptionParseExceptionIOExceptionpublic static void main(String[] arg) throws ParseException, IOException, InitException
InitExceptionParseExceptionIOException