Uses of Interface
util.StepInitializable

Packages that use StepInitializable
stella.adapter   
stella.calibration   
stella.ccd   
stella.environment   
stella.jview   
stella.rmi   
stella.telescope   
 

Uses of StepInitializable in stella.adapter
 

Classes in stella.adapter that implement StepInitializable
 class AdapterMaster
          This class handles the adapter communication to the SCS.
 class AdapterSimulator
          Simulates the action of the adapter.
 class AuxiliaryMaster
          This class handles the adapter communication to the SCS.
 class AuxiliarySimulator
          Simulates the action of the adapter.
 

Uses of StepInitializable in stella.calibration
 

Classes in stella.calibration that implement StepInitializable
 class CalibrationMaster
          This class is an intermediate step to a adapter that is capable only of steering the calibrational units.
 class CalibrationSimulator
          Simulates the action of the adapter.
 

Uses of StepInitializable in stella.ccd
 

Classes in stella.ccd that implement StepInitializable
 class SesMaster
          The class that handles the communication of the CCD controler back with the SCS.
 class SesSimulator
          A class to simulate the scientific ccd in STELLA.
 class WifsipMaster
          This master controlls the WiFSIP instrument.
 class WifsipSimulator
          A class to simulate the scientific ccd in STELLA.
 

Uses of StepInitializable in stella.environment
 

Classes in stella.environment that implement StepInitializable
 class DomeMaster
          The master program running at the environment control.
 class DomeSimulator
          A class to simulate the environment.
 class EnvironmentMaster
          The master program running at the environment control.
 class EnvironmentSimulator
          A class to simulate the environment.
 class ShelterMaster
          The master program running at the environment control.
 

Uses of StepInitializable in stella.jview
 

Classes in stella.jview that implement StepInitializable
 class DeviceSimulator
          The receiver end to a caster.
 

Uses of StepInitializable in stella.rmi
 

Classes in stella.rmi that implement StepInitializable
 class GenericMaster
          A generic parent class for device masters.
static class GenericMaster.Standalone
          Standalone class that does not respond to commands, but provides a set of global variables and switches.
 class GenericSimulator
          A class used as a parental class for concrete device simulators.
 class ReceiverTorso
          The command receiver.
 class TestReceiver
          The receiver end to the test caster method.
 

Uses of StepInitializable in stella.telescope
 

Classes in stella.telescope that implement StepInitializable
 class TelescopeMaster
          Class that resides on the telescope side and directly talks to a Pilar3 server via a TCP/IP socket connection.
 class TelescopeSimulator
          A telescope simulator.