Uses of Class
FourMS.FourMSConversions

Packages that use FourMSConversions
ACAMController   
FourMS   
 

Uses of FourMSConversions in ACAMController
 

Subclasses of FourMSConversions in ACAMController
 class ACAMParameterConversion
          This class contains all of the conversion methods which will be used to convert input and output parameters to the 4MS microprocessor for the ACAM instrument.
 

Uses of FourMSConversions in FourMS
 

Fields in FourMS declared as FourMSConversions
private  FourMSConversions FourMSParameterConverter.TypeConverter
          This object will be used to affect the type conversions which will be necessary, normally it will be specific to the instrument which is being controlled and the methods will be accessed through the reflection interface
 

Methods in FourMS with parameters of type FourMSConversions
 boolean FourMSParameterConverter.initialiseConverter(FourMSConversions TypeConverter)
          The purpose of this method is to initialise the convertor such that it is set up for this 4MS instrument.