| Package | Description |
|---|---|
| stella | |
| stella.acquire | |
| stella.adapter | |
| stella.auxiliary | |
| stella.calibration | |
| stella.ccd | |
| stella.environment | |
| stella.net | |
| stella.rmi | |
| stella.telescope | |
| stella.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageListener
A class to use as message listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MasterLauncher.addRmiCommandListener(RmiCommandListener ear)
Registers a command listener to the master launcher.
|
void |
MasterLauncher.removeRmiCommandListener(RmiCommandListener ear)
Deregisters a command listener to the master launcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcquireMaster |
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterMaster
This class handles the adapter communication to the SCS.
|
class |
AdapterSimulator
Simulates the action of the adapter.
|
class |
AuxiliaryMaster
This class handles the adapter communication to the SCS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuxiliarySimulator
Simulates the action of the adapter.
|
class |
OffAxisMaster |
class |
PinholeViewingMaster |
| Modifier and Type | Class and Description |
|---|---|
class |
CalibrationMaster
This class is an intermediate step to a adapter that is capable only of
steering the calibrational units.
|
class |
CalibrationSimulator
Simulates the action of the adapter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CameraMaster
The class that handles the communication of the CCD controler back with the
SCS.
|
class |
MagellanMaster
Class that extends the CameraMaster further to allow Mode switches and
autoclearing behaviour changes common to WiFSIP and SES.
|
class |
SesMaster
The class that handles the communication of the CCD controler back with the
SCS.
|
class |
SesSimulator
A class to simulate the scientific ccd in STELLA.
|
class |
WifsipMaster
This master controlls the WiFSIP instrument.
|
class |
WifsipSimulator
A class to simulate the scientific ccd in STELLA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomeMaster
The master program running at the environment control.
|
class |
DomeSimulator
A class to simulate the environment.
|
class |
EnvironmentMaster
The master program running at the environment control.
|
class |
EnvironmentSimulator
A class to simulate the environment.
|
class |
RollOffRoofMaster
Provides just the essential methods.
|
class |
ShelterMaster
The master program running at the environment control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CasterClient.addRmiCommandListener(RmiCommandListener ear)
Registers a command event listener to this caster.
|
void |
CasterClient.removeRmiCommandListener(RmiCommandListener ear)
Deregisters a command event listener from this caster.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericMaster
A generic parent class for device masters.
|
static class |
GenericMaster.Standalone
Standalone class that does not respond to commands, but provides a set of
global variables and switches.
|
class |
GenericSimulator
A class used as a parental class for concrete device simulators.
|
class |
ReceiverTorso
The command receiver.
|
class |
TestReceiver
The receiver end to the test caster method.
|
| Modifier and Type | Field and Description |
|---|---|
private RmiCommandListener |
TestCaster.testInstrument |
| Modifier and Type | Method and Description |
|---|---|
void |
CasterTorso.addRmiCommandListener(RmiCommandListener ear)
Registers a rmi command event listener to this property container.
|
void |
RmiCommandCaster.addRmiCommandListener(RmiCommandListener ear)
Registers an acknowledge listener to this acknowledge caster.
|
void |
CasterTorso.removeRmiCommandListener(RmiCommandListener ear)
Deregisters an rmi command event listener from this property container.
|
void |
RmiCommandCaster.removeRmiCommandListener(RmiCommandListener ear)
Deregisters an acknowledge listener from this acknowledge caster.
|
void |
TestCaster.setCommandListener(RmiCommandListener ear)
Registers the only test command listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TelescopeMaster
Class that resides on the telescope side and directly talks to a Pilar3
server via a TCP/IP socket connection.
|
class |
TelescopeSimulator
A telescope simulator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TargetChangeListener
A class waiting for notification of target picks, then queries the
target name and prints it to std-out.
|