Uses of Interface
stella.Trigger

Packages that use Trigger
stella   
stella.adapter   
stella.io   
stella.jview   
stella.parameter   
stella.roof   
stella.sensor   
stella.telescope   
stella.util   
 

Uses of Trigger in stella
 

Subinterfaces of Trigger in stella
 interface Switch
          A switch is a more specific implementation of a trigger.
 

Uses of Trigger in stella.adapter
 

Fields in stella.adapter declared as Trigger
private  Trigger AdapterSimulator.guide
          The is-guiding trigger.
private  Trigger AuxiliarySimulator.guide
          The is-guiding trigger.
private  Trigger AdapterSimulator.lostguide
          The guiding-lost trigger.
private  Trigger AuxiliarySimulator.lostguide
          The guiding-lost trigger.
private  Trigger AdapterSimulator.losttarget
          The target-lost trigger.
private  Trigger AuxiliarySimulator.losttarget
          The target-lost trigger.
 

Uses of Trigger in stella.io
 

Fields in stella.io declared as Trigger
private  Trigger PollingRS485Server.Poller.cycle
          True if polling is retrieving data.
 

Uses of Trigger in stella.jview
 

Classes in stella.jview that implement Trigger
 class JFrameParameter
          A special parameter used as a dirty trick to get a parameter display.
 class JSliderParameter
          A slider parameter is a Value or Trigger that is entered into the system by moving a slider in a window.
 

Fields in stella.jview declared as Trigger
private  Trigger JFrameParameter.help
          Some properties are simple rayed to this instance.
private  Trigger JSliderParameter.trigger
          The auxilliar trigger object.
 

Methods in stella.jview with parameters of type Trigger
private  int JRoofView.getNorthBoltBlink(Trigger[] info)
          Get the blink frequency of the north bolt.
private  int JRoofView.getSouthBoltBlink(Trigger[] info)
          Get the blink frequency of the south bolt.
private  int JRoofView.getSpeedBlink(Trigger[] info)
          Get the blink frequency of the speed indicator.
private  void JRoofView.showLeftRoof(Trigger[] info)
          Draws the image of a left-handed roof according to the roof info settings.
private  void JRoofView.showRightRoof(Trigger[] info)
          Draws the image of a left-handed roof according to the roof info settings.
 

Uses of Trigger in stella.parameter
 

Classes in stella.parameter that implement Trigger
 class AbstractRemoteSwitch
          An abstract implementation of a remote switch.
 class AbstractRemoteTrigger
          A skelleton implementation of a RemoteTrigger.
 class AbstractSwitch
          An abstract implementation for a switch.
 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 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 MissmatchTrigger
          A missmatch trigger is true, if the two values registered to it show an absolute displacement higher than MissmatchTrigger.KEY_MAXOFF.
 class MomentsTrigger
          A moment trigger changes its value depending on a fits moments list provided to it.
 class Observing
          A trigger that is true if the obersavtory is currently in the observing mode.
 class OneWireMultiSwitch
          A class providing access to a one-wire switches simultaneously.
 class OneWireSwitch
          A class providing access to a one-wire switch.
 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 RS485Switch
          A class providing access to a RS485-enabled switch.
 class SeasonWeather
          A trigger that mimics seasonal weather on the STELLA site.
 class SimpleEventTrigger
          An abstract implementation for an event trigger.
 class SimpleRemoteSwitch
          A helper class providing a simulated switch that can be exported remotely.
 class SimpleRemoteTrigger
          A helper class providing a simple trigger.
 class SimpleTrigger
          A helper class providing a simple trigger.
 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.
 class TriggerSkeleton
          A trigger that takes a non-remote trigger and exports it to the registry.
 class TriggerStub
          An extension to parameter stub.
 class WeatherTrigger
          A weather trigger takes a list of SensorValues, named according to WeatherTrigger.KEY_WEATHERLIST.
 

Fields in stella.parameter declared as Trigger
private  Trigger TriggerSkeleton.export
          The parameter that is to be exported.
private  Trigger FocusStar.fov
          If the field-of-view is crowded, this is true.
private  Trigger ElapsedTime.monitor
          The trigger whose elapsed toggel tiem is monitored by this number.
private  Trigger InferPark.power
          The registered power trigger.
private  Trigger PowerTelescope.power
          My simple trigger that reflects the state.
private  Trigger SimpleRemoteTrigger.simple
          My trigger.
 

Uses of Trigger in stella.roof
 

Classes in stella.roof that implement Trigger
 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 RoofTrigger
          A trigger that directly connects to a RoofOperating instance.
 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.
 

Fields in stella.roof declared as Trigger
private  Trigger LightSwitch.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 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.
 

Methods in stella.roof that return Trigger
 Trigger[] RoofInfo.getTriggers()
          Returns all triggers.
 

Methods in stella.roof with parameters of type Trigger
 void RoofInfo.setTrigger(Trigger[] trigger)
          Sets all triggers.
 

Uses of Trigger in stella.sensor
 

Subinterfaces of Trigger in stella.sensor
 interface WeatherSurveying
          An interface that describes the functinoality of a weather station, i.e.
 

Classes in stella.sensor that implement Trigger
 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.
 

Fields in stella.sensor declared as Trigger
private  Trigger RS485RainSensor.goodweather
          The weather toggle.
private  Trigger HumiditySwitch.shut
          The status of the roof.
 

Uses of Trigger in stella.telescope
 

Classes in stella.telescope that implement Trigger
 class CabinetSwitch
          A switch to turn the power in the switch cabinet of the telescope on and off.
 

Uses of Trigger in stella.util
 

Classes in stella.util that implement Trigger
 class SimulatorWeather
          This class is the base class for simple or more sophisticated average-weather predictors to use in simulations of STELLA action.
 

Fields in stella.util declared as Trigger
private  Trigger SimulatorWeather.goodweather
          The good-weather trigger.