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