Package levelMeter
Class LevelMeterParams
java.lang.Object
levelMeter.LevelMeterParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intintintintstatic final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LevelMeterParamsclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
DISPLAY_FULLSCALE
public static final int DISPLAY_FULLSCALE- See Also:
-
DISPLAY_VOLTS
public static final int DISPLAY_VOLTS- See Also:
-
DISPLAY_MICROPASCAL
public static final int DISPLAY_MICROPASCAL- See Also:
-
DISPLAY_PEAK
public static final int DISPLAY_PEAK- See Also:
-
DISPLAY_RMS
public static final int DISPLAY_RMS- See Also:
-
dataName
-
minLevel
public int minLevel -
scaleReference
public int scaleReference -
scaleType
public int scaleType
-
-
Constructor Details
-
LevelMeterParams
public LevelMeterParams()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-