public class DistCDVMeter extends CDVMeter
Modifier and Type | Field and Description |
---|---|
protected StdDistributionStatistic |
cdvDistStat |
rate, referenceTime
Constructor and Description |
---|
DistCDVMeter(int arraySize,
double lowerLimit,
double upperLimit,
double rate,
SimNode ownNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
evaluateSample(double sample) |
evaluateMessage, useMessage
attachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected final StdDistributionStatistic cdvDistStat
public DistCDVMeter(int arraySize, double lowerLimit, double upperLimit, double rate, SimNode ownNode)
protected void evaluateSample(double sample)
evaluateSample
in class CDVMeter