|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
util.rmi.RmiEvent
stella.MessageEvent
stella.CommandEvent
stella.command.StartExposingAuxiliary
public class StartExposingAuxiliary
The expose adapter command. It takes a stellar image on the guiding camera
with a specified exposure time, specified in seconds. It is mandatory that
the adapter sends back a stella.error.AuxiliaryFwhm status prior to
sending the final done.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class stella.CommandEvent |
|---|
CommandEvent.Create |
| Field Summary | |
|---|---|
private double |
exposuretime
The desired exposure time in seconds. |
| Fields inherited from class stella.CommandEvent |
|---|
COMMANDPACKAGE, JVIEWPACKAGE, TYPESEPARATOR |
| Fields inherited from class stella.MessageEvent |
|---|
SEPCHAR |
| Fields inherited from class util.rmi.RmiEvent |
|---|
localHost, sourceName |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
StartExposingAuxiliary(Object src)
Constructs a abort adapter telescope, grabbing the type from the class name and setting the command time to the current system time. |
|
StartExposingAuxiliary(Object src,
String type,
long time)
Constructs a move telescope command. |
|
| Method Summary | |
|---|---|
double |
getExposureTime()
Returns the required exposure time, given in seconds. |
String[] |
getLine()
Returns the command line of the move telescope command. |
void |
initWith(String init)
Registers an parameter set to this command. |
boolean |
parseLine(String[] all)
Parse the command line into ra and dec of the move command. |
void |
registerTargetProperties(Object setup)
Calculates the command line from the mapping delivered in the DTDConstants.SETUP DOM-element. |
void |
setExposureTime(double time)
Sets the exposure time. |
| Methods inherited from class stella.CommandEvent |
|---|
classNameToTemplate, createCommand, createCommand, createJCommand, extractType, getExpectedAcknowledgeNumber, parseForStrings, templateToClassName |
| Methods inherited from class stella.MessageEvent |
|---|
checkType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toString |
| Methods inherited from class util.rmi.RmiEvent |
|---|
getHost, getSourceName, setSourceName |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private double exposuretime
| Constructor Detail |
|---|
public StartExposingAuxiliary(Object src)
public StartExposingAuxiliary(Object src,
String type,
long time)
DTDConstants.SETUP
element has been registered to
this command.
MessageEvent.isValid()| Method Detail |
|---|
public void initWith(String init)
initWith in interface InitializerDependingpublic void registerTargetProperties(Object setup)
DTDConstants.SETUP DOM-element. It uses the
ReservedConstants.EXPOSURETIME element within the map to derive
the exposure time for the target.
registerTargetProperties in interface TargetDependingCommandpublic String[] getLine()
getLine in class MessageEventpublic boolean parseLine(String[] all)
parseLine in class MessageEventpublic double getExposureTime()
public void setExposureTime(double time)
time - The exposure time in seconds.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||