Uses of Interface
util.StatusProviding

Packages that use StatusProviding
ccd.sta0501   
ccd.sta4240   
stella   
stella.parameter   
stella.roof   
stella.sensor   
stella.util   
 

Uses of StatusProviding in ccd.sta0501
 

Classes in ccd.sta0501 that implement StatusProviding
 class MagellanDriver
          This class interfaces to Thomas Fechner's Wifsip controller (Magellan) type.
 

Uses of StatusProviding in ccd.sta4240
 

Classes in ccd.sta4240 that implement StatusProviding
 class E2VDriver
          This class interfaces to Thomas Fechner's EsV controller (Magellan) type.
 

Uses of StatusProviding in stella
 

Methods in stella with parameters of type StatusProviding
private static String MasterMind.statusProvider(StatusProviding stat)
          Provides a generic status string for StatusProviding objects by returning thei class name folowed by the string representation of their status.
 

Uses of StatusProviding in stella.parameter
 

Classes in stella.parameter that implement StatusProviding
 class WeatherTrigger
          A weather trigger takes a list of SensorValues, named according to WeatherTrigger.KEY_WEATHERLIST.
 

Uses of StatusProviding in stella.roof
 

Subinterfaces of StatusProviding in stella.roof
 interface DomeOperating
          An interface describing the functionality of a roof server.
 interface RoofOperating
          An interface describing the functionality of a roof server.
 interface Sheltering
          An interface describing the functionality of a roof server.
 

Classes in stella.roof that implement StatusProviding
 class AbstractShelter
          An abstract implementation of the RoofOperating interface.
 class DomeReceiver
          The Dome receiver operates the Baader dome of RoboTel, but should be capable of dealing with similar dome designs.
 class RoofReceiver
          The class serving open/close roof, power on/off, status and reset limit switches.
 

Uses of StatusProviding in stella.sensor
 

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

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

Uses of StatusProviding in stella.util
 

Classes in stella.util that implement StatusProviding
 class PointingScheduler
          A class that should be used as a scheduler during automatic pointing model deriving.
 class SimulatorWeather
          This class is the base class for simple or more sophisticated average-weather predictors to use in simulations of STELLA action.