Modifier and Type | Class | Description |
---|---|---|
static interface |
DataSinkBlockAveragerSFac.Sink |
Modifier and Type | Field | Description |
---|---|---|
protected double[][][] |
blockAvg |
|
protected ConfigurationStorage |
configStorage |
|
protected MeterStructureFactor |
meterSFac |
|
protected int |
minInterval |
|
protected int |
nData |
|
protected long[] |
nSamples |
|
protected java.util.List<DataSinkBlockAveragerSFac.Sink> |
sinks |
Constructor | Description |
---|---|
DataSinkBlockAveragerSFac(ConfigurationStorage configStorage,
int minInterval,
MeterStructureFactor meterSFac) |
Modifier and Type | Method | Description |
---|---|---|
void |
addSink(DataSinkBlockAveragerSFac.Sink s) |
|
void |
putData(IData inputData) |
Gives data to DataSink for processing, display, or whatever it does.
|
void |
putDataInfo(IDataInfo dataInfo) |
Informs the DataSink of the type of Data it should expect to receive.
|
protected void |
reallocate(int n) |
protected final ConfigurationStorage configStorage
protected final MeterStructureFactor meterSFac
protected final java.util.List<DataSinkBlockAveragerSFac.Sink> sinks
protected double[][][] blockAvg
protected int minInterval
protected long[] nSamples
protected int nData
public DataSinkBlockAveragerSFac(ConfigurationStorage configStorage, int minInterval, MeterStructureFactor meterSFac)
public void addSink(DataSinkBlockAveragerSFac.Sink s)
protected void reallocate(int n)
public void putData(IData inputData)
IDataSink
public void putDataInfo(IDataInfo dataInfo)
IDataSink
putDataInfo
in interface IDataSink