public class PointingModelTelescope extends CommandEvent implements TelescopeCommand, InitializerDepending
ParsedTarget#Setup.CommandEvent.Create| Modifier and Type | Field and Description |
|---|---|
private String |
DEFAULT
Default pointing model.
|
private String |
mode
The pointing model requested.
|
COMMANDPACKAGE, JVIEWPACKAGE, TYPESEPARATORSEPCHARlocalHost, sourceNamesource| Constructor and Description |
|---|
PointingModelTelescope(Object src)
Constructs a abort adapter telescope, grabbing the type from the class
name and setting the command time to the current system time.
|
PointingModelTelescope(Object src,
String type,
long time)
Constructs a start guiding command.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getLine()
Returns the command line of the start guiding command.
|
String |
getModel()
Returns the mode of the guiding.
|
void |
initWith(String init)
If a pointing model is set from the outside.
|
boolean |
parseLine(String[] all)
The command line is the guiding mode.
|
classNameToTemplate, createCommand, createCommand, createJCommand, extractType, getExpectedAcknowledgeNumber, parseForStrings, templateToClassNamecheckType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toSkippedString, toStringgetHost, getSourceName, setSourceNamegetSourceprivate String DEFAULT
private String mode
public PointingModelTelescope(Object src)
public PointingModelTelescope(Object src, String type, long time)
DTDConstants.SETUP
element has been registered to this command.MessageEvent.isValid()public void initWith(String init)
initWith in interface InitializerDependingpublic String[] getLine()
getLine in class MessageEventpublic boolean parseLine(String[] all)
parseLine in class MessageEventpublic String getModel()
GuidingUnit#MODE_AUTO.