Uses of Class
io.AbstractDriver

Packages that use AbstractDriver
ccd   
ccd.sta0500   
ccd.sta4240   
io   
stella.calibunit   
stella.ccd   
stella.ethcam   
stella.firecam   
stella.io   
stella.jview   
stella.mxio   
stella.net.gregor   
stella.nut   
stella.omc   
stella.ow   
stella.roof   
stella.telescope   
 

Uses of AbstractDriver in ccd
 

Subclasses of AbstractDriver in ccd
 class AbstractCcdDriver<T>
          Abstract base class for CCD-drivers.
 class AsynchronousCcdDriver<T>
          A non-blocking ccd-driver acts on the #startExpose and #startDarkExpose.
 class FechnerDriver
          The class to work with thomas fechner's guider ccd.
 class ScienceCcdDriver
          This class interfaces to Thomas Fechner's Wifsip controller (Magellan) type.
 class StreamingCcdDriver
          This class interfaces to Thomas Fechner's new CCD class that allows data retrieval via the RPC calls.
 class SynchronousCcdDriver<T>
          A blocking ccd-driver acts on the CcdDriver.expose(), CcdDriver.exposeBias(), and CcdDriver.exposeDark() methods.
 

Uses of AbstractDriver in ccd.sta0500
 

Subclasses of AbstractDriver in ccd.sta0500
 class MagellanDriver
          This class interfaces to Thomas Fechner's Wifsip controller (Magellan) type.
 

Uses of AbstractDriver in ccd.sta4240
 

Subclasses of AbstractDriver in ccd.sta4240
 class E2VDriver
          This class interfaces to Thomas Fechner's EsV controller (Magellan) type.
 

Uses of AbstractDriver in io
 

Subclasses of AbstractDriver in io
 class AbstractSerialDriver
          A base class for any driver that wants to support serial access.
 class AbstractSocketDriver
          An abstract driver that is based on a client socket connection.
 class SerialDriver
          A simple serial driver for use in stella.calib.CalibUnit and MotorController
 

Uses of AbstractDriver in stella.calibunit
 

Subclasses of AbstractDriver in stella.calibunit
 class CalibUnit
           
 

Uses of AbstractDriver in stella.ccd
 

Subclasses of AbstractDriver in stella.ccd
 class JanosDriver
          The class to work with Janos Bartus's implementation of the Kopenhagen ccd.
 

Uses of AbstractDriver in stella.ethcam
 

Subclasses of AbstractDriver in stella.ethcam
 class GigeDriver
          The interface to the STELLA API to allow the Ace-GigE-CCD camera be used as a standard CCD using the CcdDriver interface.
 

Uses of AbstractDriver in stella.firecam
 

Subclasses of AbstractDriver in stella.firecam
 class FireDriver
          The interface to the STELLA API to allow the firewire-CCD camera be used as a standard CCD using the CcdDriver interface.
 class FireDriverWish
          The interface to the STELLA API to allow the firewire-CCD camera be used as a standard CCD using the CcdDriver interface.
 

Uses of AbstractDriver in stella.io
 

Subclasses of AbstractDriver in stella.io
 class CastingRS485Server
          A class that acts as a serial caster, additionally to its RS485 server capabilities.
 class DummyRS485
          A dummy class for testing event casting by the serial server.
 class NudamConfig
          A simple configuration tool for NuDam modules.
 class PollingRS485Server
          An extension to a normal RS485-server.
 class RS485Configurator
          A command-line tool for setting the configuration of a serial I/O module.
 class RS485ReadWriteServer
          A class enabeling write access to the serial port.
 class RS485Scan
          A class that provides the possibility to scan a serial port for connected RS485 NuDam modules.
 class RS485Server
          A class enabeling write access to the serial port.
 class WatchdogRS485Server
          A class that adds watchdog capabilities to a RS485 server.
 

Uses of AbstractDriver in stella.jview
 

Subclasses of AbstractDriver in stella.jview
 class JRS485Config
          A GUI for controlling the RS485 setup.
 class JRS485Simulator
          A graphical simulator for RS485-attached devices.
 

Uses of AbstractDriver in stella.mxio
 

Subclasses of AbstractDriver in stella.mxio
 class GenericMoxa
          This is an abstract implementation of a moxa driver with the capabilities to open a connection and read it.
 class MoxaAnalog
          Class to read the MOXA temperature sensor E1260
 class MoxaDigital
          Class to read the MOXA digital sensor E1210
 class MoxaTemperature
          Class to read the MOXA temperature sensor E1260
 

Uses of AbstractDriver in stella.net.gregor
 

Subclasses of AbstractDriver in stella.net.gregor
 class CommunicationHandler
          This class handles the low-level communication for GREGOR in providing a method to initiate message output and allows registering of a single event listener (a call-back agent) which is notified on incoming messages.
 class GetterSetter
          This class now narrows the GREGOR communication down to two command, a get and a set command.
 

Uses of AbstractDriver in stella.nut
 

Subclasses of AbstractDriver in stella.nut
 class UpsDriver
          A class to represent an ups.
 

Uses of AbstractDriver in stella.omc
 

Subclasses of AbstractDriver in stella.omc
 class FilterWheel
          Extention of the MotorController class.
 class LinearPositioner
          The class makes possible to operate linear positioner units via Phytron MCC-2 controller interface in java.
 class MiniWheel
          The class provide a simple interface for the mini filter wheel operation locates in the STELLA-SES top unit.
 class MotorController
          Communication class for the OMC 93-70 MINI stepper motor controller.
 class RelativeWheel
          Extension of the MotorController class.
 class WifsipWheel
          Extention of the MotorController class.
 class WindmillShutter
          A representation of the shutter used on the SES.
 

Uses of AbstractDriver in stella.ow
 

Subclasses of AbstractDriver in stella.ow
 class PythonClient
          This is a work-around to get the one-wire sensors to work.
 class ServerClient
          Java class for accessing OWFS through owserver daemon over IP.
 

Uses of AbstractDriver in stella.roof
 

Subclasses of AbstractDriver in stella.roof
 class BaaderDome
          Dome driver implementation for the Baader dome in Potsdam, sheltering Robotel.
 

Uses of AbstractDriver in stella.telescope
 

Subclasses of AbstractDriver in stella.telescope
 class AbstractPilarDriver
          Case implementation of the pilar3 driver.
 class GregorDriver
          Class that represents the gregor telescope within the SCS robotic framework.
 class OpenPilarSocket
          Case implementation of the open TSI driver.
static class OpenPilarSocket.PilarTest
          Test class.
 class Pilar3Socket
          Case implementation of the pilar3 driver.
static class Pilar3Socket.PilarTest
          Test class.