Uses of Class
FourMS.FourMSParameterConverter

Packages that use FourMSParameterConverter
FourMS   
 

Uses of FourMSParameterConverter in FourMS
 

Fields in FourMS declared as FourMSParameterConverter
protected  FourMSParameterConverter FourMSController.ER412FourMSParameterConverter
          This will be used to convert parameters backwards and forewards from engineering units and back again
protected  FourMSParameterConverter MechanismBase.ER412ParameterConverter
          This object is used to convert parameters between logical and engineering unit to be sent backwards and forwards to the 4MS microprocessor.
private  FourMSParameterConverter SubAction.ER412ParameterConverter
          This will be used by a sub-action object to convert input and output parameters to be sent or received from the 4MS microprocessor.
 

Constructors in FourMS with parameters of type FourMSParameterConverter
FourMSController(java.lang.String[] args, java.lang.String ER412SourceName, java.lang.String ER412DestinationName, MessageHandler SyslogMessageHandler, FourMSParameterConverter ER412FourMSParameterConverter, java.lang.String ORBPersistentPort, java.lang.String ORBServerID, java.lang.String InstrumentName, java.lang.String dbHost)
          This is the constructor for this class
Mechanism(java.sql.Connection DBConnection, java.lang.String InstrumentName, java.lang.String MechanismName, MessageHandler SysLogMessageHandler, FourMSParameterConverter ER412ParameterConverter, org.omg.CORBA.ORB Orb, org.omg.PortableServer.POA Poa, org.omg.CosNaming.NamingContextExt ControllerNameServiceContext, FourMSMessageHandler ER412MessageHandler)
          This is the constructor for this class
MechanismBase(java.sql.Connection DBConnection, java.lang.String InstrumentName, java.lang.String MechanismName, MessageHandler SysLogMsgHandler, FourMSParameterConverter ER412ParameterConverter)
          This is the constructor for this class.
SubAction(java.lang.String SubActionName, int TimeOut, java.lang.String InstrumentName, java.lang.String MechanismName, Mechanism ParentMechanism, java.sql.Connection DBConnection, MessageHandler SyslogMessageHandler, FourMSParameterConverter ER412ParameterConverter, FourMSMessageHandler ER412MessageHandler)
          This is the constructor and will result in the configuration data from the WHTOCS database being read in and the subaction configured accordingly