public class GainControlProcessor extends BaseDataProcessor
DataProcessor unchanged.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GAIN_FACTOR |
logger| Constructor and Description |
|---|
GainControlProcessor() |
GainControlProcessor(double gainFactor) |
| Modifier and Type | Method and Description |
|---|---|
Data |
getData()
Returns the processed Data output.
|
double |
getGainFactor() |
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured.
|
void |
setGainFactor(double gainFactor) |
getPredecessor, initialize, setPredecessorgetName, initLogger, toString@S4Double(defaultValue=1.0) public static final java.lang.String GAIN_FACTOR
public GainControlProcessor(double gainFactor)
public GainControlProcessor()
public void newProperties(PropertySheet ps) throws PropertyException
ConfigurablenewProperties in interface ConfigurablenewProperties in class ConfigurableAdapterps - a property sheet holding the new dataPropertyException - if there is a problem with the properties.public Data getData() throws DataProcessingException
BaseDataProcessorgetData in interface DataProcessorgetData in class BaseDataProcessorDataProcessingException - if a data processor error occurspublic double getGainFactor()
public void setGainFactor(double gainFactor)