| Package | Description |
|---|---|
| globals.rmi | |
| globals.trigger | |
| globals.value | |
| io | |
| stella.adapter | |
| stella.auxiliary | |
| stella.globals | |
| stella.io | |
| stella.mxio | |
| stella.net.modbus | |
| stella.rmi | |
| stella.roof | |
| stella.sensor | |
| stella.telescope | |
| stella.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRemoteTrigger
A skelleton implementation of a
RemoteTrigger. |
class |
MomentsTrigger
A moment trigger changes its value depending on a fits moments list provided
to it.
|
class |
SimpleRemoteTrigger
A helper class providing a simple trigger.
|
class |
TriggerSkeleton
A trigger that takes a non-remote trigger and exports it to the
registry.
|
class |
TriggerStub
An extension to parameter stub.
|
| Modifier and Type | Field and Description |
|---|---|
private Trigger |
TriggerSkeleton.export
The parameter that is to be exported.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTrigger
An intermediate class from an abstract parameter to a concrete trigger
class.
|
class |
CountDownTrigger
A trigger that has a nominal state, set by initboolean.
|
class |
CountingTrigger
A trigger that counts the time whenever it is true.
|
class |
MissmatchTrigger
A missmatch trigger is true, if the two values registered to it show an
absolute displacement higher than
MissmatchTrigger.KEY_MAXOFF. |
class |
Observing
A trigger that is true if the obersavtory is currently in the observing mode.
|
class |
SimpleEventTrigger
An abstract implementation for an event trigger.
|
class |
SimpleTrigger
A helper class providing a simple trigger.
|
| Modifier and Type | Field and Description |
|---|---|
private Trigger |
ElapsedTime.monitor
The trigger whose elapsed toggel tiem is monitored by this number.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Switch
A switch is a more specific implementation of a trigger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSwitch
An abstract implementation for a switch.
|
| Modifier and Type | Field and Description |
|---|---|
private Trigger |
AdapterSimulator.guide
The is-guiding trigger.
|
private Trigger |
AdapterSimulator.lostguide
The guiding-lost trigger.
|
private Trigger |
AdapterSimulator.losttarget
The target-lost trigger.
|
| Modifier and Type | Field and Description |
|---|---|
private Trigger |
AuxiliarySimulator.guide
The is-guiding trigger.
|
private Trigger |
AuxiliarySimulator.lostguide
The guiding-lost trigger.
|
private Trigger |
AuxiliarySimulator.losttarget
The target-lost trigger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceTrigger
Device trigger are used to mirror the status of an external command server.
|
class |
ErrorTrigger
A trigger that gets true when a certain error event is sent to the SCS.
|
class |
FlatMatch
This trigger is true only when the currently requested flat group, as defined
by the
FlatGroup parameter matches the flat group assigned to a sky
flat field target. |
class |
FocusStar
A general variable representing the visual magnitude of the actual object.
|
class |
InferPark
Tries to infer the parking state of the telescope by checking the telescope's
power state and altitude.
|
class |
PilarTrigger
No true triggers (true/false) exist in Pilar, only values.
|
class |
PowerTelescope
The current power state of the telescope, as parsed from a status event.
|
class |
SeasonWeather
A trigger that mimics seasonal weather on the STELLA site.
|
class |
WeatherTrigger
A weather trigger takes a list of
SensorValues, named according to
WeatherTrigger.KEY_WEATHERLIST. |
| Modifier and Type | Field and Description |
|---|---|
private Trigger |
FocusStar.fov
If the field-of-view is crowded, this is true.
|
private Trigger |
PowerTelescope.power
My simple trigger that reflects the state.
|
private Trigger |
InferPark.power
The registered power trigger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeckhoffSwitch
A class providing access to a ADS-enabled switch.
|
class |
OneWireMultiSwitch
A class providing access to a one-wire switches simultaneously.
|
class |
OneWireSwitch
A class providing access to a one-wire switch.
|
class |
RS485Switch
A class providing access to a RS485-enabled switch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MoxaSwitch
A class providing access to a one-wire switch.
|
class |
MoxaTrigger
A class providing access to a one-wire switch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModbusSwitch |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRemoteSwitch
An abstract implementation of a remote switch.
|
class |
SwitchSkeleton
A trigger that takes a non-remote trigger and exports it to the registry.
|
class |
SwitchStub
The stub representation for a remote switch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeckhoffLight
A class providing access to a RS485-enabled light switch.
|
private class |
BeckhoffRoof.PlcTrigger
A trigger that listens to cache change events issued by a Beckhoff ADS
driver.
|
class |
Blinker
A blinker is used to provide some sort of a warning signal before the
STELLA roof starts moving.
|
class |
LightSwitch
A class providing access to a RS485-enabled light switch.
|
class |
OneReadTrigger
A trigger that reads the serial line on startup.
|
class |
ShelterTrigger
A trigger that directly connects to a
Sheltering instance. |
class |
SwitchTrigger
An event trigger that constanly monitors the status of the roof switches.
|
| Modifier and Type | Field and Description |
|---|---|
private Trigger |
BeckhoffRoof.closing
Internal signal of an ongoing closing operation, false if completed.
|
private Trigger |
LightSwitch.forced
Monitors forced switches.
|
private Trigger |
BeckhoffLight.forced
Monitors forced switches.
|
private Trigger |
BaaderDome.hatchopen
The trigger that is true, if the hatch is open.
|
private Trigger |
BaaderDome.hatchshut
The trigger that is true, if the hatch is shut.
|
private Trigger |
LightSwitch.open
The roof-open trigger.
|
private Trigger |
BeckhoffLight.open
The roof-open trigger.
|
private Trigger |
BeckhoffRoof.opening
Internal signal of an ongoing opening operation, false if completed.
|
private Trigger |
BaaderDome.slitopen
The trigger that is true, if the slit is open.
|
private Trigger |
BaaderDome.slitshut
The trigger that is true, if the slit is shut.
|
private Trigger[] |
RoofInfo.t24
The status of all triggers.
|
| Modifier and Type | Method and Description |
|---|---|
Trigger[] |
RoofInfo.getTriggers()
Returns all triggers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoofInfo.setTrigger(Trigger[] trigger)
Sets all triggers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeatherSurveying
An interface that describes the functinoality of a weather station, i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWeatherSurveyor
An abstract implementation of the
WeatherSurveying interface. |
class |
HumiditySwitch
A switch that listens to a sensor and, based on the reading, switches
an RS485-relay on and off.
|
class |
WeatherStation
A class acting as a conductor of several
WeatherSensors. |
| Modifier and Type | Field and Description |
|---|---|
private Trigger |
HumiditySwitch.shut
The status of the roof.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CabinetSwitch
A switch to turn the power in the switch cabinet of the telescope on and
off.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimulatorWeather
This class is the base class for simple or more sophisticated average-weather
predictors to use in simulations of STELLA action.
|
| Modifier and Type | Field and Description |
|---|---|
private Trigger |
SimulatorWeather.goodweather
The good-weather trigger.
|