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(SimNode ownNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluateSample(long length) |
evaluateMessage, useMessageattachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndicationprotected final StdSampleStatistic messageLengthSample
public StdMessageLengthMeter(SimNode ownNode)
protected void evaluateSample(long length)
evaluateSample in class MessageLengthMeter