public class VTRateMeter extends OnePointMeter
Modifier and Type | Field and Description |
---|---|
protected boolean |
useLengthAsWeight |
protected VTRateStatistic |
vtStatistic |
Constructor and Description |
---|
VTRateMeter(double timeBase,
int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
boolean useLengthAsWeight,
java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
evaluateMessage(Message msg,
Port port) |
protected boolean |
useMessage(Message msg) |
attachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected final boolean useLengthAsWeight
protected final VTRateStatistic vtStatistic
public VTRateMeter(double timeBase, int ldMinBlockSize, int ldMaxBlockSize, java.lang.String traceFileName, boolean useLengthAsWeight, java.lang.String name, SimNode parentNode)
protected boolean useMessage(Message msg)
protected void evaluateMessage(Message msg, Port port)
evaluateMessage
in class OnePointMeter