From 2bbe4acd9515f4037f82996ba0712f2f16fb0e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Levente=20M=C3=A9sz=C3=A1ros?= Date: Mon, 27 Nov 2023 12:47:29 +0100 Subject: [PATCH] WireJunction: Added @wireJunction property for the Sequence Chart tool. This allows to recognize the top level wire junction modules and open their axes when the network node level filter is selected. Otherwise these modules are not open (because they are not full network nodes) and this prevents packet transmissions to be seen. --- src/inet/physicallayer/wired/common/WireJunction.ned | 1 + 1 file changed, 1 insertion(+) diff --git a/src/inet/physicallayer/wired/common/WireJunction.ned b/src/inet/physicallayer/wired/common/WireJunction.ned index c6da11a70a5..bae0a939a62 100644 --- a/src/inet/physicallayer/wired/common/WireJunction.ned +++ b/src/inet/physicallayer/wired/common/WireJunction.ned @@ -24,6 +24,7 @@ package inet.physicallayer.wired.common; simple WireJunction { parameters: + @wireJunction; @display("i=misc/node_vs"); @signal[packetReceived](type=cPacket); @statistic[packetReceived](title="packets"; source=packetReceived; record=count,"sum(packetBytes)","vector(packetBytes)"; interpolationmode=none);