| Package | Description |
|---|---|
| stella | |
| stella.acquire | |
| stella.adapter | |
| stella.auxiliary | |
| stella.calibration | |
| stella.ccd | |
| stella.command | |
| stella.environment | |
| stella.error | |
| stella.globals | |
| stella.net | |
| stella.rmi | |
| stella.roof | |
| stella.telescope | |
| stella.util | |
| stella.xml |
| Modifier and Type | Field and Description |
|---|---|
private CommandEvent |
MasterLauncher.MasterHelper.cmd
The command to process.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandEvent |
CommandEvent.createCommand(MessageBin bin)
Creates a full command event from a message bin.
|
static CommandEvent |
CommandEvent.createCommand(Object src,
String template)
Creates a new command event from a template string.
|
static CommandEvent |
CommandEvent.createJCommand(Object src,
String template)
Creates a new jcommand event from a template string.
|
CommandEvent |
MasterLauncher.getExitCommand()
Default implementation of exit command is null.
|
CommandEvent |
CommandLaunching.getExitCommand()
Returns the command that should be sent on a server exit.
|
CommandEvent |
CommandRendering.getFullCommand(String template,
String id,
String parameter,
String init,
Map<String,Object> seq)
Retrieves a fully qualified command from a command template.
|
CommandEvent |
MasterLauncher.getShutdownCommand()
Returns the shutdown command.
|
CommandEvent |
CommandLaunching.getShutdownCommand()
Returns the command that initiates a shutdown on the device or prepares
it for a shutdown.
|
private static CommandEvent |
CommandEvent.instantiateCommand(Constructor construct,
Object src,
String type,
long time)
Uses the argument constructor to
instantiate a new command event class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageListener.accepts(CommandEvent ce)
A message listener accepts all command event types.
|
void |
MasterLauncher.castCommand(CommandEvent ce)
Cast the command to the SCS.
|
void |
CommandLaunching.castCommand(CommandEvent ce)
The interface to the command casting routine.
|
void |
CommandCasting.castCommand(CommandEvent ce)
The interface to the command casting routine.
|
void |
CommandListener.command(CommandEvent ce)
The method called by registered telescope command casters.
|
static ReplyEvent |
ReplyEvent.createMatch(Object src,
String type,
long time,
CommandEvent to)
Creates a reply match.
|
boolean |
MasterLauncher.handles(CommandEvent ce)
The master launcher handles
ScsCommands. |
boolean |
CommandLaunching.handles(CommandEvent ce)
Returns true if the caster can handles this command event.
|
protected void |
MasterLauncher.processCommand(CommandEvent ce)
The method to handle internal (master) commands.
|
void |
MessageListener.rmiCommand(CommandEvent ce)
The receiving edge of the command listener.
|
| Constructor and Description |
|---|
AcknowledgeEvent(Object src,
String type,
long time,
CommandEvent cmd)
Constructs an acknowledge event as an answer for the given command.
|
AcknowledgeEvent(Object src,
String type,
long time,
CommandEvent cmd,
long complete)
Constructs an acknowledge event as an answer for the given command.
|
DoneEvent(Object src,
long time,
CommandEvent cmd)
Constructs a done event as an answer for the given command.
|
MasterHelper(CommandEvent process)
Constructs a new master helper thread.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AcquireMaster.abortMaster(CommandEvent ce)
Method called to abort the device.
|
protected boolean |
AcquireMaster.initializeMaster(CommandEvent ce)
Initializes the adapter.
|
protected boolean |
AcquireMaster.parkMaster(CommandEvent ce)
Parks the adapter.
|
protected void |
AcquireMaster.quitMaster(CommandEvent ce)
Quits the adapter.
|
protected boolean |
AcquireMaster.resetMaster(CommandEvent ce)
Resets the adapter.
|
protected Object |
AcquireMaster.statusMaster(CommandEvent ce)
Returns a status message.
|
| Modifier and Type | Method and Description |
|---|---|
CommandEvent |
AdapterTelescopeCaster.getShutdownCommand()
Needed to be non-abstract.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdapterMaster.abortMaster(CommandEvent cmd)
Method called to abort the device.
|
protected boolean |
AuxiliaryMaster.abortMaster(CommandEvent ce)
Method called to abort the device.
|
boolean |
AdapterSimulator.accepts(CommandEvent ce)
Returns true if this receiver accepts commands of the type handed over as
an argument.
|
boolean |
AdapterMaster.accepts(CommandEvent ce)
Checks if the command received is accepted by the adapter master.
|
boolean |
AuxiliaryMaster.accepts(CommandEvent ce)
Checks if the command received is accepted by the adapter master.
|
private boolean |
AdapterMaster.acquireAdapter(CommandEvent cmd)
Brings the acquire star at the cross-hair of the guider.
|
protected boolean |
AdapterMaster.faintFocusAdapter(CommandEvent cmd)
Focuses a lately acquired star.
|
protected boolean |
AdapterMaster.findAdapter(CommandEvent com)
Registers a list of stars that are expected in the following acquire
field.
|
protected boolean |
AdapterMaster.focusAdapter(CommandEvent cmd)
Focuses a lately acquired star.
|
protected int |
AdapterMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected int |
AuxiliaryMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected long |
AdapterSimulator.getCompletionTime(CommandEvent ce,
int acknr)
Returns the completion time.
|
protected long |
AdapterMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected long |
AuxiliaryMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected ErrorEvent |
AdapterSimulator.getLastError(CommandEvent ce)
Returns the last error that occured during command processing.
|
protected long |
AdapterSimulator.getSimulationTime(CommandEvent ce,
int acknr)
Returns the simulation time.
|
boolean |
AdapterTelescopeCaster.handles(CommandEvent ce)
This caster handles only
OffsetTelescope commands. |
protected boolean |
AdapterMaster.initializeMaster(CommandEvent cmd)
Initializes the adapter.
|
protected boolean |
AuxiliaryMaster.initializeMaster(CommandEvent ce)
Initializes the adapter.
|
protected boolean |
AdapterMaster.parkMaster(CommandEvent cmd)
Parks the adapter.
|
protected boolean |
AuxiliaryMaster.parkMaster(CommandEvent ce)
Parks the adapter.
|
protected boolean |
AdapterSimulator.processCommand(CommandEvent ce,
int acknr)
Simulates execution of the adapter commands.
|
protected boolean |
AdapterMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected boolean |
AuxiliaryMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected void |
AdapterMaster.quitMaster(CommandEvent cmd)
Quits the adapter.
|
protected void |
AuxiliaryMaster.quitMaster(CommandEvent ce)
Quits the adapter.
|
protected boolean |
AdapterMaster.resetMaster(CommandEvent cmd)
Resets the adapter.
|
protected boolean |
AuxiliaryMaster.resetMaster(CommandEvent ce)
Resets the adapter.
|
protected boolean |
AdapterMaster.startGuiding(CommandEvent com)
Starts the guiding in the required mode.
|
protected Object |
AdapterMaster.statusMaster(CommandEvent cmd)
Returns a status message.
|
protected Object |
AuxiliaryMaster.statusMaster(CommandEvent ce)
Returns a status message.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PinholeViewingMaster.abortMaster(CommandEvent cmd)
Method called to abort the device.
|
boolean |
AuxiliarySimulator.accepts(CommandEvent ce)
Returns true if this receiver accepts commands of the type handed over as
an argument.
|
boolean |
AdapterMaster.accepts(CommandEvent ce)
Checks if the command received is accepted by the adapter master.
|
boolean |
AuxiliaryMaster.accepts(CommandEvent ce)
Checks if the command received is accepted by the adapter master.
|
protected int |
OffAxisMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected int |
PinholeViewingMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected int |
AdapterMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected int |
AuxiliaryMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected long |
OffAxisMaster.getCompletionTime(CommandEvent cmd,
int acknr) |
protected long |
PinholeViewingMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected long |
AuxiliarySimulator.getCompletionTime(CommandEvent ce,
int acknr)
Returns the completion time.
|
protected long |
AdapterMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected long |
AuxiliaryMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected ErrorEvent |
AuxiliarySimulator.getLastError(CommandEvent ce)
Returns the last error that occured during command processing.
|
protected long |
AuxiliarySimulator.getSimulationTime(CommandEvent ce,
int acknr)
Returns the simulation time.
|
protected boolean |
OffAxisMaster.processCommand(CommandEvent cmd,
int acknr) |
protected boolean |
PinholeViewingMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected boolean |
AuxiliarySimulator.processCommand(CommandEvent ce,
int acknr)
Simulates execution of the adapter commands.
|
protected boolean |
AdapterMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected boolean |
AuxiliaryMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CalibrationMaster.accepts(CommandEvent ce)
Checks if the command received is accepted by the adapter master.
|
boolean |
CalibrationSimulator.accepts(CommandEvent ce)
Returns true if this receiver accepts commands of the type handed over as
an argument.
|
protected int |
CalibrationMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected long |
CalibrationMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected long |
CalibrationSimulator.getCompletionTime(CommandEvent ce,
int acknr)
Returns the completion time.
|
protected long |
CalibrationSimulator.getSimulationTime(CommandEvent ce,
int acknr)
Returns the simulation time.
|
protected boolean |
CalibrationMaster.initializeMaster(CommandEvent cmd)
Initializes the calibration master.
|
private boolean |
CalibrationMaster.offFlat(CommandEvent cmd)
Turns the flat-fielding light off and does whatever adjustments necessary
to feed telescope light into the spectrograph again.
|
private boolean |
CalibrationMaster.offThAr(CommandEvent cmd)
Turns the calibration light off and does whatever adjustments necessary
to feed telescope light into the spectrograph.
|
private boolean |
CalibrationMaster.onFlat(CommandEvent cmd)
Turns the flat-fielding light on and does whatever adjustments necessary
to feed it into the spectrograph.
|
private boolean |
CalibrationMaster.onThAr(CommandEvent cmd)
Turns on the calibration light.
|
protected boolean |
CalibrationMaster.parkMaster(CommandEvent cmd)
Parks the adapter.
|
protected boolean |
CalibrationMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected boolean |
CalibrationSimulator.processCommand(CommandEvent ce,
int acknr)
Simulates execution of the adapter commands.
|
protected boolean |
CalibrationMaster.resetMaster(CommandEvent cmd)
Resets the adapter.
|
private boolean |
CalibrationMaster.selectFilter(CommandEvent cmd,
String filter)
Selects a new filter or filter wheel position within the adapter.
|
private boolean |
CalibrationMaster.shiftCalibrationUnit(CommandEvent cmd,
String position)
Shift the calibration unit to the position specified, if we have it.
|
protected Object |
CalibrationMaster.statusMaster(CommandEvent dummy)
Returns a short description of the status of the adapter.
|
| Modifier and Type | Field and Description |
|---|---|
private CommandEvent |
WifsipSimulator.exposecommand
The last exposure command.
|
private CommandEvent |
SesSimulator.exposecommand
The last exposure command.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CameraMaster.abortMaster(CommandEvent cmd)
Aborts the CCD if possible.
|
boolean |
CameraMaster.accepts(CommandEvent ce)
Checks if the command received is accepted by the ccd master.
|
boolean |
WifsipSimulator.accepts(CommandEvent ce)
Returns true if this receiver accepts commands of the type handed over
as an argument.
|
boolean |
WifsipMaster.accepts(CommandEvent ce)
Checks if the command received is accepted by the ccd master.
|
boolean |
SesSimulator.accepts(CommandEvent ce)
Returns true if this receiver accepts commands of the type handed over
as an argument.
|
private boolean |
MagellanMaster.doAutoClear(CommandEvent cmd,
boolean mode)
If the camera supports auto clearing enabling and disabling, we try to
switch it on or off.
|
protected boolean |
MagellanMaster.doMode(CommandEvent cmd,
String mode)
If the camera supports mode switching, we try to switch the camera to the
stated mode.
|
protected boolean |
WifsipMaster.doMode(CommandEvent cmd,
String mode)
If the camera supports mode switching, we try to switch the camera to the
stated mode.
|
private boolean |
CameraMaster.geometry(CommandEvent cmd,
int xoff,
int yoff,
int xsize,
int ysize,
int xbin,
int ybin)
Sets the geometry of the next image on the ccd.
|
protected int |
CameraMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected int |
MagellanMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected int |
SesMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected int |
WifsipMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected long |
CameraMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected long |
MagellanMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected long |
WifsipSimulator.getCompletionTime(CommandEvent ce,
int acknr)
Returns the completion time.
|
protected long |
SesMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected long |
WifsipMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected long |
SesSimulator.getCompletionTime(CommandEvent ce,
int acknr)
Returns the completion time.
|
protected long |
WifsipSimulator.getSimulationTime(CommandEvent ce,
int acknr)
Returns the simulation time.
|
protected long |
SesSimulator.getSimulationTime(CommandEvent ce,
int acknr)
Returns the simulation time.
|
protected boolean |
CameraMaster.initializeMaster(CommandEvent cmd)
Initializes the CCD.
|
protected boolean |
WifsipMaster.initializeMaster(CommandEvent cmd)
Initializes the CCD.
|
protected boolean |
CameraMaster.parkMaster(CommandEvent cmd)
Parks the CCD.
|
protected boolean |
CameraMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected boolean |
MagellanMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected boolean |
WifsipSimulator.processCommand(CommandEvent ce,
int acknr)
Simulates execution of the particular ccd-command.
|
protected boolean |
WifsipMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected boolean |
SesSimulator.processCommand(CommandEvent ce,
int acknr)
Simulates execution of the particular ccd-command.
|
protected void |
CameraMaster.quitMaster(CommandEvent cmd)
Aborts the exposure and proceeds with the parental method (closes
drivers).
|
protected boolean |
CameraMaster.resetMaster(CommandEvent cmd)
Resets the CCD.
|
protected boolean |
WifsipMaster.resetMaster(CommandEvent cmd)
Resets the CCD.
|
private boolean |
WifsipMaster.selectFilter(CommandEvent cmd,
String filter,
boolean zero)
Selects a new filter or filter wheel position within the adapter.
|
protected String |
CameraMaster.statusMaster(CommandEvent cmd)
Returns a status information of the camera as a string.
|
protected String |
MagellanMaster.statusMaster(CommandEvent cmd) |
protected String |
SesMaster.statusMaster(CommandEvent cmd)
Returns a status information of the camera as a string.
|
protected String |
WifsipMaster.statusMaster(CommandEvent cmd)
Returns a status information of the camera as a string.
|
protected boolean |
CameraMaster.writeFits(CommandEvent cmd,
File fits,
boolean science)
Writes the data allocated in the
CcdDriver object to a fits file
provided as an argument. |
private boolean |
CameraMaster.writeFits(CommandEvent cmd,
File fits,
boolean science,
boolean surestore)
Writes the data allocated in the
CcdDriver object to a fits file
provided as an argument. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortAdapter
The abort command for the telescope.
|
class |
AbortAuxiliary
The abort command for the telescope.
|
class |
AbortCalibration
The abort command for the telescope.
|
class |
AbortCcd
The abort command for the telescope.
|
class |
AbortEnvironment
The abort command for the telescope.
|
class |
AbortExposeAdapter
The abort command for the telescope.
|
class |
AbortSpectrograph
The abort command for the telescope.
|
class |
AbortTelescope
The abort command for the telescope.
|
class |
AcquireAdapter
The acquire command.
|
class |
AcquireAuxiliary
The acquire command.
|
class |
AcquireExposureAdapter
Takes a dark exposure with the given exposure time.
|
class |
AcquisitionCommand |
class |
AntiSun
Positions the slit of the roof in opposite to the sun.
|
class |
AutoFaintFocusAdapter
The command to initiate a telescope focusing sequence using the adapter
and the focus pyramid.
|
class |
AutoFocusAdapter
The command to initiate a telescope focusing sequence using the adapter
and the focus pyramid.
|
class |
AutoFocusCcd
The command to initiate a focus sequence where the scientific ccd is the only
means of focussing.
|
class |
BiasCcd
Takes a bias exposure.
|
class |
CalibrationOffAdapter
The command to turn off the calibration light.
|
class |
CalibrationOnAdapter
The command to turn on the calibration light.
|
class |
CheckAcquireAdapter
The acquire command.
|
class |
CloseCoverTelescope
The command for closing the mirror covers without parking for immediate
protection.
|
class |
CloseHatchRoof
The close roof command.
|
class |
CloseLeftRoof
The close roof command.
|
class |
CloseRightRoof
The close roof command.
|
class |
CloseRoof
The close roof command.
|
class |
CloseSlitRoof
The close roof command.
|
class |
CloseSocket
The close socket command.
|
class |
ContinueWatchMaster
The command to temporarely cease counting of the internal clock in the SCS.
|
class |
DarkCcd
Takes a dark exposure with the given exposure time.
|
class |
DerotatorOffsetTelescope
The command to initiate a telescope focusing sequence.
|
class |
DerotatorTelescope
The command to initiate a telescope focusing sequence.
|
class |
DisableAutoClearingCcd
The abort command for the telescope.
|
class |
DitherAcquireAuxiliary
The acquire command.
|
class |
DitherAuxiliary
The basic command to allow center points to vary short distances from the
movement point of the telescope.
|
class |
DitherStarCommand
The acquire command.
|
class |
DitherTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
class |
EnableAutoClearingCcd
The abort command for the telescope.
|
class |
EncoderOffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
class |
EnvironmentConfig
The command to set the ambient pressure and temperature.
|
class |
ExposeAdapter
The expose adapter command.
|
class |
ExposeAuxiliary
The expose adapter command.
|
class |
ExposureAbortCcd
The exposure abortion command.
|
class |
FieldOfViewCommand |
class |
FindAdapter
The find command.
|
class |
FindAuxiliary
The find command.
|
class |
FitsCcd
Adds parameters which should be dumped to the fits header file.
|
class |
FixedRotatorAdapter
A command sent to the adapter to specify guiding with or without derotator.
|
class |
FlatFieldOffAdapter
The command to turn on the flat fielding light.
|
class |
FlatFieldOffCalibration
The command to turn on the flat fielding light.
|
class |
FlatFieldOnAdapter
The command to turn on the flat fielding light.
|
class |
FlatFieldOnCalibration
The command to turn on the flat fielding light.
|
class |
FocusAdapter
The command to initiate a telescope focusing sequence.
|
class |
FocusOffsetAdapter
The command to initiate a telescope focusing sequence.
|
class |
FocusOffsetTelescope
The command to initiate a telescope focusing sequence.
|
class |
FocusTelescope
The command to initiate a telescope focusing sequence.
|
class |
FocusTest
A command to test the positioning of the focus without the need of any
parameters.
|
class |
FollowRoof
The move telescope command.
|
class |
GeometryAcquire
Takes a bias exposure.
|
class |
GeometryAdapter
Takes a bias exposure.
|
class |
GeometryAuxiliary
Takes a bias exposure.
|
class |
GeometryCcd
Takes a bias exposure.
|
class |
GuidingExposureAdapter
Takes a dark exposure with the given exposure time.
|
class |
HaltWatchMaster
The command to temporarely cease counting of the internal clock in the SCS.
|
class |
HomeRoof
The close roof command.
|
class |
HotPixelOffsetAdapter
Takes a scientific exposure with the given exposure time.
|
class |
InitAdapter
The init command for the adapter.
|
class |
InitAuxiliary
The init command for the adapter.
|
class |
InitCalibration
The init command for the adapter.
|
class |
InitCcd
The init command for the adapter.
|
class |
InitEnvironment
The init command for the adapter.
|
class |
InitialOffsetTelescope
The command used during pointing model generation to allow a constant offset
to be applied to a NONE-pointing model telescope move before fine acquiring
with the guider.
|
class |
InitSpectrograph
The init command for the adapter.
|
class |
InitTelescope
The init command for the telescope.
|
class |
MoveAuxiliary
The command to explicetly set a science center.
|
class |
MoveCalibrationAdapter
The command to turn on the calibration light.
|
class |
MoveFlatFieldAdapter
The command to turn on the calibration light.
|
class |
MoveFlatFieldCalibration
The command to turn on the calibration light.
|
class |
MoveHomeAdapter
The command to turn on the calibration light.
|
class |
MoveHomeCalibration
The command to turn on the calibration light.
|
class |
MoveMirrorTelescope
The move telescope command.
|
class |
MoveTelescope
The move telescope command.
|
class |
MoveThArCalibration
The command to turn on the calibration light.
|
class |
OffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
class |
OffsetTest
A test command to offset the telescope for a random amount.
|
class |
OnSkyOffsetTelescope
The command sent from an acquisition unit to the telescope, so to get to true
azimuth encoder offsets, the measured offset has to be divided by cos(h).
|
class |
OpenHatchRoof
The open roof command.
|
class |
OpenLeftRoof
The open roof command.
|
class |
OpenRightRoof
The open roof command.
|
class |
OpenRoof
The open roof command.
|
class |
OpenSlitRoof
The open roof command.
|
class |
ParkAdapter
The abort command for the telescope.
|
class |
ParkAuxiliary
The abort command for the telescope.
|
class |
ParkCalibration
The abort command for the telescope.
|
class |
ParkCcd
The abort command for the telescope.
|
class |
ParkEnvironment
The abort command for the telescope.
|
class |
ParkMaster
The abort command for the telescope.
|
class |
ParkSpectrograph
The abort command for the telescope.
|
class |
ParkTelescope
The abort command for the telescope.
|
class |
PinholeOffsetAdapter
Takes a scientific exposure with the given exposure time.
|
class |
PitchAuxiliary
The basic command to allow center points to vary short distances from the
movement point of the telescope.
|
class |
PointingModelAdd
The init command for the telescope.
|
class |
PointingModelOffsetTelescope
The command used during sequences to reset accumulated pointing to a
predefined, fixed value.
|
class |
PointingModelRequest
The init command for the telescope.
|
class |
PointingModelSave
The command to save the current pointing list in Pilar to a file constructed
from the current date.
|
class |
PointingModelTelescope
The start-guiding command.
|
class |
PointingOffsetsTelescope
The command that should be used during pointing model gathering for
retrieving the current az/alt of the telescope (uncorrected for current
pointing model and refraction) plus the offset from this position to the
real position.
|
class |
PointingPositionTelescope
The command that should be used during pointing model gathering for
retrieving the current az/alt of the telescope (uncorrected for current
pointing model and refraction) plus the offset from this position to the
real position.
|
class |
PositionRoof
The move telescope command.
|
class |
PositionTelescope
The move telescope command.
|
class |
PowerOffRoof
The open roof command.
|
class |
PowerOnRoof
The open roof command.
|
class |
ProtectTelescope
The command for closing the mirror covers without parking for immediate
protection.
|
class |
QuitAdapter
The abort command for the telescope.
|
class |
QuitAuxiliary
The abort command for the telescope.
|
class |
QuitCalibration
The quit command for the ccd.
|
class |
QuitCcd
The quit command for the ccd.
|
class |
QuitEnvironment
The abort command for the telescope.
|
class |
QuitMaster
The abort command for the telescope.
|
class |
QuitSpectrograph
The abort command for the telescope.
|
class |
QuitTelescope
The abort command for the telescope.
|
class |
RandomDitherAuxiliary
The command sent from the adapter to the telescope to allow fine-guiding.
|
class |
RandomOffsetTelescope
The command used during random search.
|
class |
ResetAdapter
The abort command for the telescope.
|
class |
ResetAuxiliary
The abort command for the telescope.
|
class |
ResetCalibration
The reset command for the calibration unit.
|
class |
ResetCcd
The abort command for the telescope.
|
class |
ResetEnvironment
The abort command for the telescope.
|
class |
ResetErrorsTelescope
The reset command for the telescope.
|
class |
ResetLimitSwitch
The command to reset the limit switch failure indicator.
|
class |
ResetSpectrograph
The abort command for the telescope.
|
class |
ResetTelescope
The reset command for the telescope.
|
class |
ScientificCcd
Takes a scientific exposure with the given exposure time.
|
class |
ScsAddressConfig
The move telescope command.
|
class |
SelectClearFilterCalibration
The command to select the clear filter wheel position.
|
class |
SelectFilterAdapter
The select filter adapter command.
|
class |
SelectFilterCalibration
The select filter adapter command.
|
class |
SelectInitFilterCalibration
The command to select the clear filter wheel position.
|
class |
SelectModeCcd
Takes a dark exposure with the given exposure time.
|
class |
SequenceDitherAuxiliary
The basic command to allow center points to vary short distances from the
movement point of the telescope.
|
class |
SequenceFilterCalibration
The select filter adapter command.
|
class |
SimpleCommand
A helper class providing default implementation of the
SimpleCommand.parseLine(java.lang.String[])
and SimpleCommand.getLine() method of the base CommandEvent class. |
class |
StarCommand
A star command carries a
SimpleStar. |
class |
StartExposingAuxiliary
The expose adapter command.
|
class |
StartGrabMaster
The command to temporarely cease counting of the internal clock in the SCS.
|
class |
StartGuideTelescope
The init command for the telescope.
|
class |
StartGuidingAdapter
The start-guiding command.
|
class |
StartGuidingAuxiliary
The start-guiding command.
|
class |
StartGuidingCommand |
class |
StartGuidingTelescope
The init command for the telescope.
|
class |
StartTilingAdapter
The abort command for the dark tiler.
|
class |
StartTilingAuxiliary
The abort command for the dark tiler.
|
class |
StartTrackingTelescope
The init command for the telescope.
|
class |
StartWatchMaster
The start-guiding command.
|
class |
StatusAdapter
The abort command for the telescope.
|
class |
StatusAuxiliary
The abort command for the telescope.
|
class |
StatusCcd
The abort command for the telescope.
|
class |
StatusEnvironment
The status roof command.
|
class |
StatusSpectrograph
The abort command for the telescope.
|
class |
StatusTelescope
The abort command for the telescope.
|
class |
StopExposingAuxiliary
The abort command for the telescope.
|
class |
StopGrabMaster
The command to temporarely cease counting of the internal clock in the SCS.
|
class |
StopGuideTelescope
The init command for the telescope.
|
class |
StopGuidingAdapter
The abort command for the telescope.
|
class |
StopGuidingAuxiliary
The abort command for the telescope.
|
class |
StopGuidingTelescope
The init command for the telescope.
|
class |
StopRoof
The close roof command.
|
class |
StopTilingAdapter
The abort command for the dark tiler.
|
class |
StopTilingAuxiliary
The abort command for the dark tiler.
|
class |
StopTrackingTelescope
The init command for the telescope.
|
class |
StopWatchMaster
The abort command for the telescope.
|
class |
SuggestAcquireAuxiliary
The command to check if an acquire command has found the wrong target.
|
class |
TestConfig
The command to set the ambient pressure and temperature as randomized
variables around a mean value.
|
class |
ThArOffCalibration
The command to turn off the calibration light.
|
class |
ThArOnCalibration
The command to turn on the calibration light.
|
class |
TotalEncoderOffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
class |
TotalOffsetTelescope
The command used during sequences to reset accumulated pointing to a
predefined, fixed value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EnvironmentSimulator.accepts(CommandEvent ce)
Returns true if this receiver accepts commands of the type handed over as
an argument.
|
boolean |
DomeSimulator.accepts(CommandEvent ce)
Returns true if this receiver accepts commands of the type handed over as
an argument.
|
boolean |
ShelterMaster.accepts(CommandEvent ce)
Returns true if this receiver accepts commands of the type handed over as
an argument.
|
protected int |
EnvironmentMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected int |
DomeMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected int |
ShelterMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge events produced for each command.
|
protected long |
EnvironmentMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected long |
DomeMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected long |
ShelterMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
protected ErrorEvent |
EnvironmentMaster.getLastError(CommandEvent cmd)
Returns the last error event generated during a command subroutine.
|
protected boolean |
EnvironmentMaster.initializeMaster(CommandEvent cmd)
Initializes the environment.
|
protected boolean |
DomeMaster.initializeMaster(CommandEvent cmd)
Initializes the environment.
|
protected boolean |
RollOffRoofMaster.initializeMaster(CommandEvent cmd) |
protected boolean |
EnvironmentMaster.parkMaster(CommandEvent cmd)
Parks the environment, first part.
|
protected boolean |
DomeMaster.parkMaster(CommandEvent cmd)
Parks the environment, first part.
|
protected boolean |
RollOffRoofMaster.parkMaster(CommandEvent cmd) |
protected boolean |
EnvironmentMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected boolean |
DomeMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected boolean |
EnvironmentSimulator.processCommand(CommandEvent ce,
int acknr)
Simulated command processing.
|
protected boolean |
DomeSimulator.processCommand(CommandEvent ce,
int acknr)
Simulated command processing.
|
protected boolean |
ShelterMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
protected void |
DomeMaster.quitMaster(CommandEvent cmd)
Quits the environment, first part.
|
protected boolean |
EnvironmentMaster.resetMaster(CommandEvent cmd)
Resets the environment.
|
protected boolean |
DomeMaster.resetMaster(CommandEvent cmd)
Resets the environment.
|
protected boolean |
RollOffRoofMaster.resetMaster(CommandEvent cmd) |
protected Object |
ShelterMaster.statusMaster(CommandEvent dummy)
The method actually delivering the status lines.
|
| Modifier and Type | Field and Description |
|---|---|
private CommandEvent |
TimeOutError.follows
The command type the time out error follows.
|
| Modifier and Type | Method and Description |
|---|---|
CommandEvent |
CommandKnowledge.getCommand()
Returns the target that was active when this error was thrown.
|
CommandEvent |
TimeOutError.getCommand()
Sets the command the time out event follows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandKnowledge.setCommand(CommandEvent ce)
Sets the target that was active when this error was thrown.
|
void |
TimeOutError.setCommand(CommandEvent cmd)
Sets the command the time out event follows.
|
| Modifier and Type | Field and Description |
|---|---|
private CommandEvent |
AbstractStatusRequestor.urge
The command to send that urges a status message sent back.
|
| Modifier and Type | Method and Description |
|---|---|
private CommandEvent |
AbstractStatusRequestor.instantiateUrge(String comname)
Tries to instantiate the command that should be sent to the command
handling instance.
|
| Modifier and Type | Field and Description |
|---|---|
private CommandEvent |
CasterClient.CommandSender.command
The command to send to the server.
|
private CommandEvent |
CasterClient.lastCommand
The last command sent.
|
private CommandEvent |
CommandReceiver.CommandHandler.OneCommandCycle.todo
The command to execute.
|
| Modifier and Type | Method and Description |
|---|---|
private static CommandEvent |
TestCaster.generateRandomCommand(Object src)
Generates one random command out of a list of possible command.
|
private static CommandEvent |
TelescopeClient.Test.generateRandomCommand(Object src,
int random)
Generates one random command out of a list of possible command.
|
CommandEvent |
PilarLauncher.getExitCommand() |
CommandEvent |
CasterClient.getExitCommand()
Default implementation of exit command is null.
|
CommandEvent |
PilarLauncher.getShutdownCommand() |
CommandEvent |
TelescopeClient.getShutdownCommand()
The shutdown command of the telescope.
|
CommandEvent |
TestCaster.getShutdownCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
PilarLauncher.castCommand(CommandEvent ce) |
void |
CasterClient.castCommand(CommandEvent ce)
The public method called to cast a command to the specified receiver.
|
boolean |
TelescopeClient.Blocking.castCommandAndWait(CommandEvent ce)
Casts the command and blocks.
|
protected int |
TestReceiver.getAcknowledgeNumber(CommandEvent cmd)
Returns the type of the first acknowledge event.
|
protected int |
CommandReceiver.getAcknowledgeNumber(CommandEvent cmd)
Returns the type of the first acknowledge event as a function of the
command type.
|
protected long |
TestReceiver.getCompletionTime(CommandEvent ignore,
int dummytype)
Returns a time between
TestReceiver.KEY_ACKMIN and TestReceiver.KEY_ACKMAX. |
protected abstract long |
CommandReceiver.getCompletionTime(CommandEvent cmd,
int acktype)
Returns the completion time for the specified command.
|
boolean |
PilarLauncher.handles(CommandEvent ce) |
boolean |
TelescopeClient.handles(CommandEvent ce)
A test caster handles test commands.
|
boolean |
TestCaster.handles(CommandEvent ce)
A test caster handles test commands.
|
boolean |
CasterClient.handles(CommandEvent ce)
A caster client can only handle
CloseSocket commands, as this
command should be understood by any caster client dealing with
sockets. |
protected void |
CasterClient.notifyCommandListener(CommandEvent ce)
Notifies all registered
RmiCommandListeners. |
protected boolean |
TestReceiver.processCommand(CommandEvent ignore,
int dummytype)
Processes the given command.
|
protected abstract boolean |
CommandReceiver.processCommand(CommandEvent cmd,
int acktype)
Processes the given command.
|
| Constructor and Description |
|---|
CommandSender(ThreadGroup group,
CommandEvent cmd)
Constructs a new command sender.
|
OneCommandCycle(CommandEvent cmd)
Constructs a new single command cyle object.
|
| Modifier and Type | Field and Description |
|---|---|
private CommandEvent |
ReceiverTorso.CommandHandler.cmd
The command to process.
|
private CommandEvent |
CasterTorso.lastCommand
A copy of the last command cast.
|
| Modifier and Type | Field and Description |
|---|---|
private List<Class<? extends CommandEvent>> |
DistinctCaster.no
This list has class names I don't handle.
|
private Map<CommandEvent,ErrorEvent> |
ReceiverTorso.process
A vector of commands currently processed.
|
private List<Class<? extends CommandEvent>> |
DistinctCaster.yes
This list has class names I handle.
|
| Modifier and Type | Method and Description |
|---|---|
CommandEvent |
TelescopeCaster.getExitCommand()
Returns the shut-down command for the CCD.
|
CommandEvent |
CalibrationCaster.getExitCommand()
Returns the exit command for the environment.
|
CommandEvent |
CasterTorso.getExitCommand()
Default implementation of exit command is null.
|
CommandEvent |
CCDCaster.getShutdownCommand()
Returns the shut-down command for the CCD.
|
CommandEvent |
WifsipCaster.getShutdownCommand()
Returns the shut-down command for the CCD.
|
CommandEvent |
TelescopeCaster.getShutdownCommand()
Returns the shut-down command for the CCD.
|
CommandEvent |
CalibrationCaster.getShutdownCommand()
Returns the shut-down command for the environment.
|
CommandEvent |
SpectrographCaster.getShutdownCommand()
Returns the shut-down command for the environment.
|
CommandEvent |
AdapterCaster.getShutdownCommand()
Returns the shut-down command for the adapter.
|
CommandEvent |
EnvironmentCaster.getShutdownCommand()
Returns the shut-down command for the environment.
|
CommandEvent |
TestCaster.getShutdownCommand()
Returns the shut-down command for the test caster.
|
CommandEvent |
AuxiliaryCaster.getShutdownCommand()
Returns the shut-down command for the adapter.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Class<? extends CommandEvent>> |
DistinctCaster.classList(String comma)
Constructs a list of command events from a comma separated string.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GenericMaster.abortMaster(CommandEvent cmd)
Method called to abort the device.
|
boolean |
GenericMaster.Standalone.accepts(CommandEvent ce)
Returns false;
|
boolean |
TestReceiver.accepts(CommandEvent ce)
A tester accepts the commands that are defined with the
TestReceiver.KEY_ACCEPTS command. |
boolean |
RmiCommandListener.accepts(CommandEvent ce)
Returns true if this rmi-command listener can handle the stated
command.
|
void |
CasterTorso.castCommand(CommandEvent ce)
The public method called to cast a command to registered listeners.
|
boolean |
AdapterCaster.defaultHandles(CommandEvent ce)
Handles only command events of
AdapterCommand type. |
abstract boolean |
DistinctCaster.defaultHandles(CommandEvent ce)
For classes not in the deny or allow list.
|
boolean |
AuxiliaryCaster.defaultHandles(CommandEvent ce)
Handles only command events of
AdapterCommand type. |
protected int |
GenericMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge event to be sent back as a function of
the command type.
|
protected int |
TestReceiver.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge messages that will be generated
for this command.
|
int |
GenericSimulator.getAcknowledgeNumber(CommandEvent ce)
Returns the expected acknowledge number.
|
protected abstract int |
ReceiverTorso.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge event to be sent back
as a function of the
command type.
|
protected long |
GenericMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the completion time for the specified command.
|
protected long |
TestReceiver.getCompletionTime(CommandEvent ignore,
int dummytype)
Returns a time between
TestReceiver.KEY_ACKMIN and TestReceiver.KEY_ACKMAX. |
protected long |
GenericSimulator.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the acknowledge time for the argumental command, with given
acknowledge-cycle number.
|
protected abstract long |
ReceiverTorso.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the completion time for the specified command.
|
protected ErrorEvent |
TestReceiver.getLastError(CommandEvent dummy)
Returns a randomly selected error out of the errorlist.
|
protected ErrorEvent |
ReceiverTorso.getLastError(CommandEvent cmd)
Returns the error event describing the last error that occured as a
result
of a specified commend.
|
protected long |
GenericSimulator.getSimulationTime(CommandEvent cmd,
int acknr)
Returns the completion time actually used by the simulator, e.g.
|
boolean |
CCDCaster.handles(CommandEvent ce)
Handles only command events of
CcdCommand type. |
boolean |
WifsipCaster.handles(CommandEvent ce)
Handles only command events of
CcdCommand type and the
filter selection command. |
boolean |
TelescopeCaster.handles(CommandEvent ce)
Handles only command events of
TelescopeCommand type. |
boolean |
CalibrationCaster.handles(CommandEvent ce)
Handles only command events of
SpectrographCommand type. |
boolean |
SpectrographCaster.handles(CommandEvent ce)
Handles only command events of
SpectrographCommand type. |
boolean |
EnvironmentCaster.handles(CommandEvent ce)
Handles only command events of
EnvironmentCommand type. |
boolean |
DistinctCaster.handles(CommandEvent ce)
We look if the class we are asked for is in the positive or negative
list.
|
boolean |
TestCaster.handles(CommandEvent ce) |
protected abstract boolean |
GenericMaster.initializeMaster(CommandEvent cmd)
Method called to init the device.
|
protected boolean |
GenericMaster.Standalone.initializeMaster(CommandEvent dummy)
Does nothing.
|
protected boolean |
TestReceiver.initializeMaster(CommandEvent dummy)
Method called to init the device.
|
protected void |
TestCaster.notifyCommandListener(CommandEvent ce)
Notifies the test receiver.
|
protected abstract boolean |
GenericMaster.parkMaster(CommandEvent cmd)
Method called to park the device.
|
protected boolean |
GenericMaster.Standalone.parkMaster(CommandEvent dummy)
Does nothing.
|
protected boolean |
TestReceiver.parkMaster(CommandEvent dummy)
Method called to park the device.
|
protected boolean |
GenericMaster.processCommand(CommandEvent cmd,
int acknr)
Processes the given command.
|
protected boolean |
TestReceiver.processCommand(CommandEvent ignore,
int dummytype)
Processes the given command.
|
protected boolean |
GenericSimulator.processCommand(CommandEvent cmd,
int acknr)
Processes the given command.
|
protected abstract boolean |
ReceiverTorso.processCommand(CommandEvent cmd,
int acknr)
Processes the given command.
|
protected void |
GenericMaster.quitMaster(CommandEvent cmd)
Quits the master by deregistering it from the registry and calling
GenericMaster.shutdown() on the parent. |
protected abstract boolean |
GenericMaster.resetMaster(CommandEvent cmd)
Method called to reset the device.
|
protected boolean |
GenericMaster.Standalone.resetMaster(CommandEvent dummy)
Does nothing.
|
protected boolean |
TestReceiver.resetMaster(CommandEvent dummy)
Method called to reset the device.
|
void |
GenericMaster.rmiCommand(CommandEvent cmd)
We catch the first invocation with a new command to check if we are in a
state that allows accepting of remote commands (i.e.
|
void |
ReceiverTorso.rmiCommand(CommandEvent cmd)
The command receiving method.
|
void |
RmiCommandListener.rmiCommand(CommandEvent ce)
The method called by registered telescope command casters.
|
protected void |
ReceiverTorso.sendPrematureDone(CommandEvent cmd)
Terminates the given command with a final done event.
|
protected void |
GenericMaster.setLastError(CommandEvent cmd,
ErrorEvent ee)
Sets the last error event occuring.
|
protected void |
ReceiverTorso.setLastError(CommandEvent cmd,
ErrorEvent ee)
Sets the last error event occuring.
|
protected abstract Object |
GenericMaster.statusMaster(CommandEvent cmd)
Method called to return the status.
|
Object |
GenericMaster.Standalone.statusMaster(CommandEvent dummy)
Returns all values served in a single String.
|
protected Object |
TestReceiver.statusMaster(CommandEvent dummy)
Method called to return the status string.
|
| Constructor and Description |
|---|
CommandHandler(ThreadGroup group,
CommandEvent com)
Constructs a new command-handling thread.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorEvent |
DomeReceiver.getLastError(CommandEvent dummy)
Returns the last error that occured.
|
ErrorEvent |
RoofReceiver.getLastError(CommandEvent dummy)
Returns the last error event generated during a command subroutine.
|
ErrorEvent |
DomeOperating.getLastError(CommandEvent cmd)
Returns the last error generated as a result of on of the
open/close etc.
|
ErrorEvent |
RoofOperating.getLastError(CommandEvent cmd)
Returns the last error generated as a result of on of the
open/close etc.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TelescopeMaster.abortMaster(CommandEvent cmd)
Method called to abort the telescope.
|
boolean |
TelescopeSimulator.accepts(CommandEvent ce)
Returns true if this receiver accepts commands of the type handed over as
an argument.
|
boolean |
TelescopeMaster.accepts(CommandEvent ce)
Checks if the command received is accepted by the adapter master.
|
private boolean |
TelescopeMaster.applyAddOffset(CommandEvent cmd,
double daz,
double dalt)
Apply an offset to the telescope and return immediately.
|
private boolean |
TelescopeMaster.applyAddOffset(CommandEvent cmd,
double daz,
double dalt,
double h)
Apply an offset to the telescope and return immediately.
|
private boolean |
TelescopeMaster.applyDerotator(CommandEvent cmd,
double deg)
Applies a new derotator position in degrees.
|
private boolean |
TelescopeMaster.applyDerotatorOffset(CommandEvent cmd,
double deg)
Applies a new derotator position in degrees.
|
private boolean |
TelescopeMaster.applyDither(CommandEvent cmd,
double dra,
double dde)
Applies a right ascendion/declination dither.
|
private boolean |
TelescopeMaster.applyFocus(CommandEvent cmd,
double mm)
Applies a new focus position in millimeters.
|
private boolean |
TelescopeMaster.applyFocusOffset(CommandEvent cmd,
double mm)
Applies a new focus offset in millimeters.
|
private boolean |
TelescopeMaster.applyOffset(CommandEvent cmd,
double daz,
double dalt)
Apply an offset to the telescope and return immediately.
|
private boolean |
TelescopeMaster.applyOffset(CommandEvent cmd,
double daz,
double dalt,
double h)
Apply an offset to the telescope and return immediately.
|
private boolean |
TelescopeMaster.clearErrors(CommandEvent cmd)
Clears any errors that are present on the telescope.
|
protected int |
TelescopeMaster.getAcknowledgeNumber(CommandEvent cmd)
Returns the number of acknowledge event to be sent back as a function of
the command type.
|
protected long |
TelescopeMaster.getCompletionTime(CommandEvent cmd,
int acknr)
Returns the individual completion times.
|
private boolean |
TelescopeMaster.guiding(CommandEvent cmd,
boolean on)
Changes the current tracking state and waits until the telescope is in
the new state.
|
protected boolean |
TelescopeMaster.initializeMaster(CommandEvent cmd)
Initializes the calibration master.
|
protected boolean |
TelescopeMaster.parkMaster(CommandEvent cmd)
Parks the telescope.
|
private boolean |
TelescopeMaster.port(CommandEvent cmd,
int id)
Changes to the specified port.
|
private boolean |
TelescopeMaster.position(CommandEvent cmd,
double az,
double alt)
Positions the telescope at a certain az/alt.
|
protected boolean |
TelescopeSimulator.processCommand(CommandEvent ce,
int acknr)
Simulated command execution.
|
protected boolean |
TelescopeMaster.processCommand(CommandEvent cmd,
int acknr)
Process the command.
|
private boolean |
TelescopeMaster.protect(CommandEvent cmd,
boolean yes)
Closes the mirror cover.
|
protected boolean |
TelescopeMaster.resetMaster(CommandEvent cmd)
Resets the telescope.
|
private boolean |
TelescopeMaster.selectPointingModel(CommandEvent cmd,
String model)
Selects a pointing model.
|
private boolean |
TelescopeMaster.slide(CommandEvent cmd,
double ra,
double de,
double off,
boolean follow)
Positions the telescope to a certain ra, dec and start tracking.
|
protected Object |
TelescopeMaster.statusMaster(CommandEvent cmd)
Returns a short description of the status of the telescope.
|
private boolean |
TelescopeMaster.tracking(CommandEvent cmd,
boolean on)
Changes the current tracking state.
|
| Modifier and Type | Method and Description |
|---|---|
CommandEvent |
TelescopeSubsidiaryCaster.getShutdownCommand()
Returns null, never needed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TelescopeSubsidiaryCaster.handles(CommandEvent ce)
This caster handles only
OffsetTelescope move, focus and status
commands. |
| Modifier and Type | Method and Description |
|---|---|
CommandEvent |
XMLRenderer.getFullCommand(String template,
String id,
String parameter,
String init,
Map<String,Object> loop)
Returns a fully qualified command event from a template.
|