public class StdIATMeter extends IATMeter
StdIATMeter
uses a sample statistic object to collect the data.Modifier and Type | Field and Description |
---|---|
protected StdSampleStatistic |
iatSample |
Constructor and Description |
---|
StdIATMeter(java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
evaluateSample(double interArrivalTime) |
evaluateMessage, useMessage
attachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected final StdSampleStatistic iatSample
public StdIATMeter(java.lang.String name, SimNode parentNode)
protected void evaluateSample(double interArrivalTime)
evaluateSample
in class IATMeter