There was an error while loading. Please reload this page.
1 parent b6e2ff1 commit e03c5ffCopy full SHA for e03c5ff
1 file changed
src/inet/physicallayer/wired/common/WireJunction.ned
@@ -31,7 +31,7 @@ simple WireJunction extends SimpleModule
31
@display("i=misc/node_vs");
32
@signal[packetReceived](type=cPacket);
33
@statistic[packetReceived](title="packets"; source=packetReceived; record=count,"sum(packetBytes)","vector(packetBytes)"; interpolationmode=none);
34
- @statistic[channelOwner](title="channel owner"; source=packetReceived; record=channelOwner);
+ @statistic[channelOwner](title="channel owner"; source=packetReceived; record=channelOwner; interpolationmode=sample-hold);
35
gates:
36
inout port[];
37
}
0 commit comments