Package levelMeter
Class LevelMeterParams
java.lang.Object
levelMeter.LevelMeterParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
int
int
int
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet 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
-
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.
-