| Package | Description |
|---|---|
| stella | |
| stella.adapter | |
| stella.ccd | |
| stella.net | |
| stella.rmi | |
| stella.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageListener
A class to use as message listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GregorTelescopeCaster
A simple class that allows sending of offset-commands from the adapter to the
telescope.
|
class |
PilarTelescopeCaster
A simple class that allows sending of offset-commands from the adapter to the
telescope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WifsipTelescopeCaster
For wifsip, we allow access to the focussing of the telescope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CasterClient.addRmiAcknowledgeListener(RmiAcknowledgeListener ear)
Registers an acknowledge event listener to this caster.
|
void |
CasterClient.removeRmiAcknowledgeListener(RmiAcknowledgeListener ear)
Deregisters an acknowledge event listener from this caster.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterCaster
A concret caster client that connects to the telescope control.
|
class |
AuxiliaryCaster
A concret caster client that connects to the telescope control.
|
class |
CalibrationCaster
A concret caster client that connects to the telescope control.
|
class |
CasterTorso
The class to send commands.
|
class |
CCDCaster
A concret caster client that connects to the ccd control.
|
class |
DistinctCaster
A concret caster client that can handle commands as found in its
DistinctCaster.KEY_HANDLE list. |
class |
EnvironmentCaster
A concret caster client that connects to the telescope control.
|
class |
SpectrographCaster
A concret caster client that connects to the telescope control.
|
class |
TelescopeCaster
A concret caster client that connects to the telescope control.
|
class |
TestCaster
This class test some capabilities of the caster class.
|
class |
WifsipCaster
A concret caster client that connects to the ccd control.
|
| Modifier and Type | Field and Description |
|---|---|
private List<RmiAcknowledgeListener> |
ReceiverTorso.acknowledgeList
The Vector of the registered acknowledge listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RmiAcknowledgeCaster.addRmiAcknowledgeListener(RmiAcknowledgeListener ear)
Registers an acknowledge listener to this acknowledge caster.
|
void |
ReceiverTorso.addRmiAcknowledgeListener(RmiAcknowledgeListener ear)
Registers an acknowledge listener to this command receiver.
|
void |
RmiAcknowledgeCaster.removeRmiAcknowledgeListener(RmiAcknowledgeListener ear)
Deregisters an acknowledge listener from this acknowledge caster.
|
void |
ReceiverTorso.removeRmiAcknowledgeListener(RmiAcknowledgeListener ear)
Deregisters an acknowledge listener from this command receiver.
|
| 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.
|
class |
TelescopeSubsidiaryCaster
A simple class that allows sending of telescope commands from a generic
master to the telescope.
|