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, useMessageattachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndicationprotected final StdSampleStatistic messageLengthSample
public StdMessageLengthMeter(java.lang.String name,
SimNode parentNode)
protected void evaluateSample(long length)
evaluateSample in class MessageLengthMeter