Package analoginput.measurementcomputing
Class MCCParameters
java.lang.Object
analoginput.measurementcomputing.MCCParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
Really the device index, not the device number.static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classvoid
setAnalogDeviceParams
(AnalogDeviceParams analogDeviceParams)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
deviceNumber
public int deviceNumberReally the device index, not the device number.
-
-
Constructor Details
-
MCCParameters
public MCCParameters()
-
-
Method Details
-
getAnalogDeviceParams
- Returns:
- the analogDeviceParams
-
setAnalogDeviceParams
- Parameters:
analogDeviceParams
- the analogDeviceParams to set
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-