| 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.addRmiDoneListener(RmiDoneListener ear)
Registers a done event listener to this caster.
|
void |
CasterClient.removeRmiDoneListener(RmiDoneListener ear)
Deregisters a done event listener to 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<RmiDoneListener> |
ReceiverTorso.doneList
The Vector of the registered done listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RmiDoneCaster.addRmiDoneListener(RmiDoneListener ear)
Registers a done listener to this done caster.
|
void |
ReceiverTorso.addRmiDoneListener(RmiDoneListener ear)
Adds a done event listener to this command receiver.
|
void |
RmiDoneCaster.removeRmiDoneListener(RmiDoneListener ear)
Deregisters a done listener from this done caster.
|
void |
ReceiverTorso.removeRmiDoneListener(RmiDoneListener ear)
Deregisters a done event 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.
|