Uses of Class
OCSEPICS.ProcessVariable

Packages that use ProcessVariable
OCSEPICS   
 

Uses of ProcessVariable in OCSEPICS
 

Fields in OCSEPICS declared as ProcessVariable
(package private)  ProcessVariable JunitOCSEPICS.processVariable
          This is a EPICS process variable that we are going to test
 

Fields in OCSEPICS with type parameters of type ProcessVariable
protected  java.util.Hashtable<java.lang.String,ProcessVariable> EPICSAction.ActionRelatedPVs
          These are the PVs which are associated with the action.
protected  java.util.Hashtable<java.lang.String,ProcessVariable> EPICSController.InstrumentPVs
          This is a hashtable of all of the PVs which will be used in the control and monitoring of status of the instrument.
private  java.util.Hashtable<OCSEPICSConsts.PVTypes,ProcessVariable> OCSAction.IOCProcessVariables
          This hashtable contains a reference to all of the process variables which will be needed in order to perform actions on the mechanisms on the IOC.
 

Constructor parameters in OCSEPICS with type arguments of type ProcessVariable
EPICSAction(MessageHandler SyslogMessageHandler, java.lang.String SubactionName, java.lang.String MechName, java.lang.String InstrumentName, java.util.Hashtable<java.lang.String,ProcessVariable> ActionRelatedPVs, OCSCORBAHelper CORBAHelper, FourMS.FourMSParameterConverter ParameterConvertor)
          This is the main constructor for the class.
OCSAction(MessageHandler SyslogMessageHandler, java.sql.Connection DBConnection, java.lang.String SubactionName, java.lang.String MechName, java.lang.String InstrumentName, java.util.Hashtable<java.lang.String,ProcessVariable> ActionRelatedPVs, OCSCORBAHelper CORBAHelper, int SubactionTimeout, FourMS.FourMSParameterConverter ParameterConvertor, EPICSMechanism Mechanism)
          The constructor for the class.