Uses of Interface
FourMSControllerInterfaces.SubAction

Packages that use SubAction
ACAMController   
FourMSControllerInterfaces   
 

Uses of SubAction in ACAMController
 

Fields in ACAMController declared as SubAction
private  SubAction HealthMonitorTask.GetWatchDogSubAction
          This will be used for initiating the update of status messages
private  SubAction MoveACAMMechanismWithRefocus.MechanismMovePrimitiveSubaction
          This is a reference to the subaction which can be used to move the mechanism which this class has been configured to control.
private  SubAction SetTelescopeAutoFocus.RefocusTelescopeAccordingToOpticalElementsAction
          This is a reference to the instrument sequence subaction which can be used to refocus the telescope depending on the optical components which are in the ACAM optical light path.
private  SubAction ACAMConfigurationChange.RefocusTelescopeSubaction
          This is a reference to the instrument sequence subaction which can be used to refocus the telescope
private  SubAction MoveACAMMechanismWithRefocus.RefocusTelescopeSubaction
          This is a reference to the instrument sequence subaction which can be used to refocus the telescope
private  SubAction ACAMConfigurationChange.SLUMechanismMovePrimitiveSubaction
          This is a reference to the SLU subaction which can be used to move the mechanism
(package private)  SubAction InitialiseAllMechanisms.SLUPrimitiveSubaction
          This is a reference to the subaction which can be used to move the SLU
private  SubAction StatusUpdate.UpdateStatusSubaction
          This will be used for initiating the update of status messages
private  SubAction ACAMConfigurationChange.WHAMechanismMovePrimitiveSubaction
          This is a reference to the WHA subaction which can be used to move the mechanism
(package private)  SubAction InitialiseAllMechanisms.WHAPrimitiveSubaction
          This is a reference to the subaction which can be used to move the WHA
private  SubAction ACAMConfigurationChange.WHBMechanismMovePrimitiveSubaction
          This is a reference to the WHB subaction which can be used to move the mechanism
(package private)  SubAction InitialiseAllMechanisms.WHBPrimitiveSubaction
          This is a reference to the subaction which can be used to move the WHB
 

Uses of SubAction in FourMSControllerInterfaces
 

Classes in FourMSControllerInterfaces that implement SubAction
 class _SubActionStub
          Generated from IDL interface "SubAction".
 

Fields in FourMSControllerInterfaces declared as SubAction
 SubAction SubActionHolder.value
           
 

Methods in FourMSControllerInterfaces that return SubAction
 SubAction SubActionPOA._this()
           
 SubAction SubActionPOATie._this()
           
 SubAction SubActionPOA._this(org.omg.CORBA.ORB orb)
           
 SubAction SubActionPOATie._this(org.omg.CORBA.ORB orb)
           
static SubAction SubActionHelper.extract(org.omg.CORBA.Any any)
           
static SubAction SubActionHelper.narrow(org.omg.CORBA.Object obj)
           
static SubAction SubActionHelper.read(org.omg.CORBA.portable.InputStream in)
           
static SubAction SubActionHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in FourMSControllerInterfaces with parameters of type SubAction
static void SubActionHelper.insert(org.omg.CORBA.Any any, SubAction s)
           
static void SubActionHelper.write(org.omg.CORBA.portable.OutputStream _out, SubAction s)
           
 

Constructors in FourMSControllerInterfaces with parameters of type SubAction
SubActionHolder(SubAction initial)