Uses of Class
stella.parameter.AbstractTrigger

Packages that use AbstractTrigger
stella.parameter   
stella.roof   
stella.sensor   
stella.telescope   
 

Uses of AbstractTrigger in stella.parameter
 

Subclasses of AbstractTrigger in stella.parameter
 class AbstractSwitch
          An abstract implementation for a switch.
 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 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 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.
 class SeasonWeather
          A trigger that mimics seasonal weather on the STELLA site.
 class SimpleEventTrigger
          An abstract implementation for an event trigger.
 class SimpleTrigger
          A helper class providing a simple trigger.
 class WeatherTrigger
          A weather trigger takes a list of SensorValues, named according to WeatherTrigger.KEY_WEATHERLIST.
 

Uses of AbstractTrigger in stella.roof
 

Subclasses of AbstractTrigger in stella.roof
 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 SwitchTrigger
          An event trigger that constanly monitors the status of the roof switches.
 

Uses of AbstractTrigger in stella.sensor
 

Subclasses of AbstractTrigger in stella.sensor
 class HumiditySwitch
          A switch that listens to a sensor and, based on the reading, switches an RS485-relay on and off.
 

Uses of AbstractTrigger in stella.telescope
 

Subclasses of AbstractTrigger in stella.telescope
 class CabinetSwitch
          A switch to turn the power in the switch cabinet of the telescope on and off.