Uses of Interface
FourMSControllerInterfaces.SubActionOperations

Packages that use SubActionOperations
FourMS   
FourMSControllerInterfaces   
PFIPController   
 

Uses of SubActionOperations in FourMS
 

Classes in FourMS that implement SubActionOperations
 class SubAction
          This class describes a dialogue which may take place between the 4MS and a client.
 class UpdateOpticalComponentList
          This is an subaction which can be used to update the noticeboard items which hold the details of the optical components for each of the mechanisms which can hold optical components which are held in a specified 4MS system.
 

Uses of SubActionOperations in FourMSControllerInterfaces
 

Subinterfaces of SubActionOperations in FourMSControllerInterfaces
 interface SubAction
          FourMSControllerInterfaces/SubAction.java .
 

Classes in FourMSControllerInterfaces that implement SubActionOperations
 class _SubActionStub
          FourMSControllerInterfaces/_SubActionStub.java .
 class SubActionPOA
          FourMSControllerInterfaces/SubActionPOA.java .
 class SubActionPOATie
          FourMSControllerInterfaces/SubActionPOATie.java .
 

Fields in FourMSControllerInterfaces declared as SubActionOperations
private  SubActionOperations SubActionPOATie._impl
           
 

Methods in FourMSControllerInterfaces that return SubActionOperations
 SubActionOperations SubActionPOATie._delegate()
           
 

Methods in FourMSControllerInterfaces with parameters of type SubActionOperations
 void SubActionPOATie._delegate(SubActionOperations delegate)
           
 

Constructors in FourMSControllerInterfaces with parameters of type SubActionOperations
SubActionPOATie(SubActionOperations delegate)
           
SubActionPOATie(SubActionOperations delegate, org.omg.PortableServer.POA poa)
           
 

Uses of SubActionOperations in PFIPController
 

Classes in PFIPController that implement SubActionOperations
 class FocusTelescopeSubaction
          A class which implements the subaction which will allow a CORBA client to focus the telescope based on the optical qualities of the filter which is currently positioned in the selected MFW filter wheel.
 class ModifyADCUpdateStatusSubaction
          The purpose of this class is to provide an instrument level subaction which can be used to enable or disable the updating of the ADC as it tracks the zenith angle of the telescope.
 class MoveADCElements
          This class implements a software controller level sequence subaction which will result in the two elements (ADI and ADO) of the ADC being set to the demanded value which is a value in degrees between 0 and 90.
 class MoveAFWSubaction
          This class implements a software controller level sequence subaction which, when initiated, will result in the autoguider filter wheel being moved and then subsequently the telescope and the autoguider focus being modified depending on the optical characteristics of the filter selected.
 class MoveMFWSubaction
          This class implements a software controller level sequence subaction which will result in the main filter wheel being moved and subsequently the telescope and autoguider focus modified depending on the optical qualities of the filter which was selected.
 class ResetAutoGuiderFocusOffset
          The purpose of this class is to provide an instrument level subaction which will reset the focus offset which has been applied to the autoguider.
 class SetAutoguiderAutoFocus
          This class provides a subaction which can be used to enable, disable or set the focus of the autoguider.
 class SetFilterOverrides
          Allows the observer to enable and disable the use of the filter overrides when we are setting the focus offset associated with the main filter wheel.
 class SetTelescopeAutoFocus
          This class provides a subaction which can be used to enable, disable or set the focus of the telescope.
 class UpdatePFIPFilterList
          This is an subaction which can be used to update the noticeboard items which hold the details of the filters which are held in the AFW and the MFW mechanism in the PFIP.